Revision
73973
Author
devans@macports.org
Date
2010-11-30 10:37:46 -0800 (Tue, 30 Nov 2010)

Log Message

gst-plugins-bad: explicitly disable plugin lv2 which will opportunistically configure and build if port slv2 is installed.  Plugin is broken and slv2 is not universal.

Modified Paths

Diff

Modified: trunk/dports/gnome/gst-plugins-bad/Portfile (73972 => 73973)


--- trunk/dports/gnome/gst-plugins-bad/Portfile	2010-11-30 18:21:07 UTC (rev 73972)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2010-11-30 18:37:46 UTC (rev 73973)
@@ -51,7 +51,7 @@
 #
 # port:mjpegtools (mpeg2enc mplex build fails) need to disable mpeg2enc mplex explicitly in case mjpegtools is installed
 # path:lib/pkgconfig/sdl.pc:libsdl (builds but sdlvideosink is broken)
-# port:slv2 (builds but plugin fails to load))
+# 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)
 #
 
@@ -60,6 +60,7 @@
                             --disable-quicktime \
                             --disable-mpeg2enc \
                             --disable-mplex \
+                            --disable-lv2 \
                             --enable-experimental \
                             --enable-static