[32230] trunk/dports/multimedia/MPlayer/Portfile

ecronin at macports.org ecronin at macports.org
Thu Dec 20 21:35:54 PST 2007


Revision: 32230
          http://trac.macosforge.org/projects/macports/changeset/32230
Author:   ecronin at macports.org
Date:     2007-12-20 21:35:53 -0800 (Thu, 20 Dec 2007)

Log Message:
-----------
Add option to not capture the Apple Remote if present

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

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2007-12-21 05:21:46 UTC (rev 32229)
+++ trunk/dports/multimedia/MPlayer/Portfile	2007-12-21 05:35:53 UTC (rev 32230)
@@ -6,6 +6,7 @@
 
 name                MPlayer
 version             1.0rc2
+revision            1
 categories          multimedia
 maintainers         gizmolabs.org:ecronin \
                     openmaintainer
@@ -116,6 +117,11 @@
     #configure.args-append   --enable-fribidi
 }
 
+variant noappleremote \
+    description {Disable Apple Remote support} {
+    configure.args-append   --disable-apple-remote
+}
+
 variant lirc \
     description {Enable Linux Infrared Remote Daemon support} {
     depends_lib-append      port:lirc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071220/05a9ae56/attachment.html


More information about the macports-changes mailing list