gst-python python gstreamer bindings ported from 1.2 update and check

This commit is contained in:
groni
2015-10-22 15:18:26 +02:00
parent 9714517dc6
commit dd96651fdc
3 changed files with 128 additions and 0 deletions
@@ -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")
@@ -0,0 +1,90 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gst-python</Name>
<Homepage>http://gstreamer.freedesktop.org/modules/gst-python.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>GStreamer Python bindings</Summary>
<Description>gst-python is a Python frontend to GStreamer.</Description>
<Archive sha1sum="7012445d921ae1b325c162500750c9b0e777201f" type="tarbz2">http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.22.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python-gtk-devel</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gst-python</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>gst-python-devel</Name>
<Summary>Development files for gst-python</Summary>
<RuntimeDependencies>
<Dependency release="current">gst-python</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-10-21</Date>
<Version>0.10.22</Version>
<Comment>Version Bump.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-02-27</Date>
<Version>0.10.21</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-26</Date>
<Version>0.10.21</Version>
<Comment>Rebuild</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>0.10.21</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-05-03</Date>
<Version>0.10.21</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gst-python</Name>
<Summary xml:lang="tr">GStreamer Python bağlayıcıları</Summary>
<Description xml:lang="tr">gst-python GStreamer için Python arabirimidir.</Description>
</Source>
<Package>
<Name>gst-python-devel</Name>
<Summary xml:lang="tr">gst-python için geliştirme dosyaları</Summary>
</Package>
</PISI>