Revision
73972
Author
devans@macports.org
Date
2010-11-30 10:21:07 -0800 (Tue, 30 Nov 2010)

Log Message

gst-plugins-bad:
    * disable plugins mpeg2enc mplex explicitly which will otherwise
      opportunistically configure and break build if mjpegtools is installed
    * disable silent build rules to make debugging of build easier

Modified Paths

Diff

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


--- trunk/dports/gnome/gst-plugins-bad/Portfile	2010-11-30 15:53:24 UTC (rev 73971)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2010-11-30 18:21:07 UTC (rev 73972)
@@ -49,16 +49,20 @@
 # the following ports are available but don't configure
 # and/or build correctly
 #
-# port:mjpegtools (mpeg2enc mplex build fails)
+# 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:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8)
 #
 
 configure.compiler          gcc-4.0
-configure.args              --disable-quicktime \
+configure.args              --disable-silent-rules \
+                            --disable-quicktime \
+                            --disable-mpeg2enc \
+                            --disable-mplex \
                             --enable-experimental \
                             --enable-static
+
 configure.cppflags-append   "-L${prefix}/lib"
 configure.cflags-append     -funroll-loops -fstrict-aliasing
 configure.env-append        "HAVE_CXX=yes"