Ticket #37080: gst-plugins-bad.diff

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

     
    44PortSystem          1.0
    55
    66# https://bugzilla.gnome.org/show_bug.cgi?id=636134
    7 PortGroup   muniversal 1.0
     7PortGroup           muniversal 1.0
    88
    9 name                    gst-plugins-bad
    10 version                 0.10.23
    11 revision                    5
     9name                gst-plugins-bad
     10version             1.0.5
    1211description         A set of plug-ins for GStreamer that need more quality.
    1312long_description    \
    1413    GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
     
    2120platforms           darwin
    2221homepage            http://gstreamer.freedesktop.org/modules/${name}.html
    2322master_sites        http://gstreamer.freedesktop.org/src/${name}/
    24 use_bzip2           yes
     23use_xz              yes
    2524
    26 checksums           md5     fcb09798114461955260e4d940db5987 \
    27                     sha1    46208d7bcebaac31310e2a884cc840c51034781a \
    28                     rmd160  3a837843b8aa941ff7c81b90d37930ccb1ddb0be
     25checksums           rmd160  854c78e498071566ccefb55d5cb8527ec53bb272 \
     26                    sha256  2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a
    2927
    3028depends_build port:pkgconfig
    3129depends_lib port:gst-plugins-base \
     
    5957# port:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8)
    6058#
    6159
    62 configure.args              --disable-silent-rules \
     60configure.args              --disable-apple_media \
     61                            --disable-silent-rules \
    6362                            --disable-quicktime \
    6463                            --disable-mpeg2enc \
    6564                            --disable-mplex \
     
    8382configure.cflags-append     -funroll-loops -fstrict-aliasing
    8483configure.env-append        "HAVE_CXX=yes"
    8584
    86 patchfiles  modplug.patch \
    87             patch-sys-applemedia-Makefile.in.diff
     85patchfiles  modplug.patch
    8886
    8987post-patch {
    9088    reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
     
    102100    configure.args-delete   --disable-jack
    103101}
    104102
    105 if {[variant_isset universal]} { 
     103if {[variant_isset universal]} {
    106104    set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
    107105    set merger_host(i386) i686-apple-${os.platform}${os.major}
    108106    set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}