Ticket #47525: patch-gstreamer1-gst-plugins-good.diff
File patch-gstreamer1-gst-plugins-good.diff, 1.3 KB (added by mkae (Marko Käning), 10 years ago) |
---|
-
Portfile
11 11 name gstreamer1-gst-plugins-good 12 12 set my_name gst-plugins-good 13 13 version 1.4.5 14 revision 1 14 15 description A set of good-quality plug-ins for GStreamer under GStreamer's preferred \ 15 16 license, LGPL. 16 17 long_description GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \ … … 59 60 use_autoreconf yes 60 61 autoreconf.args -fvi 61 62 62 configure.args-append --disable-gtk-doc --with-default-videosink=ximagesink --disable-pulse 63 configure.args-append --disable-gtk-doc --with-default-videosink=ximagesink --disable-pulse --without-x --disable-x --disable-xshm 63 64 configure.env-append "HAVE_CXX=yes" 64 65 65 66 variant pulseaudio description {Enable PulseAudio plugin} { … … 68 69 --enable-pulse 69 70 } 70 71 71 default_variants +pulseaudio 72 variant x11 { 73 configure.args-delete --without-x --disable-x --disable-xshm 74 } 72 75 76 default_variants +x11 +pulseaudio 77 73 78 if {[variant_isset universal]} { 74 79 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major} 75 80 set merger_host(i386) i686-apple-${os.platform}${os.major}