diff options
author | mm <mm@FreeBSD.org> | 2010-02-04 04:14:59 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-02-04 04:14:59 +0800 |
commit | b2a3a4e512b7cd10ae96aa599e6f20cc7b399d4a (patch) | |
tree | 458552741aea9bcfd561f09dccb1c588cd4576e6 /multimedia | |
parent | d3380247cd1b11572256a927f8a9e75d27bab63e (diff) | |
download | freebsd-ports-gnome-b2a3a4e512b7cd10ae96aa599e6f20cc7b399d4a.tar.gz freebsd-ports-gnome-b2a3a4e512b7cd10ae96aa599e6f20cc7b399d4a.tar.zst freebsd-ports-gnome-b2a3a4e512b7cd10ae96aa599e6f20cc7b399d4a.zip |
- Update to snapshot 20090119
- This is the last snapshot with compatible library ver. 65
- Add patch for log2f(x) support
- Take maintainership
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/x264-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/x264-devel/distinfo | 6 | ||||
-rw-r--r-- | multimedia/x264-devel/files/patch-common-common.h | 8 | ||||
-rw-r--r-- | multimedia/x264/Makefile | 4 | ||||
-rw-r--r-- | multimedia/x264/distinfo | 6 | ||||
-rw-r--r-- | multimedia/x264/files/patch-common-common.h | 8 |
6 files changed, 26 insertions, 10 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index b315b2be58bf..6684e2a992df 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -6,7 +6,7 @@ # $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $ PORTNAME= x264 -PORTVERSION= 0.0.20081218 +PORTVERSION= 0.0.20090119 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -15,7 +15,7 @@ DISTFILES= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX} DIST_SUBDIR= x264 EXTRACT_ONLY= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX} -MAINTAINER= multimedia@FreeBSD.org +MAINTAINER= mm@FreeBSD.org COMMENT?= Multimedia library and tool for encoding H.264/AVC video streams BUILD_DEPENDS= yasm>=0.6.0:${PORTSDIR}/devel/yasm diff --git a/multimedia/x264-devel/distinfo b/multimedia/x264-devel/distinfo index 1ec5e1a2afa6..549f1dab1fc1 100644 --- a/multimedia/x264-devel/distinfo +++ b/multimedia/x264-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (x264/x264-snapshot-20081218-2245.tar.bz2) = a5034835110bf3302539648323c73517 -SHA256 (x264/x264-snapshot-20081218-2245.tar.bz2) = 729fbdd18d4e84980fb8533cdf60379f86728e950277370c226486d2a7857167 -SIZE (x264/x264-snapshot-20081218-2245.tar.bz2) = 2336724 +MD5 (x264/x264-snapshot-20090119-2245.tar.bz2) = 31c6b9aea1aef45003f69880a250609a +SHA256 (x264/x264-snapshot-20090119-2245.tar.bz2) = db5932675a52dba439b2611c2d4fc96f5a71d1ed2a3b35bac1659aa4928e5ef2 +SIZE (x264/x264-snapshot-20090119-2245.tar.bz2) = 2381449 MD5 (x264/example.y4m.bz2) = e0948016cd4a52e75d6a74d998bd6ae6 SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7 SIZE (x264/example.y4m.bz2) = 4910029 diff --git a/multimedia/x264-devel/files/patch-common-common.h b/multimedia/x264-devel/files/patch-common-common.h new file mode 100644 index 000000000000..14ee0523b5be --- /dev/null +++ b/multimedia/x264-devel/files/patch-common-common.h @@ -0,0 +1,8 @@ +--- common/common.h.orig 2010-02-03 17:25:48.378388768 +0100 ++++ common/common.h 2010-02-03 17:26:24.401327942 +0100 +@@ -634,3 +634,5 @@ + + #endif + ++#define M_LOG2_E 0.693147180559945309417 ++#define log2f(x) (logf (x) / (float) M_LOG2_E) diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index b315b2be58bf..6684e2a992df 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.20081218 +PORTVERSION= 0.0.20090119 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -15,7 +15,7 @@ DISTFILES= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX} DIST_SUBDIR= x264 EXTRACT_ONLY= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX} -MAINTAINER= multimedia@FreeBSD.org +MAINTAINER= mm@FreeBSD.org COMMENT?= Multimedia library and tool for encoding H.264/AVC video streams BUILD_DEPENDS= yasm>=0.6.0:${PORTSDIR}/devel/yasm diff --git a/multimedia/x264/distinfo b/multimedia/x264/distinfo index 1ec5e1a2afa6..549f1dab1fc1 100644 --- a/multimedia/x264/distinfo +++ b/multimedia/x264/distinfo @@ -1,6 +1,6 @@ -MD5 (x264/x264-snapshot-20081218-2245.tar.bz2) = a5034835110bf3302539648323c73517 -SHA256 (x264/x264-snapshot-20081218-2245.tar.bz2) = 729fbdd18d4e84980fb8533cdf60379f86728e950277370c226486d2a7857167 -SIZE (x264/x264-snapshot-20081218-2245.tar.bz2) = 2336724 +MD5 (x264/x264-snapshot-20090119-2245.tar.bz2) = 31c6b9aea1aef45003f69880a250609a +SHA256 (x264/x264-snapshot-20090119-2245.tar.bz2) = db5932675a52dba439b2611c2d4fc96f5a71d1ed2a3b35bac1659aa4928e5ef2 +SIZE (x264/x264-snapshot-20090119-2245.tar.bz2) = 2381449 MD5 (x264/example.y4m.bz2) = e0948016cd4a52e75d6a74d998bd6ae6 SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7 SIZE (x264/example.y4m.bz2) = 4910029 diff --git a/multimedia/x264/files/patch-common-common.h b/multimedia/x264/files/patch-common-common.h new file mode 100644 index 000000000000..14ee0523b5be --- /dev/null +++ b/multimedia/x264/files/patch-common-common.h @@ -0,0 +1,8 @@ +--- common/common.h.orig 2010-02-03 17:25:48.378388768 +0100 ++++ common/common.h 2010-02-03 17:26:24.401327942 +0100 +@@ -634,3 +634,5 @@ + + #endif + ++#define M_LOG2_E 0.693147180559945309417 ++#define log2f(x) (logf (x) / (float) M_LOG2_E) |