[46374] trunk/dports/gnome/gst-plugins-base

devans at macports.org devans at macports.org
Tue Feb 3 14:18:33 PST 2009


Revision: 46374
          http://trac.macports.org/changeset/46374
Author:   devans at macports.org
Date:     2009-02-03 14:18:33 -0800 (Tue, 03 Feb 2009)
Log Message:
-----------
gst-plugins-base: update to version 0.10.22, remove patch files now included upstream, add +no_x11 variant.  Closes #18329.

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

Removed Paths:
-------------
    trunk/dports/gnome/gst-plugins-base/files/

Modified: trunk/dports/gnome/gst-plugins-base/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-base/Portfile	2009-02-03 21:52:25 UTC (rev 46373)
+++ trunk/dports/gnome/gst-plugins-base/Portfile	2009-02-03 22:18:33 UTC (rev 46374)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		gst-plugins-base
-version		0.10.21
+version		0.10.22
 description	This is gst-plugins, a set of plug-ins for GStreamer.
 long_description        ${description}
 maintainers	nomaintainer
@@ -18,9 +18,9 @@
 use_bzip2 	yes
 master_sites    gnome:sources/gst-plugins-base/0.10/ http://gstreamer.freedesktop.org/src/${name}/
 
-checksums       md5     0e0cd485311502ad1c0c028148e3186a \
-                sha1    ae83b3306f52aa3affd014dade30c6cd5c2baa66 \
-                rmd160  4fa9056c8cc5d21db30074596831ffc14f6b671b
+checksums       md5     5d0f1e07f8f6db564971b50f75261e8a \
+                sha1    8e6a894858f5412234ce1591bbb773102c150cb7 \
+                rmd160  013de77422d6e89b64cf55ff7299b0ff1e38ef8a
 
 depends_lib	\
 	port:gstreamer \
@@ -34,21 +34,12 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
-# Fix build issue when some packages aren't present
-# http://sourceforge.net/mailarchive/forum.php?thread_name=48ECEA1E.1040601%40versatile.com&forum_name=gstreamer-devel
-# (first patch, second is for destroot phase, like gstreamer's patch)
-patchfiles       patch-tests_icles_Makefile.in patch-docs_libs_Makefile.in.diff
+configure.args   --enable-experimental --disable-libvisual --disable-gst_v4l --disable-alsa
 
-configure.args   --enable-experimental
-# configure.cppflags-append  -I${prefix}/include/cdparanoia/paranoia -I${prefix}/include/cdparanoia/interface
+variant no_x11 {
+       configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm
+}
 
-#configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
-#                CFLAGS="-no-cpp-precomp -funroll-loops -fstrict-aliasing"
-#post-extract {
-#	reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
-#		${worksrcpath}/configure
-#}
-
 livecheck.check regex
 livecheck.url   http://gstreamer.freedesktop.org/src/${name}/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090203/91e3ed04/attachment-0001.html>


More information about the macports-changes mailing list