gst-python:v.bump and gst-python3 new package
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("PYTHON", "/usr/bin/python2.7")
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
@@ -20,6 +22,4 @@ def build():
|
||||
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")
|
||||
|
||||
@@ -12,23 +12,23 @@
|
||||
<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>
|
||||
<Archive sha1sum="01726f517888b26079e357429faa3fcbe45cebac" type="tarxz">https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.10.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-gtk-devel</Dependency>
|
||||
<Dependency>python-pygobject-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gstreamer-next-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gst-python</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>gstreamer-next</Dependency>
|
||||
<Dependency>gst-plugins-base-next</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -37,21 +37,14 @@
|
||||
</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="3">
|
||||
<Date>2017-01-24</Date>
|
||||
<Version>1.10.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>0.10.22</Version>
|
||||
|
||||
@@ -5,9 +5,4 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user