diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-28 22:48:48 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-28 22:48:48 +0000 |
commit | d48c24a23d2622b12fb4e6855845e9593612d783 (patch) | |
tree | dfb2d16557b5ceef5bfdb97c36567153e27cb619 /multimedia/x264 | |
parent | 39f789dc8390a449c9c785336c2561336687b512 (diff) |
- Update to 0.0.20060528
- Use shared gpac lib
Notes
Notes:
svn path=/head/; revision=163779
Diffstat (limited to 'multimedia/x264')
-rw-r--r-- | multimedia/x264/Makefile | 4 | ||||
-rw-r--r-- | multimedia/x264/distinfo | 6 | ||||
-rw-r--r-- | multimedia/x264/files/patch-configure | 13 |
3 files changed, 16 insertions, 7 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 88d2fa04857f..81fae1d244b7 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -6,7 +6,7 @@ # PORTNAME= x264 -PORTVERSION= 0.0.20060521 +PORTVERSION= 0.0.20060528 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245 @@ -61,7 +61,7 @@ CFLAGS+= -O2 -funroll-loops -ffast-math .endif .if !defined(WITHOUT_GPAC) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libgpac_static.a:${PORTSDIR}/multimedia/gpac-libgpac +LIB_DEPENDS+= gpac.1:${PORTSDIR}/multimedia/gpac-libgpac CONFIGURE_ARGS+= --enable-mp4-output .endif diff --git a/multimedia/x264/distinfo b/multimedia/x264/distinfo index e6597f402419..951ca3ed34bd 100644 --- a/multimedia/x264/distinfo +++ b/multimedia/x264/distinfo @@ -1,3 +1,3 @@ -MD5 (x264-snapshot-20060521-2245.tar.bz2) = 3f788b6e02a3a68aa69c5debf5713d04 -SHA256 (x264-snapshot-20060521-2245.tar.bz2) = cfe61f395365962ecc7a7dce190af8a355acc34db8f7478811593f6fbff14ce8 -SIZE (x264-snapshot-20060521-2245.tar.bz2) = 501359 +MD5 (x264-snapshot-20060528-2245.tar.bz2) = 9a72c4f5c084b774d4851317dcf7c355 +SHA256 (x264-snapshot-20060528-2245.tar.bz2) = b5793be88f544e2ea1d19459ce6cefc543558ba9695781ee32c6f03ef9d60f38 +SIZE (x264-snapshot-20060528-2245.tar.bz2) = 500940 diff --git a/multimedia/x264/files/patch-configure b/multimedia/x264/files/patch-configure index 4519c8d6e197..12a6481ad461 100644 --- a/multimedia/x264/files/patch-configure +++ b/multimedia/x264/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Tue May 9 16:45:02 2006 -+++ configure Tue May 9 22:04:19 2006 +--- configure.orig Sun May 21 16:45:02 2006 ++++ configure Sun May 28 18:27:03 2006 @@ -129,7 +129,7 @@ ASFLAGS="$ASFLAGS -f elf" fi @@ -18,3 +18,12 @@ ;; esac +@@ -290,7 +288,7 @@ + esac + fi + +-MP4_LDFLAGS="-lgpac_static" ++MP4_LDFLAGS="-lgpac" + if [ $SYS = CYGWIN -o $SYS = MINGW ]; then + MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm" + fi |