Ticket #37078: base.diff

File base.diff, 2.4 KB (added by thijsvermeir@…, 11 years ago)
  • Portfile

     
    77PortGroup           muniversal 1.0
    88
    99name                gst-plugins-base
    10 version             0.10.36
    11 revision            2
     10version             1.0.5
    1211description         This is gst-plugins, a set of plug-ins for GStreamer.
    1312long_description    ${description}
    1413maintainers         rmstonecipher openmaintainer
     
    1716license             LGPL-2+
    1817homepage            http://gstreamer.freedesktop.org/modules/${name}.html
    1918
    20 use_bzip2           yes
    21 master_sites        gnome:sources/gst-plugins-base/0.10/ http://gstreamer.freedesktop.org/src/${name}/
     19use_xz              yes
     20master_sites        gnome:sources/gst-plugins-base/1.0/ http://gstreamer.freedesktop.org/src/${name}/
    2221
    23 checksums           md5     776c73883e567f67b9c4a2847d8d041a \
    24                     sha1    e675401b62a6bf2e5ea966e833afd005a585e978 \
    25                     rmd160  b601372b3a1c04de63f69ba350c5010c99dbc6ae
     22checksums           md5     cd16dc3f1a44a0f70b2c7d9b2673140e \
     23                    sha1    86fd7d5db88cdb7e089adf0822f4bdca86881530 \
     24                    rmd160  ca7e4f99b7856de7f39775fa50271d5546e461ca \
     25                    sha256  37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173
    2626
    2727depends_build \
    28     port:pkgconfig
     28    port:pkgconfig \
     29    port:gobject-introspection
    2930depends_lib     \
    3031    port:gstreamer \
    3132    port:gnome-vfs \
     
    4243    --disable-gst_v4l \
    4344    --disable-alsa \
    4445    --disable-cdparanoia \
    45     --disable-ivorbis \
    46     --disable-introspection
     46    --disable-ivorbis
    4747
     48build.env-append CC=${configure.cc}
     49
    4850variant no_x11 {
    4951    configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm
    5052}
     
    7072# current cdparanoia port (cdparanoia III 10.2) appears to not be API compatible
    7173# with gst-plugins-base.  See #19843.
    7274# disable by default until this is rectified.
    73 #
    7475
    7576variant cdparanoia description {Enable (currently broken) cdparanoia plugin} {
    7677    depends_lib-append port:cdparanoia
     
    8687    }
    8788}
    8889
    89 if {[variant_isset universal]} { 
     90if {[variant_isset universal]} {
    9091    set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
    9192    set merger_host(i386) i686-apple-${os.platform}${os.major}
    9293    set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}