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

rmsfisher at macports.org rmsfisher at macports.org
Thu Aug 6 19:46:03 PDT 2009


Revision: 55140
          http://trac.macports.org/changeset/55140
Author:   rmsfisher at macports.org
Date:     2009-08-06 19:46:03 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
gnome/gstreamer updated version, checksum, and dependencies, revised ui_msg

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

Modified: trunk/dports/gnome/gstreamer/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer/Portfile	2009-08-07 02:35:02 UTC (rev 55139)
+++ trunk/dports/gnome/gstreamer/Portfile	2009-08-07 02:46:03 UTC (rev 55140)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		gstreamer
-version		0.10.23
+version		0.10.24
 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 \
@@ -15,7 +15,7 @@
 			companies (ahem, Apple) to release binary codecs for \
 			Linux, until such time as they get a clue and \
 			release the source.
-maintainers	nomaintainer
+maintainers	rmsfisher openmaintainer
 categories	gnome
 platforms	darwin
 homepage	http://www.gnome.org/
@@ -23,20 +23,20 @@
 master_sites	gnome:sources/gstreamer/[join [lrange [split ${version} .] 0 1] .]/ \
 	http://gstreamer.freedesktop.org/src/${name}/
 
-checksums       md5     f7b2e300d2d85756407ec529424ab237 \
-                sha1    861af545b51be56b5782a636844f2e888ea7c90c \
-                rmd160  7491281501adca311fd0d2cb8c92cd278e095fd2
+checksums           md5     178d3326c96c360c9a15751bd5d73a6c \
+                    sha1    bb93174f1c19560e119092a16e8acc3a905b6bb4 \
+                    rmd160  f77e4d1585567c0e4dd61c1301ba2032b2a04177
 
 depends_build   \
     port:gzip \
     port:m4 \
-    path:bin/perl:perl5 \
+    port:perl5 \
     port:pkgconfig
 depends_lib \
     port:bison \
     port:flex \
     port:gettext \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+    port:glib2 \
     port:libiconv \
     port:libxml2 \
     port:zlib
@@ -48,11 +48,14 @@
 configure.cflags-append -funroll-loops -fstrict-aliasing -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"
+	ui_msg "It is likely that this port will fail to build if the 'check'"
+	ui_msg "port is active. If this port fails to build, deactive 'check'"
+	ui_msg "by running:"
+	ui_msg "port deactivate check"
+	ui_msg "Reactivate 'check' after successfully installing gstreamer"
+	ui_msg "by running:"
+	ui_msg "port activate check"
+	ui_msg "If you do not have 'check' installed, ignore this message."
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/a094db1d/attachment.html>


More information about the macports-changes mailing list