[52743] trunk/dports/gnome/gst-plugins-base/Portfile
devans at macports.org
devans at macports.org
Mon Jun 22 09:41:07 PDT 2009
Revision: 52743
http://trac.macports.org/changeset/52743
Author: devans at macports.org
Date: 2009-06-22 09:41:06 -0700 (Mon, 22 Jun 2009)
Log Message:
-----------
gst-plugins-base: disable cdparanoia plugin by default as it appears to not be compatible with latest upgrade of cdparanoia to version 10.2 (see #19843.) Add +cdparanoia variant to re-enable if desired.
Modified Paths:
--------------
trunk/dports/gnome/gst-plugins-base/Portfile
Modified: trunk/dports/gnome/gst-plugins-base/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-base/Portfile 2009-06-22 15:58:26 UTC (rev 52742)
+++ trunk/dports/gnome/gst-plugins-base/Portfile 2009-06-22 16:41:06 UTC (rev 52743)
@@ -5,6 +5,7 @@
name gst-plugins-base
version 0.10.23
+revision 1
description This is gst-plugins, a set of plug-ins for GStreamer.
long_description ${description}
maintainers nomaintainer
@@ -28,22 +29,38 @@
port:liboil \
port:libogg \
port:libtheora \
- port:libvorbis \
- port:cdparanoia
+ port:libvorbis
depends_build \
port:autoconf \
port:automake \
port:libtool
+
use_autoreconf yes
autoreconf.args -fvi
-configure.args --enable-experimental --disable-libvisual --disable-gst_v4l --disable-alsa
+configure.args \
+ --enable-experimental \
+ --disable-libvisual\
+ --disable-gst_v4l \
+ --disable-alsa \
+ --disable-cdparanoia
variant no_x11 {
configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm
}
+#
+# current cdparanoia port (cdparanoia III 10.2) appears to not be API compatible
+# with gst-plugsin-base. See #19843.
+# disable by default until this is rectified.
+#
+
+variant cdparanoia description {Enable (currently broken) cdparanoia plugin} {
+ depends_lib-append port:cdparanoia
+ configure.args-delete --disable-cdparanoia
+}
+
livecheck.check regex
livecheck.url http://gstreamer.freedesktop.org/src/${name}/
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090622/36600cbb/attachment.html>
More information about the macports-changes
mailing list