[54149] trunk/dports/gnome/gst-plugins-bad/Portfile

devans at macports.org devans at macports.org
Tue Jul 21 17:12:35 PDT 2009


Revision: 54149
          http://trac.macports.org/changeset/54149
Author:   devans at macports.org
Date:     2009-07-21 17:12:35 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
gst-plugins-bad: disable plugins, remove dependencies as follows, increment revision

  * port:libsdl (builds but sdlvideosink is broken)
  * port:soundtouch (fails to configure)

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

Modified: trunk/dports/gnome/gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-bad/Portfile	2009-07-21 23:53:31 UTC (rev 54148)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2009-07-22 00:12:35 UTC (rev 54149)
@@ -5,6 +5,7 @@
 
 name		gst-plugins-bad
 version		0.10.13
+revision        1
 description	This is gst-plugins, a set of plug-ins for GStreamer.
 long_description        ${description}
 maintainers	nomaintainer
@@ -35,10 +36,8 @@
 	port:libmodplug \
         port:libmpcdec \
         port:liboil \
-	port:libsdl \
 	port:libsndfile \
-	port:neon \
-	port:soundtouch
+	port:neon
 
 	#
         # could depend on tons for multimedia stuff +variants
@@ -47,7 +46,9 @@
         #
         # port:mjpegtools (mpeg2enc mplex build fails)
 	# port:libmusicbrainz (configure wants pkg-config libmusicbrainz, we have libmusicbrainz3)
-	# port:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8)
+        # port:libsdl (builds but sdlvideosink is broken)
+	# port:soundtouch (fails to configure)
+        # port:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8)
         #
 
 configure.compiler gcc-4.0
@@ -57,6 +58,8 @@
                 --disable-mpeg2enc \
                 --disable-mplex \
                 --disable-musicbrainz \
+                --disable-sdl \
+                --disable-soundtouch \
                 --disable-swfdec \
                 --enable-experimental \
                 --enable-static
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090721/ec34b121/attachment.html>


More information about the macports-changes mailing list