[38598] trunk/dports/multimedia/x264/Portfile
acho at macports.org
acho at macports.org
Fri Jul 25 05:50:01 PDT 2008
Revision: 38598
http://trac.macosforge.org/projects/macports/changeset/38598
Author: acho at macports.org
Date: 2008-07-25 05:50:01 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
x264 now expects yasm by default. Removed ssse3 variant and made flags default.
Modified Paths:
--------------
trunk/dports/multimedia/x264/Portfile
Modified: trunk/dports/multimedia/x264/Portfile
===================================================================
--- trunk/dports/multimedia/x264/Portfile 2008-07-25 12:42:59 UTC (rev 38597)
+++ trunk/dports/multimedia/x264/Portfile 2008-07-25 12:50:01 UTC (rev 38598)
@@ -1,8 +1,10 @@
# $Id$
PortSystem 1.0
+
name x264
version 20080724
+revision 1
categories multimedia
platforms darwin
maintainers acho at macports.org
@@ -18,7 +20,7 @@
checksums sha1 8f3023d82d06b34a609e8c67ace8328e6c01aacb
use_bzip2 yes
-depends_build bin:svn:subversion
+depends_build bin:svn:subversion port:yasm
configure.args \
--enable-pthread --enable-pic
@@ -28,10 +30,11 @@
build.target default
-variant ssse3 {
- depends_build-append port:yasm
+variant noasm description {disable assembler optimization and remove yasm dep} {
+ depends_build-delete port:yasm
+ configure.args-append --disable-asm
}
-variant G5 {
+variant G5 description {G5 specific optimizations} {
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/20080725/35fc720f/attachment.html
More information about the macports-changes
mailing list