[58348] trunk/dports/python

rmsfisher at macports.org rmsfisher at macports.org
Sat Sep 26 20:08:46 PDT 2009


Revision: 58348
          http://trac.macports.org/changeset/58348
Author:   rmsfisher at macports.org
Date:     2009-09-26 20:08:42 -0700 (Sat, 26 Sep 2009)
Log Message:
-----------
python/py25-gst-python new port to replace vaguely-named port

Added Paths:
-----------
    trunk/dports/python/py25-gst-python/
    trunk/dports/python/py25-gst-python/Portfile

Added: trunk/dports/python/py25-gst-python/Portfile
===================================================================
--- trunk/dports/python/py25-gst-python/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-gst-python/Portfile	2009-09-27 03:08:42 UTC (rev 58348)
@@ -0,0 +1,32 @@
+# -*- 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: Portfile 57375 2009-09-10 08:16:41Z ryandesign at macports.org $
+
+PortSystem          1.0
+
+name                py25-gst-python
+version             0.10.16
+categories          python gnome audio
+maintainers         rmsfisher openmaintainer
+description         GStreamer python bindings
+long_description	gst-python allows python programs built with the gnome toolkit to use gstreamer for multimedia input/output
+homepage            http://gstreamer.freedesktop.org/modules/gst-python.html
+platforms           darwin
+master_sites        http://gstreamer.freedesktop.org/src/${name}/
+use_bzip2           yes
+configure.python    ${prefix}/bin/python2.5
+checksums           md5     00cceddc81ff6cdc9838a5c40bbcf305 \
+                    sha1    d6719417e3228a392ab6a40d3961c0de830bdc79 \
+                    rmd160  28cb3fa6c63f4aa271caf859e2acbb803a3c30c1
+depends_lib         port:py25-gtk \
+                    port:gst-plugins-base
+
+#gst-python does not use setup.py, so python arguments are passed to configure
+set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.6
+configure.pre_args-delete   --prefix=${prefix}
+configure.pre_args-append   --prefix=${python_prefix}
+configure.args-append       --includedir=${python_prefix}/include/python2.6
+configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
+configure.python            ${prefix}/bin/python2.6
+
+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/20090926/49e99d6d/attachment.html>


More information about the macports-changes mailing list