diff --git a/programming/language/python/gst-python/actions.py b/programming/language/python/gst-python/actions.py new file mode 100644 index 0000000000..dd57430d2e --- /dev/null +++ b/programming/language/python/gst-python/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--disable-static") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.domove("/usr/share/gst-python/0.10/examples/", "/%s/%s/" % (get.docDIR(), get.srcNAME())) + + pisitools.dodoc("AUTHORS", "ChangeLog" ,"COPYING", "README", "TODO") diff --git a/programming/language/python/gst-python/pspec.xml b/programming/language/python/gst-python/pspec.xml new file mode 100644 index 0000000000..1cf15ea147 --- /dev/null +++ b/programming/language/python/gst-python/pspec.xml @@ -0,0 +1,90 @@ + + + + + gst-python + http://gstreamer.freedesktop.org/modules/gst-python.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + GStreamer Python bindings + gst-python is a Python frontend to GStreamer. + http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.22.tar.bz2 + + python-gtk-devel + python-pygobject-devel + glib2-devel + gstreamer-devel + gst-plugins-base-devel + + + + + gst-python + + glib2 + gstreamer + gst-plugins-base + + + /usr/lib + /usr/share/doc + /usr/share + + + + + gst-python-devel + Development files for gst-python + + gst-python + python-pygobject-devel + gstreamer-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + + 2015-10-21 + 0.10.22 + Version Bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-02-27 + 0.10.21 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-26 + 0.10.21 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-17 + 0.10.21 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2011-05-03 + 0.10.21 + First release + Pisi Linux Admins + admins@pisilinux.org + + + \ No newline at end of file diff --git a/programming/language/python/gst-python/translations.xml b/programming/language/python/gst-python/translations.xml new file mode 100644 index 0000000000..e866e37323 --- /dev/null +++ b/programming/language/python/gst-python/translations.xml @@ -0,0 +1,13 @@ + + + + gst-python + GStreamer Python bağlayıcıları + gst-python GStreamer için Python arabirimidir. + + + + gst-python-devel + gst-python için geliştirme dosyaları + +