Ticket #37079: gst-plugins-base.diff

File gst-plugins-base.diff, 2.2 KB (added by thijsvermeir@…, 11 years ago)
  • Portfile

     
    77PortGroup   muniversal 1.0
    88
    99name                gst-plugins-good
    10 version             0.10.31
    11 revision            6
     10version             1.0.3
    1211description         \
    1312    A set of good-quality plug-ins for GStreamer under GStreamer's preferred \
    1413    license, LGPL.
     
    1615    GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \
    1716    consider to have good quality code, correct functionality, and their \
    1817    preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for \
    19     the supporting library). 
     18    the supporting library).
    2019maintainers         rmstonecipher openmaintainer
    2120categories          gnome
    2221license             LGPL-2+
    2322platforms           darwin
    2423homepage            http://gstreamer.freedesktop.org/modules/${name}.html
    25 master_sites        http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/0.10/
     24master_sites        http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/1.0/
    2625
    27 checksums           md5     24f98a294a2b521e1b29412bdadae2e6 \
    28                     sha1    b45fc01b133fc23617fa501dd9307a90f467b396 \
    29                     rmd160  d9fed957ba26d055f7bccb9079bd43faae15b7e5
     26checksums           sha256  92ab8bdee2e539a5302c1b0c8d460e638da33ebf89142caee210cb0c9720c68e
    3027
    3128depends_build \
    3229    port:pkgconfig
     
    4441    path:lib/libspeex.dylib:speex \
    4542    port:taglib \
    4643    port:wavpack
    47      
    48 use_bzip2   yes
    4944
     45use_xz                  yes
     46
    5047post-patch {
    5148    # gst/goom is the only thing using this, and its mmx code is buggy (as of 0.10.31)
    5249    reinplace "s|-DBUILD_MMX|-UBUILD_MMX|" ${worksrcpath}/gst/goom/Makefile.am
     
    5855
    5956configure.args-append   --disable-gtk-doc --disable-schemas-install --with-default-videosink=ximagesink
    6057
    61 if {[variant_isset universal]} { 
     58if {[variant_isset universal]} {
    6259    set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
    6360    set merger_host(i386) i686-apple-${os.platform}${os.major}
    6461    set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}