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

ecronin at macports.org ecronin at macports.org
Mon Jun 8 13:16:57 PDT 2009


Revision: 52042
          http://trac.macports.org/changeset/52042
Author:   ecronin at macports.org
Date:     2009-06-08 13:16:55 -0700 (Mon, 08 Jun 2009)
Log Message:
-----------
multimedia/MPlayer: remove broken variants that don't work with the ancient rc2 snapshot.  They may work in the newer mplayer-devel

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

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2009-06-08 19:54:11 UTC (rev 52041)
+++ trunk/dports/multimedia/MPlayer/Portfile	2009-06-08 20:16:55 UTC (rev 52042)
@@ -170,14 +170,6 @@
     configure.args-append   --enable-smb
 }
 
-## Broken as of 10/25/06 (version issue?)
-#variant cdparanoia
-#    description {Enable CDDA support} {
-#    depends_lib-append      port:cdparanoia
-#    configure.args-delete   --disable-cdparanoia
-#    #configure.args-append   --enable-dvdread
-#}
-
 ##### External codecs
 
 variant theora \
@@ -222,7 +214,7 @@
             system "unzip -q -d ${worksrcpath} ${distpath}/${mplayercodecsfile}"
         }
 
-        configure.args-append   --with-codecsdir=${prefix}/share/${name}/codecs
+        configure.args-append   --codecsdir=${prefix}/share/${name}/codecs
 
         post-destroot {
             xinstall -m 755 -d ${destroot}${prefix}/share/${name}/codecs
@@ -231,30 +223,7 @@
         }
     }
     if {[variant_isset darwin_i386]} {
-        global mplayercodecs mplayercodecsfile
-        set mplayercodecs       "Essential Codecs Package (Intel).pkg"
-        set mplayercodecsfile   essential-macosx-x86-20060611.zip
-        distfiles-append        ${mplayercodecsfile}:codecs
-        checksums-append        ${mplayercodecsfile} \
-                                    md5 1e409d500336a8318cbe2a67bbf9d9ca \
-                                    sha1 4f8fee483b6c227d8cb774d2d30e1ef36a43e04a \
-                                    rmd160 87beaa40263deb0d0b9166f24d6f9dd686f594fd
-
-        extract.only            ${distname}${extract.suffix}
-
-        depends_build-append    bin:unzip:unzip
-
-        post-extract {
-            system "unzip -q -d ${worksrcpath} ${distpath}/${mplayercodecsfile}"
-        }
-
-        configure.args-append   --with-codecsdir=${prefix}/share/${name}/codecs
-
-        post-destroot {
-            xinstall -m 755 -d ${destroot}${prefix}/share/${name}/codecs
-            system "cd ${destroot}${prefix}/share/${name}/codecs" && \
-                pax -r -z -f \"${worksrcpath}/${mplayercodecs}/Contents/Archive.pax.gz\""
-        }
+        # Wine/DLL loader broken in 1.0rc2
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090608/99c9c2b5/attachment.html>


More information about the macports-changes mailing list