aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-09-16 18:07:52 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-09-16 18:07:52 +0000
commitfa9ea716c56d784edd622f9eb25f57267abf7a4e (patch)
tree94a03c2b028d3125667d1f52f3e523f2fd609b1b /multimedia/x264
parent0bf064ec87e6848f11e37368732462764e11b7ce (diff)
downloadports-fa9ea716c56d784edd622f9eb25f57267abf7a4e.tar.gz
ports-fa9ea716c56d784edd622f9eb25f57267abf7a4e.zip
Update to 20070913 snapshot
Notes
Notes: svn path=/head/; revision=199573
Diffstat (limited to 'multimedia/x264')
-rw-r--r--multimedia/x264/Makefile2
-rw-r--r--multimedia/x264/distinfo6
-rw-r--r--multimedia/x264/files/patch-configure25
3 files changed, 12 insertions, 21 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 7f29ebed6d13..f00e6b9b3df1 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -6,7 +6,7 @@
# $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $
PORTNAME= x264
-PORTVERSION= 0.0.20070708
+PORTVERSION= 0.0.20070913
PORTREVISION?= 0
CATEGORIES= multimedia
MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/
diff --git a/multimedia/x264/distinfo b/multimedia/x264/distinfo
index 509eeb9fdb57..9e6101f3ab91 100644
--- a/multimedia/x264/distinfo
+++ b/multimedia/x264/distinfo
@@ -1,3 +1,3 @@
-MD5 (x264-snapshot-20070708-2245.tar.bz2) = 5d85266a79ad3d48134d89e36e0928d2
-SHA256 (x264-snapshot-20070708-2245.tar.bz2) = 6c36a81f10a6bc011d097b00508620e38f58165521237c25b81069071e213c02
-SIZE (x264-snapshot-20070708-2245.tar.bz2) = 508035
+MD5 (x264-snapshot-20070913-2245.tar.bz2) = 2d0139c1aa72ff1c252fd2efc1a6ce97
+SHA256 (x264-snapshot-20070913-2245.tar.bz2) = d2479ca0734fb8cf00576af84f24194c93dcae740181cbcdcf30d47b29249201
+SIZE (x264-snapshot-20070913-2245.tar.bz2) = 535901
diff --git a/multimedia/x264/files/patch-configure b/multimedia/x264/files/patch-configure
index 02d0e7615274..b3dd7ddf0f2a 100644
--- a/multimedia/x264/files/patch-configure
+++ b/multimedia/x264/files/patch-configure
@@ -1,25 +1,16 @@
---- configure.orig Tue Oct 24 16:45:02 2006
-+++ configure Wed Oct 25 08:21:32 2006
-@@ -113,8 +113,6 @@
- HAVE_GETOPT_LONG=0
- ;;
- *)
-- echo "Unknown system $MACHINE, edit the configure"
-- exit 1
- ;;
- esac
-
-@@ -134,7 +132,7 @@
- ASFLAGS="$ASFLAGS -f elf"
+--- configure.orig 2007-09-13 16:45:04.000000000 -0400
++++ configure 2007-09-14 10:39:22.000000000 -0400
+@@ -252,7 +252,7 @@
fi
+ as_check || AS="nasm"
;;
- x86_64)
+ x86_64 | amd64)
ARCH="X86_64"
- CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2"
AS="yasm"
-@@ -283,7 +281,7 @@
- esac
+ ASFLAGS="-f elf -m amd64"
+@@ -361,7 +361,7 @@
+ LDFLAGS="$LDFLAGS $libpthread"
fi
-MP4_LDFLAGS="-lgpac_static"
@@ -27,7 +18,7 @@
if [ $SYS = CYGWIN -o $SYS = MINGW ]; then
MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
fi
-@@ -363,7 +361,8 @@
+@@ -443,7 +443,8 @@
cp config.mak gtk/config.mak
if [ "$shared" = "yes" ]; then