[33580] trunk/dports/gnome/gst-plugins-base/Portfile

gui_dos at macports.org gui_dos at macports.org
Wed Jan 30 11:44:25 PST 2008


Revision: 33580
          http://trac.macosforge.org/projects/macports/changeset/33580
Author:   gui_dos at macports.org
Date:     2008-01-30 11:43:58 -0800 (Wed, 30 Jan 2008)

Log Message:
-----------
gst-plugins-base:
 * Update to 0.10.16
 * Forced configure to detect MacPorts' python2.5

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

Modified: trunk/dports/gnome/gst-plugins-base/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-base/Portfile	2008-01-30 18:48:50 UTC (rev 33579)
+++ trunk/dports/gnome/gst-plugins-base/Portfile	2008-01-30 19:43:58 UTC (rev 33580)
@@ -1,7 +1,9 @@
 # $Id$
+
 PortSystem 1.0
+
 name		gst-plugins-base
-version		0.10.13
+version		0.10.16
 description	This is gst-plugins, a set of plug-ins for GStreamer.
 long_description        ${description}
 maintainers	nomaintainer
@@ -9,9 +11,9 @@
 platforms	darwin 
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/gst-plugins-base/0.10/ http://gstreamer.freedesktop.org/src/${name}/
-checksums	md5 735f7b911cd00540d2bea8596a3859cd \
-		sha1 dbab4468f3a1c12472ecc901d025a83cf9030215 \
-		rmd160 4fb5d16d1a9ceda9446bcf3ee4c254adc9590349
+checksums	md5 f7b5645d956bd43103f62922be1f94cc \
+		sha1 a15f887c00ecebe67b817422e2111c6af5d1bf5a \
+		rmd160 6c390ffb51a3a09c17e41e73ac9dc53387efc0d6
 depends_lib	\
 	port:gstreamer \
 	port:liboil \
@@ -20,7 +22,12 @@
 	port:libvorbis \
 	port:cdparanoia
 use_bzip2 	yes
-configure.args	mandir=${prefix}/share/man
+
+# configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
+pre-configure {
+        reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
+}
+
 #configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
 #                CFLAGS="-no-cpp-precomp -funroll-loops -fstrict-aliasing" 
 #post-extract {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080130/eb8c38a1/attachment.html


More information about the macports-changes mailing list