[113673] trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

devans at macports.org devans at macports.org
Fri Nov 22 13:05:25 PST 2013


Revision: 113673
          https://trac.macports.org/changeset/113673
Author:   devans at macports.org
Date:     2013-11-22 13:05:25 -0800 (Fri, 22 Nov 2013)
Log Message:
-----------
gstreamer010-gst-plugins-bad: add deps for some plugins, disable others to make build consistent with gstreamer1-gst-plugins-bad.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2013-11-22 20:51:21 UTC (rev 113672)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2013-11-22 21:05:25 UTC (rev 113673)
@@ -9,7 +9,7 @@
 name                gstreamer010-gst-plugins-bad
 set my_name         gst-plugins-bad
 version		        0.10.23
-revision            2
+revision            3
 description         A set of plug-ins for GStreamer that need more quality.
 long_description    \
     GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
@@ -32,6 +32,7 @@
 depends_build port:pkgconfig
 depends_lib port:gstreamer010-gst-plugins-base \
             port:XviD \
+            port:curl \
             port:dirac \
             port:exempi \
             port:faac \
@@ -45,6 +46,8 @@
             port:libmodplug \
             port:libmpcdec \
             port:libmusicbrainz2 \
+            port:librsvg \
+            port:libsndfile \
             port:libvpx \
             port:soundtouch \
             port:neon \
@@ -60,14 +63,27 @@
 # port:slv2 (builds but lv2 plugin fails to load and slv2 is not universal) disable lv2 explicitly in case slv2 is installed
 # port:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8)
 #
+# the following plugins build opportunisticly due to missing dependencies
+# explicitly disabled for now
+#
+# assrender (port:libass)
+# opus (port:libopus)
+# resindvd (port:libdvdread port:libdvdnav)
+# spandsp (port:spandsp-devel)
+#
 
 configure.args              --disable-silent-rules \
+                            --disable-assrender \
                             --disable-quicktime \
                             --disable-mpeg2enc \
                             --disable-mplex \
+                            --disable-opus \
+                            --disable-opencv \
                             --disable-lv2 \
+                            --disable-resindvd \
+                            --disable-sdl \
                             --disable-sdltest \
-                            --disable-opencv \
+                            --disable-spandsp \
                             --disable-schemas-compile \
                             --enable-experimental \
                             --enable-static
@@ -101,7 +117,7 @@
 
 # osxvideosrc is disabled by configure on 64 bit archs so disable if universal variant is set
 
-if {[variant_isset universal]} { 
+if {[variant_isset universal]} {
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
     set merger_host(i386) i686-apple-${os.platform}${os.major}
     set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}
@@ -119,7 +135,7 @@
 }
 
 post-activate {
-	system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" 
+	system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
 livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131122/781e41c4/attachment.html>


More information about the macports-changes mailing list