diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-01-14 02:51:50 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-01-14 02:51:50 +0000 |
commit | a3e0df2c52f077ee5b83e9970f1f4f7bbb315bd0 (patch) | |
tree | 6811ba1d315c8643821b43e4aab0e7e5e91d2adf /multimedia/x264 | |
parent | 986864724d500c7ff733a7e51ff1c7a5973623cd (diff) | |
download | ports-a3e0df2c52f077ee5b83e9970f1f4f7bbb315bd0.tar.gz ports-a3e0df2c52f077ee5b83e9970f1f4f7bbb315bd0.zip |
Notes
Diffstat (limited to 'multimedia/x264')
-rw-r--r-- | multimedia/x264/Makefile | 7 | ||||
-rw-r--r-- | multimedia/x264/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 47989d78a714..a3c4ec04ebce 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -6,7 +6,7 @@ # PORTNAME= x264 -PORTVERSION= 0.0.20051228 +PORTVERSION= 0.0.20060112 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245 @@ -38,7 +38,6 @@ OPTIONS= GPAC "Enable MPEG-4 Output" On \ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ --extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib" -# --enable-pthread .include <bsd.port.pre.mk> @@ -70,6 +69,10 @@ CONFIGURE_ARGS+= --enable-visualize USE_XLIB= yes .endif +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + ${WRKSRC}/configure + pre-install: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/x264.pc diff --git a/multimedia/x264/distinfo b/multimedia/x264/distinfo index dcab5561a7a1..853b32c1a2c8 100644 --- a/multimedia/x264/distinfo +++ b/multimedia/x264/distinfo @@ -1,3 +1,3 @@ -MD5 (x264-snapshot-20051228-2245.tar.bz2) = 7c2999ccfabd76b7adc6eb64029791cc -SHA256 (x264-snapshot-20051228-2245.tar.bz2) = c22ccd48d1e76d25605fd37029c242fb2319a8ff21069e52f6e23be9c4b8e8e4 -SIZE (x264-snapshot-20051228-2245.tar.bz2) = 369870 +MD5 (x264-snapshot-20060112-2245.tar.bz2) = b4911ff276dcbe7d483490ddb5a0732f +SHA256 (x264-snapshot-20060112-2245.tar.bz2) = 46688deeea46659a5583004e0a10cd610a8553002424f045d201fe7fb51a95df +SIZE (x264-snapshot-20060112-2245.tar.bz2) = 373990 |