aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-29 10:09:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-29 10:09:52 +0000
commit51cfc387ae382244f9fe520f9abc602b9e7920b4 (patch)
treeb8a8c08534b2fae84fb8983cdf0703d14f5c4992 /community
parent81c48f96c7957351226f83f50c9f5a95b638dfb6 (diff)
community/py-gst: upgrade to 1.12.0
Diffstat (limited to 'community')
-rw-r--r--community/py-gst/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py-gst/APKBUILD b/community/py-gst/APKBUILD
index 7030252120e..1217b956970 100644
--- a/community/py-gst/APKBUILD
+++ b/community/py-gst/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=py-gst
-pkgver=1.10.4
+pkgver=1.12.0
pkgrel=0
pkgdesc="GStreamer Python binding"
url="https://cgit.freedesktop.org/gstreamer/gst-python/"
@@ -20,6 +20,7 @@ builddir="$srcdir/gst-python-$pkgver"
prepare() {
default_prepare
+ autoreconf -vif
cp -r "$builddir" "$srcdir"/python2
cp -r "$builddir" "$srcdir"/python3
}
@@ -65,4 +66,4 @@ _py() {
make DESTDIR="$subpkgdir" install
}
-sha512sums="e8b9590b3e45a4c9d2922673b3a57bd717c6ce1b9f290909ec215b24097f0521a32773d746b33a8ba82aad357063ef6692cf470b2917f48c9772522def4f7617 gst-python-1.10.4.tar.xz"
+sha512sums="fbdc122f45d25ce75ab08549bc90af35950c1f29d46ee3a7b2d7587c44f2c37990b566261f8f16abf98fa89fdf1f704fc30be977246207e3f01bab8567a72d37 gst-python-1.12.0.tar.xz"