Ticket #26150: patch-gst-plugins-good.diff
File patch-gst-plugins-good.diff, 2.2 KB (added by louis-francis.ratte-boulianne@…, 14 years ago) |
---|
-
gnome/gst-plugins-good/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name gst-plugins-good 7 version 0.10.2 37 version 0.10.24 8 8 description \ 9 9 A set of good-quality plug-ins for GStreamer under GStreamer's preferred \ 10 10 license, LGPL. … … 19 19 homepage http://gstreamer.freedesktop.org/modules/${name}.html 20 20 master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/${name}/0.10/ 21 21 22 checksums md5 9cddbb0e7e90677f0cc05c23feffef5c\23 sha1 d819a2690e5bfe83f1277c850b737a13f8f28c12\24 rmd160 b 19a61d796e0c384e074f61fc0515826fb6f606122 checksums md5 dc0de606e3e303cf378327b72a4d281f \ 23 sha1 a0736c604a0f7da948a08f406157c420883ab339 \ 24 rmd160 b81ecec34c76ee6ec0dcaa84f8b2734b74af42ec 25 25 26 26 depends_lib \ 27 27 port:gst-plugins-base \ … … 40 40 41 41 use_bzip2 yes 42 42 43 # gst-plugins-base is not universal44 universal_variant no45 46 43 pre-configure { 47 44 reinplace "s|OBJC = gcc|OBJC = @OBJC@|" ${worksrcpath}/sys/osxvideo/Makefile.in 48 45 reinplace "s|-DGST_DISABLE_DEPRECATED||" ${worksrcpath}/configure … … 60 57 configure.args-append --build=${build_arch}-apple-darwin${os.major} 61 58 } 62 59 60 variant no_ext_deps { 61 depends_lib-delete \ 62 port:aalib \ 63 port:esound \ 64 port:flac \ 65 port:gnome-keyring \ 66 port:libcaca \ 67 port:libcdio \ 68 port:libdv \ 69 port:libshout2 \ 70 port:libsoup \ 71 port:taglib \ 72 port:wavpack 73 74 depends_lib-append \ 75 port:gconf 76 77 configure.args-append \ 78 --disable-aasink \ 79 --disable-dv \ 80 --disable-esound \ 81 --disable-flac \ 82 --disable-cacasink \ 83 --disable-shout2 \ 84 --disable-souphttpsrc \ 85 --disable-taglib \ 86 --disable-wavpack 87 } 88 63 89 livecheck.type regex 64 90 livecheck.url http://gstreamer.freedesktop.org/src/${name}/ 65 91 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"