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

devans at macports.org devans at macports.org
Sat Aug 29 21:28:59 PDT 2009


Revision: 56558
          http://trac.macports.org/changeset/56558
Author:   devans at macports.org
Date:     2009-08-29 21:28:58 -0700 (Sat, 29 Aug 2009)
Log Message:
-----------
gst-plugins-bad:

  * update to version 0.10.14
  * update dependencies, configuration
  * override faulty cxx compiler check using HAVE_CXX environment variable
  * gstreamer plugins previously found in schroedinger are now found here

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-08-30 04:19:37 UTC (rev 56557)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2009-08-30 04:28:58 UTC (rev 56558)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name		gst-plugins-bad
-version		0.10.13
-revision        1
+version		0.10.14
 description	This is gst-plugins, a set of plug-ins for GStreamer.
 long_description        ${description}
 maintainers	nomaintainer
@@ -15,9 +14,9 @@
 master_sites    http://gstreamer.freedesktop.org/src/${name}/
 use_bzip2 	yes
 
-checksums       md5     bc77146c6af89b52f26ebfc8f06d0dfe \
-                sha1    c5c2404aab55a04c57c4847f814d3e02e3ab914b \
-                rmd160  34ca2d43501e4c4e365bc88e5acb48a933acf111
+checksums       md5     6be38b04fc76cdfef3a3b02b8434efa2 \
+                sha1    a09af51b3c06d10d86b29de48fbe57768525f977 \
+                rmd160  51c7804f3d913b00f3ab87d814ae1188e3915803
 
 depends_lib	\
 	port:gst-plugins-base \
@@ -37,7 +36,10 @@
         port:libmpcdec \
         port:liboil \
 	port:libsndfile \
-	port:neon
+        port:slv2 \
+	port:soundtouch \
+        port:neon \
+        port:schroedinger
 
 	#
         # could depend on tons for multimedia stuff +variants
@@ -47,7 +49,6 @@
         # port:mjpegtools (mpeg2enc mplex build fails)
 	# port:libmusicbrainz (configure wants pkg-config libmusicbrainz, we have libmusicbrainz3)
         # 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)
         #
 
@@ -59,13 +60,13 @@
                 --disable-mplex \
                 --disable-musicbrainz \
                 --disable-sdl \
-                --disable-soundtouch \
                 --disable-swfdec \
                 --enable-experimental \
                 --enable-static
 
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append "-no-cpp-precomp -funroll-loops -fstrict-aliasing"
+configure.env-append "HAVE_CXX=yes"
 
 patchfiles modplug.patch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090829/6045b5ec/attachment.html>


More information about the macports-changes mailing list