[arch-commits] Commit in gst-python/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Mar 11 04:31:40 UTC 2018


    Date: Sunday, March 11, 2018 @ 04:31:40
  Author: heftig
Revision: 318530

1.13.90-1

Modified:
  gst-python/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 04:23:08 UTC (rev 318529)
+++ PKGBUILD	2018-03-11 04:31:40 UTC (rev 318530)
@@ -5,14 +5,14 @@
 
 pkgbase=gst-python
 pkgname=(gst-python gst-python2)
-pkgver=1.12.4
+pkgver=1.13.90
 pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
 license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=d8d6347c7cd62f0a86d1a3f75e1107a44cee6b2a  # tags/1.12.4^0
+makedepends=(python-gobject python2-gobject gst-plugins-base-libs git)
+_commit=abb68ad440c25d4a4236e11ab14ca2754083b10a  # tags/1.13.90^0
 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit"
         "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
 sha256sums=('SKIP'
@@ -39,24 +39,24 @@
 
 
 _build() (
-  cd $1
-  ./configure --prefix=/usr
+  cd py$1
+  PYTHON=/usr/bin/python$1 ./configure --prefix=/usr
   make
 )
 
 build() {
-  PYTHON=python3 _build py3
-  PYTHON=python2 _build py2
+  _build 2
+  _build 3
 }
 
 check() {
   make -C py3 check
-  #make -C py2 check
+  make -C py2 check
 }
 
 package_gst-python() {
   pkgdesc="${pkgdesc//Python/Python 3}"
-  depends=(python-gobject gst-plugins-base)
+  depends=(python-gobject gst-plugins-base-libs)
 
   make -C py3 DESTDIR="$pkgdir" install
 }
@@ -63,7 +63,7 @@
 
 package_gst-python2() {
   pkgdesc="${pkgdesc//Python/Python 2}"
-  depends=(python2-gobject gst-plugins-base)
+  depends=(python2-gobject gst-plugins-base-libs)
 
   make -C py2 DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list