[59989] trunk/dports/multimedia/mplayer-devel/Portfile

ecronin at macports.org ecronin at macports.org
Wed Oct 28 14:23:41 PDT 2009


Revision: 59989
          http://trac.macports.org/changeset/59989
Author:   ecronin at macports.org
Date:     2009-10-28 14:23:37 -0700 (Wed, 28 Oct 2009)
Log Message:
-----------
multimedia/mplayer-devel: remove binary_codec variant that hasn't worked in ages

Modified Paths:
--------------
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2009-10-28 21:14:28 UTC (rev 59988)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2009-10-28 21:23:37 UTC (rev 59989)
@@ -214,57 +214,7 @@
 	configure.args-delete   --disable-libschroedinger-lavc
 }
 
-platform darwin powerpc {}
-platform darwin i386 {}
-variant binary_codecs \
-    description {Enable platform-specific binary codecs} {
-    if {[variant_isset darwin_powerpc]} {
-        global mplayercodecs mplayercodecsfile
-        set mplayercodecs       rp9codecs-macosx-20041107.pkg
-        set mplayercodecsfile   ${mplayercodecs}.zip
-        distfiles-append        ${mplayercodecsfile}:codecs
-        checksums-append        ${mplayercodecsfile} \
-                                    md5 788cf4940280fd787c0a2141d88ce3c7 \
-                                    sha1 18abd6d0424c4682815a13b34695d37d2fda2a73 \
-                                    rmd160 c6f49012633bbb84ffa405b8881dc90605d26fc6
 
-        extract.only            ${distname}${extract.suffix}
-
-        depends_build-append    bin:unzip:unzip
-    }
-    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-fetch {
-        system "curl --create-dirs http://www.mplayerhq.hu/MPlayer/releases/codecs/${mplayercodecsfile} -o ${distpath}/${mplayercodecsfile}"
-    }
-
-    post-extract {
-        system "unzip -q -d ${worksrcpath} ${distpath}/${mplayercodecsfile}"
-    }
-
-    configure.args-append   --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\""
-    }
-}
-
-
 ##### Outputs
 
 variant sdl \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091028/bca3133b/attachment.html>


More information about the macports-changes mailing list