[71667] trunk/dports/gnome

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Sep 19 10:46:00 PDT 2010


Revision: 71667
          http://trac.macports.org/changeset/71667
Author:   rmstonecipher at macports.org
Date:     2010-09-19 10:45:59 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
gnome/gst-plugins-gl new port for OpenGL-related gstreamer plugins

Added Paths:
-----------
    trunk/dports/gnome/gst-plugins-gl/
    trunk/dports/gnome/gst-plugins-gl/Portfile

Added: trunk/dports/gnome/gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gst-plugins-gl/Portfile	2010-09-19 17:45:59 UTC (rev 71667)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                gst-plugins-gl
+version             0.10.2
+description         This is gst-plugins, a set of plug-ins for GStreamer.
+long_description    The GStreamer OpenGL module provides helper libraries, base \
+                    classes and elements for integrating with OpenGL and using \
+                    it to perform video display and processing. 
+
+maintainers         rmstonecipher openmaintainer
+categories          gnome
+platforms           darwin
+homepage            http://gstreamer.freedesktop.org/modules/gst-plugins-gl.html
+master_sites        http://gstreamer.freedesktop.org/src/${name}/
+
+depends_lib	\
+    port:glew \
+    port:gst-plugins-base
+
+use_bzip2           yes
+
+checksums           md5     878fe4199be1c94f8aa2f7f23891cc95 \
+                    sha1    bbeb7ebd46a9098bb32fe871ecb1891b58aff26e \
+                    rmd160  1a6ca7f2922a2dbccc6a6106d56e0b28c0fb42e0
+
+universal_variant   no
+
+post-extract {
+    reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
+        ${worksrcpath}/configure
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/gnome/gst-plugins-gl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100919/78c30c5c/attachment-0001.html>


More information about the macports-changes mailing list