[32922] trunk/dports/multimedia/x264/Portfile

acho at macports.org acho at macports.org
Mon Jan 14 21:04:33 PST 2008


Revision: 32922
          http://trac.macosforge.org/projects/macports/changeset/32922
Author:   acho at macports.org
Date:     2008-01-14 21:04:30 -0800 (Mon, 14 Jan 2008)

Log Message:
-----------
Update to 20080108 snapshot
Add G5 variant, thanks Jared McIntyre
Change my maintainer address to acho at macports.org

Modified Paths:
--------------
    trunk/dports/multimedia/x264/Portfile

Modified: trunk/dports/multimedia/x264/Portfile
===================================================================
--- trunk/dports/multimedia/x264/Portfile	2008-01-15 04:44:41 UTC (rev 32921)
+++ trunk/dports/multimedia/x264/Portfile	2008-01-15 05:04:30 UTC (rev 32922)
@@ -2,11 +2,10 @@
 
 PortSystem 1.0
 name		x264
-version		20070411
-revision	1
+version		20080108
 categories	multimedia
 platforms	darwin
-maintainers	bytestorm at gmail.com
+maintainers	acho at macports.org
 description	x264 - a free h264/avc encoder
 long_description x264 is a free library for encoding H264/AVC video streams. \
 		The code is written by Laurent Aimar, Eric Petit(OS X), Min \
@@ -16,7 +15,7 @@
 homepage	http://www.videolan.org/x264.html
 master_sites	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
 distname	${name}-snapshot-${version}-2245
-checksums	sha1 01e97d17dff1ec3041fc83d4c0d3001a017bee55
+checksums	sha1 12b9bb1b9121fe3668011e833e49ce86b2afc25f
 use_bzip2	yes
 
 depends_build	bin:svn:subversion
@@ -32,3 +31,7 @@
 variant ssse3 {
 	depends_build-append	 port:yasm
 }
+
+variant G5 {
+	configure.cflags-append "-mcpu=970 -mtune=970 -mpowerpc64 -mpowerpc-gpopt -fast -mabi=altivec -maltivec"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080114/41db3e26/attachment.html


More information about the macports-changes mailing list