Ticket #37078: base.diff
File base.diff, 2.4 KB (added by thijsvermeir@…, 12 years ago) |
---|
-
Portfile
7 7 PortGroup muniversal 1.0 8 8 9 9 name gst-plugins-base 10 version 0.10.36 11 revision 2 10 version 1.0.5 12 11 description This is gst-plugins, a set of plug-ins for GStreamer. 13 12 long_description ${description} 14 13 maintainers rmstonecipher openmaintainer … … 17 16 license LGPL-2+ 18 17 homepage http://gstreamer.freedesktop.org/modules/${name}.html 19 18 20 use_ bzip2yes21 master_sites gnome:sources/gst-plugins-base/ 0.10/ http://gstreamer.freedesktop.org/src/${name}/19 use_xz yes 20 master_sites gnome:sources/gst-plugins-base/1.0/ http://gstreamer.freedesktop.org/src/${name}/ 22 21 23 checksums md5 776c73883e567f67b9c4a2847d8d041a \ 24 sha1 e675401b62a6bf2e5ea966e833afd005a585e978 \ 25 rmd160 b601372b3a1c04de63f69ba350c5010c99dbc6ae 22 checksums md5 cd16dc3f1a44a0f70b2c7d9b2673140e \ 23 sha1 86fd7d5db88cdb7e089adf0822f4bdca86881530 \ 24 rmd160 ca7e4f99b7856de7f39775fa50271d5546e461ca \ 25 sha256 37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173 26 26 27 27 depends_build \ 28 port:pkgconfig 28 port:pkgconfig \ 29 port:gobject-introspection 29 30 depends_lib \ 30 31 port:gstreamer \ 31 32 port:gnome-vfs \ … … 42 43 --disable-gst_v4l \ 43 44 --disable-alsa \ 44 45 --disable-cdparanoia \ 45 --disable-ivorbis \ 46 --disable-introspection 46 --disable-ivorbis 47 47 48 build.env-append CC=${configure.cc} 49 48 50 variant no_x11 { 49 51 configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm 50 52 } … … 70 72 # current cdparanoia port (cdparanoia III 10.2) appears to not be API compatible 71 73 # with gst-plugins-base. See #19843. 72 74 # disable by default until this is rectified. 73 #74 75 75 76 variant cdparanoia description {Enable (currently broken) cdparanoia plugin} { 76 77 depends_lib-append port:cdparanoia … … 86 87 } 87 88 } 88 89 89 if {[variant_isset universal]} { 90 if {[variant_isset universal]} { 90 91 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major} 91 92 set merger_host(i386) i686-apple-${os.platform}${os.major} 92 93 set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}