| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in this function)
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
c->pix_fmt = STREAM_PIX_FMT;
^
lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only once for each function it appears in
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
c->pix_fmt = STREAM_PIX_FMT;
^
lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
if (c->codec_id == CODEC_ID_MPEG2VIDEO) {
^
PR: 207547
|
|
|
|
|
| |
- Drop unneeded WX_UNICODE
- Remove useless checks to fix packaging as non-root
|
|
|
|
|
|
|
|
| |
- Convert to USES
- Use options helper
PR: 181057
Submitted by: ports fury
|
|
|
|
| |
Reviewed by: miwi
|
|
|
|
|
| |
PR: ports/161582
Submitted by: Bartoletti <coder@tuxfamily.org>
|
|
|
|
| |
Thanks to: lbartoletti <coder@tuxfamily.org>
|
|
|
|
|
|
|
| |
PR: ports/121919
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout (2 weeks)
Reported by: pointyhat via pav
|
|
|
|
|
|
| |
PR: 110879
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Add OPTIONS for selecting database support.
- Set USE_LDCONFIG to handle ldconfig startup script.
PR: ports/93830
Submitted by: Laurent Courty <lrntct@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
Fix the start-up script in order to run ld-config in the
right directory.
PR: ports/91173
Submitted by: Laurent Courty <lrntct@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Change install directory and add a start-up script for
ldconfig. PORTREVISION bumped because libraries wasn't
usable for other applications before.
PR: ports/91069
Submitted by: Laurent Courty <lrntct@gmail.com>
|
|
|
|
|
|
|
|
| |
- removed all patches
- added new patches to get rid of matherr references
PR: ports/89769
Submitted by: Laurent Courty <lrntct@gmail.com>
|
|
|
|
|
|
|
| |
- Provide really working fix for odbc driver.
- Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in
pkg-deinstall.
- Bump PORTREVISION.
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
|
| |
PR: ports/57931
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
| |
Prodded by: kris, Jason Morgan <jwm-freebsd@sentinelchicken.net>
|
|
additional functionality like the NVIZ interface and PostgreSQL support.
Submitted by: Andreas Lange <Andreas.Lange@Rhein-Main.de> (in part)
|