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

ecronin at macports.org ecronin at macports.org
Fri Jun 3 20:41:51 PDT 2011


Revision: 79164
          http://trac.macports.org/changeset/79164
Author:   ecronin at macports.org
Date:     2011-06-03 20:41:48 -0700 (Fri, 03 Jun 2011)
Log Message:
-----------
multimedia/MPlayer: fix libdts->libdca, nomaintainer, warn to use mplayer-devel instead

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

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2011-06-04 01:21:50 UTC (rev 79163)
+++ trunk/dports/multimedia/MPlayer/Portfile	2011-06-04 03:41:48 UTC (rev 79164)
@@ -7,16 +7,20 @@
 name                MPlayer
 version             1.0rc4
 categories          multimedia
-maintainers         ecronin \
-                    openmaintainer
+maintainers         nomaintainer
 description         The Unix movie player
+set notestxt \
+    "The MPlayer developers do not believe in making regular releases. \
+    You are likely better off using the mplayer-devel port."
 long_description \
     MPlayer can play most standard video formats out of the box and almost \
     all others with the help of external codecs.  MPlayer currently works \
     best from the command line, but visual feedback for many functions is \
     available from its onscreen status display (OSD), which is also used for \
     displaying subtitles. MPlayer also has a GUI with skin support and \
-    several unofficial alternative graphical frontends are available.
+    several unofficial alternative graphical frontends are available. \
+    \nNOTE: ${notestxt}
+notes ${notestxt}
 
 platforms       darwin
 
@@ -186,7 +190,7 @@
 
 variant dts \
     description {Enable non-passthrough DTS playback} {
-    depends_lib-append      port:libdts
+    depends_lib-append      port:libdca
     configure.args-delete   --disable-libdts
 }
 
@@ -216,7 +220,7 @@
     configure.args-delete   --disable-caca
 }
 
-variant x11 description {Enable x11 support} {
+variant x11 {
     depends_lib-append \
         port:xorg-libXinerama \
         port:xorg-libXv \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110603/529a576d/attachment-0001.html>


More information about the macports-changes mailing list