1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 0.0.20050518

This commit is contained in:
Michael Johnson 2005-05-19 03:00:39 +00:00
parent 917cd0b403
commit 913373da4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135576
6 changed files with 16 additions and 38 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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