[64070] trunk/dports/multimedia/mlt/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 21 07:14:10 PST 2010


Revision: 64070
          http://trac.macports.org/changeset/64070
Author:   ryandesign at macports.org
Date:     2010-02-21 07:14:09 -0800 (Sun, 21 Feb 2010)
Log Message:
-----------
mlt: maintainer update to 0.5.0 and add no_x11 variant; see #23789

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

Modified: trunk/dports/multimedia/mlt/Portfile
===================================================================
--- trunk/dports/multimedia/mlt/Portfile	2010-02-21 15:13:09 UTC (rev 64069)
+++ trunk/dports/multimedia/mlt/Portfile	2010-02-21 15:14:09 UTC (rev 64070)
@@ -5,7 +5,7 @@
 
 name                mlt
 epoch               1
-version             0.4.6
+version             0.5.0
 categories          multimedia
 maintainers         dennedy.org:dan
 description         Open source multimedia framework - core libraries
@@ -58,4 +58,9 @@
 configure.ldflags-append    "-L${prefix}/lib"
 build.env                   CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
 
+variant no_x11 {
+    configure.args-append   --disable-gtk2
+    depends_lib-delete      port:gtk2
+}
+
 livecheck.type     none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100221/06cd2edc/attachment.html>


More information about the macports-changes mailing list