View | Details | Raw Unified | Return to bug 194161
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 16-21 Link Here
16
16
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USES=		gmake pkgconfig tar:bzip2 libtool
18
USES=		gmake pkgconfig tar:bzip2 libtool
19
USE_GCC=	any
19
WANT_SDL=	yes
20
WANT_SDL=	yes
20
WANT_GNOME=	yes
21
WANT_GNOME=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
Lines 22-27 Link Here
22
CONFIGURE_ARGS=	--enable-oss
23
CONFIGURE_ARGS=	--enable-oss
23
CPPFLAGS+=	-isystem ${LOCALBASE}/include
24
CPPFLAGS+=	-isystem ${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
INSTALL_TARGET=	install-strip
25
27
26
NO_OPTIONS_SORT=	yes
28
NO_OPTIONS_SORT=	yes
27
OPTIONS_DEFINE=		DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \
29
OPTIONS_DEFINE=		DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \
Lines 149-154 Link Here
149
151
150
post-stage:
152
post-stage:
151
	@(cd ${STAGEDIR}${PREFIX} && \
153
	@(cd ${STAGEDIR}${PREFIX} && \
152
		${FIND} -s lib/transcode -type f >> ${TMPPLIST})
154
		${FIND} -s lib/transcode -type f -or -type l >> ${TMPPLIST})
153
155
154
.include <bsd.port.mk>
156
.include <bsd.port.mk>
(-)files/patch-import__probe_ffmpeg.c (+11 lines)
Line 0 Link Here
1
--- import/probe_ffmpeg.c.orig	2011-11-19 16:50:27 UTC
2
+++ import/probe_ffmpeg.c
3
@@ -120,7 +120,7 @@
4
 
5
     translate_info(lavf_dmx_context, ipipe->probe_info);
6
 
7
-    av_close_input_file(lavf_dmx_context);
8
+    avformat_close_input(lavf_dmx_context);
9
     return;
10
 }
11
 

Return to bug 194161