diff --git a/programming/language/python/gst-python/actions.py b/programming/language/python/gst-python/actions.py
index dd57430d2e..15779d1fb8 100644
--- a/programming/language/python/gst-python/actions.py
+++ b/programming/language/python/gst-python/actions.py
@@ -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")
diff --git a/programming/language/python/gst-python/pspec.xml b/programming/language/python/gst-python/pspec.xml
index 0fd81bd1d0..dd56c8a6e6 100644
--- a/programming/language/python/gst-python/pspec.xml
+++ b/programming/language/python/gst-python/pspec.xml
@@ -12,23 +12,23 @@
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
+ https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.10.2.tar.xz
- python-gtk-devel
- python-pygobject-devel
+ python-pygobject3-devel
glib2-devel
- gstreamer-devel
+ gstreamer-next-devel
python-devel
- gst-plugins-base-devel
+ gst-plugins-base-next-devel
gst-python
- glib2
- gstreamer
- gst-plugins-base
+ glib2
+ python
+ gstreamer-next
+ gst-plugins-base-next
/usr/lib
@@ -37,21 +37,14 @@
-
- gst-python-devel
- Development files for gst-python
-
- gst-python
- python-pygobject-devel
- gstreamer-devel
-
-
- /usr/lib/pkgconfig
- /usr/include
-
-
-
+
+ 2017-01-24
+ 1.10.2
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2016-06-09
0.10.22
diff --git a/programming/language/python/gst-python/translations.xml b/programming/language/python/gst-python/translations.xml
index e866e37323..a532451d72 100644
--- a/programming/language/python/gst-python/translations.xml
+++ b/programming/language/python/gst-python/translations.xml
@@ -5,9 +5,4 @@
GStreamer Python bağlayıcıları
gst-python GStreamer için Python arabirimidir.
-
-
- gst-python-devel
- gst-python için geliştirme dosyaları
-
diff --git a/programming/language/python3/gst-python3/actions.py b/programming/language/python3/gst-python3/actions.py
new file mode 100644
index 0000000000..74da95b359
--- /dev/null
+++ b/programming/language/python3/gst-python3/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 shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.export("PYTHON", "/usr/bin/python3.4")
+ 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.dodoc("AUTHORS", "ChangeLog" ,"COPYING", "README", "TODO")
diff --git a/programming/language/python3/gst-python3/pspec.xml b/programming/language/python3/gst-python3/pspec.xml
new file mode 100644
index 0000000000..34f443662a
--- /dev/null
+++ b/programming/language/python3/gst-python3/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ gst-python3
+ http://gstreamer.freedesktop.org/modules/gst-python.html
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ GStreamer Python3 bindings
+ gst-python3 is a Python frontend to GStreamer.
+ https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.10.2.tar.xz
+
+ python3-pygobject3-devel
+ glib2-devel
+ gstreamer-next-devel
+ python3-devel
+ gst-plugins-base-next-devel
+
+
+
+
+ gst-python3
+
+ glib2
+ python3
+ gstreamer-next
+ gst-plugins-base-next
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share
+
+
+
+
+
+ 2017-01-24
+ 1.10.2
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-09
+ 0.10.22
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2015-10-21
+ 0.10.22
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/programming/language/python3/gst-python3/translations.xml b/programming/language/python3/gst-python3/translations.xml
new file mode 100644
index 0000000000..9d06f578cf
--- /dev/null
+++ b/programming/language/python3/gst-python3/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gst-python3
+ GStreamer Python bağlayıcıları
+ gst-python3 GStreamer için Python arabirimidir.
+
+