[110137] trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

devans at macports.org devans at macports.org
Mon Aug 26 23:15:41 PDT 2013


Revision: 110137
          https://trac.macports.org/changeset/110137
Author:   devans at macports.org
Date:     2013-08-26 23:15:41 -0700 (Mon, 26 Aug 2013)
Log Message:
-----------
gstreamer1-gst-plugins-bad: explicitly disable plugins that build opportunisticly due to missing dependencies.

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

Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2013-08-27 04:40:52 UTC (rev 110136)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2013-08-27 06:15:41 UTC (rev 110137)
@@ -9,6 +9,7 @@
 name                gstreamer1-gst-plugins-bad
 set my_name         gst-plugins-bad
 version		    1.0.9
+revision        1
 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 \
@@ -59,11 +60,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)
+# fluidsynth (port:fluidsynth)
+# openjpeg (port:openjpeg)
+# opus (port:libopus)
+# resindvd (port:libdvdread port:libdvdnav)
+# spandsp (port:spandsp-devel)
+#
 
 configure.args              --disable-silent-rules \
+                            --disable-assrender \
+                            --disable-fluidsynth \
                             --disable-quicktime \
                             --disable-mpeg2enc \
                             --disable-mplex \
+                            --disable-openjpeg \
+                            --disable-opus \
+                            --disable-resindvd \
+                            --disable-spandsp \
                             --disable-lv2 \
                             --disable-sdltest \
                             --disable-opencv \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130826/6fa5a10d/attachment-0001.html>


More information about the macports-changes mailing list