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

Jan Steffens heftig at archlinux.org
Thu May 4 21:16:44 UTC 2017


    Date: Thursday, May 4, 2017 @ 21:16:44
  Author: heftig
Revision: 295292

1.12.0-1

Modified:
  gst-python/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 21:05:29 UTC (rev 295291)
+++ PKGBUILD	2017-05-04 21:16:44 UTC (rev 295292)
@@ -5,7 +5,7 @@
 
 pkgbase=gst-python
 pkgname=(gst-python gst-python2)
-pkgver=1.10.4
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 url="https://gstreamer.freedesktop.org/"
@@ -12,7 +12,7 @@
 arch=(i686 x86_64)
 license=(LGPL)
 makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=921b9c1ac8383bb35e9e8711e73169a6b84da017  # tags/1.10.4^0
+_commit=6981cbfbab74098a93c517b6e3f4ad6e25e4194e  # tags/1.12.0^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'
@@ -37,9 +37,7 @@
 
 _build() (
   cd $1
-  # Out-of-tree build fails to check
-  cp -a ../$pkgbase/* .
-  ./configure --prefix=/usr
+  ../$pkgbase/configure --prefix=/usr
   make
 )
 



More information about the arch-commits mailing list