[43582] trunk/dports/multimedia/transcode/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Thu Dec 11 23:08:23 PST 2008
Revision: 43582
http://trac.macports.org/changeset/43582
Author: jeremyhu at macports.org
Date: 2008-12-11 23:08:18 -0800 (Thu, 11 Dec 2008)
Log Message:
-----------
transcode: Marked not universal since it fails to build. Removed faad2 variant since it's not applicable to the current version. See bug #17482.
Modified Paths:
--------------
trunk/dports/multimedia/transcode/Portfile
Modified: trunk/dports/multimedia/transcode/Portfile
===================================================================
--- trunk/dports/multimedia/transcode/Portfile 2008-12-12 07:06:36 UTC (rev 43581)
+++ trunk/dports/multimedia/transcode/Portfile 2008-12-12 07:08:18 UTC (rev 43582)
@@ -62,11 +62,14 @@
use_parallel_build yes
+# port:libmpeg2 is not universal
+universal_variant no
+
# Optional components
variant a52dec {
depends_lib-append port:a52dec
- configure.args-append --enable-a52 --enable-a52-default-decoder --with-a52-prefix=${prefix}
+ configure.args-append --enable-a52 --with-a52-prefix=${prefix}
}
variant faac {
@@ -74,11 +77,6 @@
configure.args-append --enable-faac --with-faac-prefix=${prefix}
}
-variant faad2 {
- depends_lib-append port:faad2
- configure.args-append --enable-faad --with-faad-prefix=${prefix}
-}
-
variant freetype {
depends_lib-append port:freetype
configure.args-append --enable-freetype2 --with-freetype2-prefix=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081211/83147f77/attachment.html>
More information about the macports-changes
mailing list