ports/144563: [PATCH] multimedia/x264: update to 0.0.20100307

Gea-Suan Lin gslin at gslin.org
Mon Mar 8 21:20:02 UTC 2010


>Number:         144563
>Category:       ports
>Synopsis:       [PATCH] multimedia/x264: update to 0.0.20100307
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 21:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.2-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Fri Feb 26 19:51:57 UTC 2010
>Description:
- Update to 0.0.20100307

Removed file(s):
- files/patch-common-common.h

Port maintainer (mm at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- x264-0.0.20100307.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/x264/Makefile /home/staff/gslin/work/ports/x264/Makefile
--- /usr/ports/multimedia/x264/Makefile	2010-02-04 04:14:58.000000000 +0800
+++ /home/staff/gslin/work/ports/x264/Makefile	2010-03-09 05:09:25.000000000 +0800
@@ -6,7 +6,7 @@
 #      $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $
 
 PORTNAME=	x264
-PORTVERSION=	0.0.20090119
+PORTVERSION=	0.0.20100307
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.videolan.org/pub/videolan/x264/snapshots/ \
 		http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
@@ -20,13 +20,13 @@
 
 BUILD_DEPENDS=	yasm>=0.6.0:${PORTSDIR}/devel/yasm
 
+HAS_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_BZIP2=	yes
-EXTRACT_AFTER_ARGS?=	| ${TAR} -xf - --exclude .svn
-WRKSRC=		${WRKDIR}/${DISTNAME}
+USE_GCC?=	4.4+
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-HAS_CONFIGURE=	yes
-MAKE_JOBS_SAFE=	yes
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 OPTIONS=	DEBUG "Enable Debugging" Off \
 		OPTIMIZED_CFLAGS "Enable Optimized CFLAGS" Off \
diff -ruN --exclude=CVS /usr/ports/multimedia/x264/distinfo /home/staff/gslin/work/ports/x264/distinfo
--- /usr/ports/multimedia/x264/distinfo	2010-02-04 04:14:58.000000000 +0800
+++ /home/staff/gslin/work/ports/x264/distinfo	2010-03-09 01:20:21.000000000 +0800
@@ -1,6 +1,3 @@
-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
+MD5 (x264/x264-snapshot-20100307-2245.tar.bz2) = c42e9666a434c2fecd512037b58462b3
+SHA256 (x264/x264-snapshot-20100307-2245.tar.bz2) = af5e8bb61109d252fbc791f22cbc8eb14d301aad3aa9c7004b58613c3a36bff2
+SIZE (x264/x264-snapshot-20100307-2245.tar.bz2) = 403949
diff -ruN --exclude=CVS /usr/ports/multimedia/x264/files/patch-common-common.h /home/staff/gslin/work/ports/x264/files/patch-common-common.h
--- /usr/ports/multimedia/x264/files/patch-common-common.h	2010-02-04 04:14:59.000000000 +0800
+++ /home/staff/gslin/work/ports/x264/files/patch-common-common.h	1970-01-01 08:00:00.000000000 +0800
@@ -1,8 +0,0 @@
---- 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 -ruN --exclude=CVS /usr/ports/multimedia/x264/pkg-plist /home/staff/gslin/work/ports/x264/pkg-plist
--- /usr/ports/multimedia/x264/pkg-plist	2009-03-31 21:58:17.000000000 +0800
+++ /home/staff/gslin/work/ports/x264/pkg-plist	2010-03-09 01:24:43.000000000 +0800
@@ -1,6 +1,7 @@
+ at comment $FreeBSD$
 bin/x264
 include/x264.h
 lib/libx264.a
 lib/libx264.so
-lib/libx264.so.65
+lib/libx264.so.88
 libdata/pkgconfig/x264.pc
--- x264-0.0.20100307.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list