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

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 1 03:37:51 PDT 2007


Revision: 26640
          http://trac.macosforge.org/projects/macports/changeset/26640
Author:   rhwood at macports.org
Date:     2007-07-01 03:37:51 -0700 (Sun, 01 Jul 2007)

Log Message:
-----------
Upgrade to version 0.10.13
Claim joint maintainership with openmaintainer@
Add build warning concerning failure with port:check activated
Add dependencies
Replace configure.env flag settings with configure.cflags statements

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

Modified: trunk/dports/gnome/gstreamer/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer/Portfile	2007-07-01 10:37:12 UTC (rev 26639)
+++ trunk/dports/gnome/gstreamer/Portfile	2007-07-01 10:37:51 UTC (rev 26640)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		gstreamer
-version		0.10.8
+version		0.10.13
 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 \
@@ -12,24 +12,48 @@
 			companies (ahem, Apple) to release binary codecs for \
 			Linux, until such time as they get a clue and \
 			release the source.
-maintainers	nomaintainer at macports.org
+maintainers	rhwood openmaintainer at macports.org
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
 master_sites	gnome:sources/gstreamer/0.10/ \
-		http://gstreamer.freedesktop.org/src/${name}/
-checksums	md5 a094ea86d4cea4f23ef2eb8c6e7bfc10 \
-		sha1 2b2b6c49e9f8a3dcb5cb602f744d33688eea59ae \
-		rmd160 fefa9f6efaf64fae5598e299166555513c6bcd1a
-depends_lib	lib:libmad:libmad \
-		port:bison port:flex \
-		port:glib2 \
-		port:libxml2
+	http://gstreamer.freedesktop.org/src/${name}/
+checksums	md5 69b594b43e52e1d0eaf512a89c7b3137 \
+		sha1 6b5c4f7829625591233ba9082317f2b5eba7cc2b \
+		rmd160 808baca78252bb7c6fe16e6e6885c87e54123447
+depends_build   \
+    port:gzip \
+    port:m4 \
+    port:perl5.8 \
+    port:pkgconfig
+depends_lib \
+    port:bison \
+    port:flex \
+    port:gettext \
+    port:glib2 \
+    port:libiconv \
+    port:libxml2 \
+    port:py-gobject \
+    port:py-numeric \
+    port:py-wxpython \
+    port:python24 \
+    port:zlib
 use_bzip2 	yes
-configure.args	--mandir=${prefix}/share/man --disable-xsltproc-net
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-funroll-loops -fstrict-aliasing -fno-common" \
-		LDFLAGS="-L${prefix}/lib"
+
+configure.args  \
+    --mandir=${prefix}/share/man
+    
+configure.cflags-append -funroll-loops
+configure.cflags-append -fstrict-aliasing
+configure.cflags-append -fno-common
+
+pre-build	{
+	ui_msg "It is likely that this port will fail to build if port check is"
+	ui_msg "active. If this port fails to build, please deactive port check"
+	ui_msg "and attempt to build this port again. Remember to active port"
+	ui_msg "check once this port is built."
+	ui_msg "If you do not have port check installed, please ignore this message"
+}
 pre-activate	{
 	ui_msg "This port conflicts with gstreamer08. If this port fails to "
 	ui_msg "activate, uninstall or deactivate gstreamer08 and attempt to"

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


More information about the macports-changes mailing list