Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2009 00:14:09 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, multimedia@FreeBSD.org
Subject:   ports/140865: [PATCH] multimedia/x264: update to 0.0.20091124
Message-ID:  <20091125161409.4F42E7E81B@colo-p.gslin.org>
Resent-Message-ID: <200911251620.nAPGK1wi046822@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140865
>Category:       ports
>Synopsis:       [PATCH] multimedia/x264: update to 0.0.20091124
>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:   Wed Nov 25 16:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009
>Description:
- Update to 0.0.20091124

Port maintainer (multimedia@FreeBSD.org) is cc'd.

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

--- x264-0.0.20091124.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/x264/Makefile /home/staff/gslin/work/ports/x264/Makefile
--- /usr/ports/multimedia/x264/Makefile	2009-11-23 04:28:29.000000000 +0800
+++ /home/staff/gslin/work/ports/x264/Makefile	2009-11-26 00:13:16.000000000 +0800
@@ -6,7 +6,7 @@
 #      $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $
 
 PORTNAME=	x264
-PORTVERSION=	0.0.20081218
+PORTVERSION=	0.0.20091124
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.videolan.org/pub/videolan/x264/snapshots/ \
 		http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
@@ -16,7 +16,7 @@
 EXTRACT_ONLY=	${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX}
 
 MAINTAINER=	multimedia@FreeBSD.org
-COMMENT?=	Multimedia library and tool for encoding H.264/AVC video streams
+COMMENT=	Multimedia library and tool for encoding H.264/AVC video streams
 
 BUILD_DEPENDS=	yasm>=0.6.0:${PORTSDIR}/devel/yasm
 
@@ -36,7 +36,7 @@
 
 CONFIGURE_ARGS+=	--extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${LOCALBASE}/include" \
 			--extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${LOCALBASE}/lib" \
-			--enable-shared
+			--enable-shared --disable-asm
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/multimedia/x264/distinfo /home/staff/gslin/work/ports/x264/distinfo
--- /usr/ports/multimedia/x264/distinfo	2009-04-01 03:53:07.000000000 +0800
+++ /home/staff/gslin/work/ports/x264/distinfo	2009-11-26 00:03:47.000000000 +0800
@@ -1,6 +1,3 @@
-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/example.y4m.bz2) = e0948016cd4a52e75d6a74d998bd6ae6
-SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7
-SIZE (x264/example.y4m.bz2) = 4910029
+MD5 (x264/x264-snapshot-20091124-2245.tar.bz2) = 1b67c69c1a6456e3101d9be7ad2cdbdf
+SHA256 (x264/x264-snapshot-20091124-2245.tar.bz2) = c7e25b7c1e49c73ed2c0e51e5f35ec0d881bf5b3886c38c74fe5932510e4ce83
+SIZE (x264/x264-snapshot-20091124-2245.tar.bz2) = 375385
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	2009-11-26 00:09:26.000000000 +0800
@@ -1,6 +1,7 @@
+@comment $FreeBSD$
 bin/x264
 include/x264.h
 lib/libx264.a
 lib/libx264.so
-lib/libx264.so.65
+lib/libx264.so.79
 libdata/pkgconfig/x264.pc
--- x264-0.0.20091124.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091125161409.4F42E7E81B>