Ticket #37080: gst-plugins-bad.diff
File gst-plugins-bad.diff, 2.3 KB (added by thijsvermeir@…, 12 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 # https://bugzilla.gnome.org/show_bug.cgi?id=636134 7 PortGroup muniversal 1.07 PortGroup muniversal 1.0 8 8 9 name gst-plugins-bad 10 version 0.10.23 11 revision 5 9 name gst-plugins-bad 10 version 1.0.5 12 11 description A set of plug-ins for GStreamer that need more quality. 13 12 long_description \ 14 13 GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \ … … 21 20 platforms darwin 22 21 homepage http://gstreamer.freedesktop.org/modules/${name}.html 23 22 master_sites http://gstreamer.freedesktop.org/src/${name}/ 24 use_ bzip2yes23 use_xz yes 25 24 26 checksums md5 fcb09798114461955260e4d940db5987 \ 27 sha1 46208d7bcebaac31310e2a884cc840c51034781a \ 28 rmd160 3a837843b8aa941ff7c81b90d37930ccb1ddb0be 25 checksums rmd160 854c78e498071566ccefb55d5cb8527ec53bb272 \ 26 sha256 2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a 29 27 30 28 depends_build port:pkgconfig 31 29 depends_lib port:gst-plugins-base \ … … 59 57 # port:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8) 60 58 # 61 59 62 configure.args --disable-silent-rules \ 60 configure.args --disable-apple_media \ 61 --disable-silent-rules \ 63 62 --disable-quicktime \ 64 63 --disable-mpeg2enc \ 65 64 --disable-mplex \ … … 83 82 configure.cflags-append -funroll-loops -fstrict-aliasing 84 83 configure.env-append "HAVE_CXX=yes" 85 84 86 patchfiles modplug.patch \ 87 patch-sys-applemedia-Makefile.in.diff 85 patchfiles modplug.patch 88 86 89 87 post-patch { 90 88 reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \ … … 102 100 configure.args-delete --disable-jack 103 101 } 104 102 105 if {[variant_isset universal]} { 103 if {[variant_isset universal]} { 106 104 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major} 107 105 set merger_host(i386) i686-apple-${os.platform}${os.major} 108 106 set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}