Ticket #37079: gst-plugins-base.diff
File gst-plugins-base.diff, 2.2 KB (added by thijsvermeir@…, 12 years ago) |
---|
-
Portfile
7 7 PortGroup muniversal 1.0 8 8 9 9 name gst-plugins-good 10 version 0.10.31 11 revision 6 10 version 1.0.3 12 11 description \ 13 12 A set of good-quality plug-ins for GStreamer under GStreamer's preferred \ 14 13 license, LGPL. … … 16 15 GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \ 17 16 consider to have good quality code, correct functionality, and their \ 18 17 preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for \ 19 the supporting library). 18 the supporting library). 20 19 maintainers rmstonecipher openmaintainer 21 20 categories gnome 22 21 license LGPL-2+ 23 22 platforms darwin 24 23 homepage http://gstreamer.freedesktop.org/modules/${name}.html 25 master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/ 0.10/24 master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/1.0/ 26 25 27 checksums md5 24f98a294a2b521e1b29412bdadae2e6 \ 28 sha1 b45fc01b133fc23617fa501dd9307a90f467b396 \ 29 rmd160 d9fed957ba26d055f7bccb9079bd43faae15b7e5 26 checksums sha256 92ab8bdee2e539a5302c1b0c8d460e638da33ebf89142caee210cb0c9720c68e 30 27 31 28 depends_build \ 32 29 port:pkgconfig … … 44 41 path:lib/libspeex.dylib:speex \ 45 42 port:taglib \ 46 43 port:wavpack 47 48 use_bzip2 yes49 44 45 use_xz yes 46 50 47 post-patch { 51 48 # gst/goom is the only thing using this, and its mmx code is buggy (as of 0.10.31) 52 49 reinplace "s|-DBUILD_MMX|-UBUILD_MMX|" ${worksrcpath}/gst/goom/Makefile.am … … 58 55 59 56 configure.args-append --disable-gtk-doc --disable-schemas-install --with-default-videosink=ximagesink 60 57 61 if {[variant_isset universal]} { 58 if {[variant_isset universal]} { 62 59 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major} 63 60 set merger_host(i386) i686-apple-${os.platform}${os.major} 64 61 set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}