[33576] trunk/dports/gnome/gstreamer/Portfile

gui_dos at macports.org gui_dos at macports.org
Wed Jan 30 09:39:31 PST 2008


Revision: 33576
          http://trac.macosforge.org/projects/macports/changeset/33576
Author:   gui_dos at macports.org
Date:     2008-01-30 09:39:25 -0800 (Wed, 30 Jan 2008)

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

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer/Portfile

Modified: trunk/dports/gnome/gstreamer/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer/Portfile	2008-01-30 17:22:51 UTC (rev 33575)
+++ trunk/dports/gnome/gstreamer/Portfile	2008-01-30 17:39:25 UTC (rev 33576)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		gstreamer
-version		0.10.14
+version		0.10.16
 description	A framework for streaming media.
 long_description	This is GStreamer, a framework for streaming media. \
 			The fundamental design comes from the video pipeline at \
@@ -18,9 +18,9 @@
 homepage	http://www.gnome.org/
 master_sites	gnome:sources/gstreamer/[join [lrange [split ${version} .] 0 1] .]/ \
 	http://gstreamer.freedesktop.org/src/${name}/
-checksums	md5 eb83767c877990c8a7540693d196c822 \
-		sha1 29e02be4dbf50272086e436f3fab2dcfadaaff2b \
-		rmd160 6e6f75c89da223ac42a0ab3cc1642b24007a9181
+checksums	md5 d3ce3f670b7c48129c7d7d272ae15a4f \
+		sha1 958c8f5f46ee4ca0f7d7fb691c8ed07b36c1321e \
+		rmd160 37000c3f20b457f1a7ecd417fcdcf61eb738b34d
 depends_build   \
     port:gzip \
     port:m4 \
@@ -38,16 +38,17 @@
     port:py25-wxpython \
     port:python25 \
     port:zlib
+
 use_bzip2 	yes
 
-configure.args  \
-    --mandir=${prefix}/share/man
-    
 configure.cflags-append -funroll-loops
 configure.cflags-append -fstrict-aliasing
 configure.cflags-append -fno-common
 
-configure.env	PYTHON=${prefix}/bin/python2.5
+# configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
+pre-configure {
+	reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
+}
 
 pre-build	{
 	ui_msg "It is likely that this port will fail to build if port check is"

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


More information about the macports-changes mailing list