Ticket #37081: gst-plugins-ugly.diff
File gst-plugins-ugly.diff, 2.2 KB (added by thijsvermeir@…, 12 years ago) |
---|
-
Portfile
7 7 PortGroup muniversal 1.0 8 8 9 9 name gst-plugins-ugly 10 version 0.10.19 11 revision 5 10 version 1.0.5 12 11 description \ 13 12 A set of good-quality plug-ins for GStreamer that might pose distribution \ 14 13 problems. … … 16 15 GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \ 17 16 correct functionality, but distributing them might pose problems. The \ 18 17 license on either the plug-ins or the supporting libraries might not be how \ 19 we'd like. The code might be widely known to present patent problems. 18 we'd like. The code might be widely known to present patent problems. 20 19 maintainers rmstonecipher openmaintainer 21 20 categories gnome 22 21 platforms darwin … … 24 23 master_sites http://gstreamer.freedesktop.org/src/${name}/ 25 24 license GPL-2+ LGPL-2+ 26 25 27 checksums md5 1d81c593e22a6cdf0f2b4f57eae93df2 \ 28 sha1 a28e4e8962f1fe385a098b13249a2b817c44fe63 \ 29 rmd160 39fadcf4205bbe0fd2dc079296c816d8668cc59d 26 checksums rmd160 81939abf5e993f1627d1e051bb6f8b767d7ab487 \ 27 sha256 a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331 30 28 31 29 depends_build port:pkgconfig 32 30 depends_lib port:gst-plugins-base \ … … 41 39 port:twolame \ 42 40 port:x264 43 41 44 use_ bzip2yes42 use_xz yes 45 43 46 patchfiles libcdio.patch47 patch.pre_args -p148 49 44 configure.args mandir=${prefix}/share/man --enable-static 50 45 configure.cppflags-append "-L${prefix}/lib" 51 46 configure.cflags-append -funroll-loops -fstrict-aliasing … … 58 53 ${worksrcpath}/configure 59 54 } 60 55 61 if {[variant_isset universal]} { 56 if {[variant_isset universal]} { 62 57 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major} 63 58 set merger_host(i386) i686-apple-${os.platform}${os.major} 64 59 set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}