most recent changes, diff for x264

Index: multimedia/x264/Portfile
--- multimedia/x264/Portfile (revision 32921)
+++ multimedia/x264/Portfile (revision 32922)
@@ -2,11 +2,10 @@

PortSystem 1.0
name x264
-version 20070411
-revision 1
+version 20080108
categories multimedia
platforms darwin
-maintainers bytestorm@gmail.com
+maintainers acho@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"
+}