Ticket #37079: gst-plugins-good.diff
File gst-plugins-good.diff, 2.6 KB (added by thijsvermeir@…, 12 years ago) |
---|
-
Portfile
5 5 6 6 # https://bugzilla.gnome.org/show_bug.cgi?id=636134 7 7 PortGroup muniversal 1.0 8 PortGroup compiler_blacklist_versions 1.0 8 PortGroup compiler_blacklist_versions 1.0 9 9 10 10 name gst-plugins-good 11 version 0.10.31 12 revision 7 11 version 1.0.5 13 12 description \ 14 13 A set of good-quality plug-ins for GStreamer under GStreamer's preferred \ 15 14 license, LGPL. … … 17 16 GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \ 18 17 consider to have good quality code, correct functionality, and their \ 19 18 preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for \ 20 the supporting library). 19 the supporting library). 21 20 maintainers rmstonecipher openmaintainer 22 21 categories gnome 23 22 license LGPL-2+ 24 23 platforms darwin 25 24 homepage http://gstreamer.freedesktop.org/modules/${name}.html 26 master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/ 0.10/25 master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/1.0/ 27 26 28 checksums md5 24f98a294a2b521e1b29412bdadae2e6 \ 29 sha1 b45fc01b133fc23617fa501dd9307a90f467b396 \ 30 rmd160 d9fed957ba26d055f7bccb9079bd43faae15b7e5 27 checksums sha256 53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5 31 28 32 29 depends_build \ 33 30 port:pkgconfig … … 45 42 path:lib/libspeex.dylib:speex \ 46 43 port:taglib \ 47 44 port:wavpack 48 49 use_bzip2 yes50 45 46 use_xz yes 47 51 48 patchfiles automake.patch 52 49 53 50 post-patch { … … 62 59 configure.args-append --disable-gtk-doc --disable-schemas-install --with-default-videosink=ximagesink 63 60 configure.env-append "HAVE_CXX=yes" 64 61 65 if {[variant_isset universal]} { 62 if {[variant_isset universal]} { 66 63 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major} 67 64 set merger_host(i386) i686-apple-${os.platform}${os.major} 68 65 set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major} … … 78 75 } 79 76 80 77 # SSE register return with SSE disabled 81 # <rdar://problem/9694837> - Fixed in XCode 4.2 (clang 211.10.1) 82 compiler.blacklist {clang < 211.10.1} 78 # <rdar://problem/9694837> - Fixed in XCode 4.2 (clang 211.10.1) 79 compiler.blacklist {clang < 211.10.1} 83 80 84 81 post-activate { 85 82 system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \