summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-05-19 03:00:39 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-05-19 03:00:39 +0000
commit913373da4a0a3906bb7ba2176572d5ab6dfba00f (patch)
tree16a551244f697ad7017e7048b1c7153fa7f7222a /multimedia/x264-devel
parentMake sure that the configure additionally look for ALL codec libraries (diff)
- Update to 0.0.20050518
Notes
Notes: svn path=/head/; revision=135576
Diffstat (limited to 'multimedia/x264-devel')
-rw-r--r--multimedia/x264-devel/Makefile4
-rw-r--r--multimedia/x264-devel/distinfo4
-rw-r--r--multimedia/x264-devel/files/patch-Makefile19
3 files changed, 8 insertions, 19 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile
index 65ce018780f4..2cdf29e943ee 100644
--- a/multimedia/x264-devel/Makefile
+++ b/multimedia/x264-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= x264
-PORTVERSION= 0.0.20050421
-PORTREVISION= 1
+PORTVERSION= 0.0.20050518
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_LOCAL:S|$|ahze/|}
# http://download.videolan.org/pub/videolan/contrib/ \
@@ -18,7 +17,6 @@ MAINTAINER= ahze@FreeBSD.org
COMMENT= Multimedia library and tool for encoding H.264/AVC video streams
USE_GETOPT_LONG=yes
-USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_REINPLACE= yes
USE_GMAKE= yes
diff --git a/multimedia/x264-devel/distinfo b/multimedia/x264-devel/distinfo
index c4e752cca518..e23556b2f46f 100644
--- a/multimedia/x264-devel/distinfo
+++ b/multimedia/x264-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (x264-20050421.tar.bz2) = efc6015056884e1228567c7a30e32fd0
-SIZE (x264-20050421.tar.bz2) = 186455
+MD5 (x264-20050518.tar.gz) = 0e7fd84660dc1eb8590371a87dae6105
+SIZE (x264-20050518.tar.gz) = 190343
diff --git a/multimedia/x264-devel/files/patch-Makefile b/multimedia/x264-devel/files/patch-Makefile
index 7bd7bf9409b6..67ce9269a154 100644
--- a/multimedia/x264-devel/files/patch-Makefile
+++ b/multimedia/x264-devel/files/patch-Makefile
@@ -1,7 +1,7 @@
---- Makefile.orig Thu Apr 21 08:02:33 2005
-+++ Makefile Thu Apr 21 08:11:28 2005
-@@ -10,7 +10,7 @@
- encoder/cavlc.c encoder/encoder.c encoder/eval.c
+--- Makefile.orig Wed May 18 22:55:05 2005
++++ Makefile Wed May 18 22:56:31 2005
+@@ -15,7 +15,7 @@
+ endif
# MMX/SSE optims
-ifeq ($(ARCH),X86)
@@ -9,16 +9,7 @@
SRCS += common/i386/mc-c.c common/i386/dct-c.c common/i386/predict.c
ASMSRC = common/i386/dct-a.asm common/i386/cpu-a.asm \
common/i386/pixel-a.asm common/i386/mc-a.asm \
-@@ -19,7 +19,7 @@
- endif
-
- # MMX/SSE optims
--ifeq ($(ARCH),X86_64)
-+ifdef ARCH_X86_64
- SRCS += common/amd64/mc-c.c common/amd64/dct-c.c common/amd64/predict.c
- ASMSRC = common/amd64/dct-a.asm common/amd64/cpu-a.asm \
- common/amd64/pixel-a.asm common/amd64/mc-a.asm \
-@@ -35,19 +35,25 @@
+@@ -40,19 +40,25 @@
OBJS = $(SRCS:%.c=%.o)
DEP = depend