aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-gst
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-05 22:49:34 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-05 23:06:16 +0100
commit0f8bcb32d5d73ab9c80d1df5d4feabf59f176e21 (patch)
treef39c166e9b2398f677da4074083c37d4e23ede54 /community/py3-gst
parentda140a2773f413e64bd69f3c6d0f8b86702481d4 (diff)
downloadaports-0f8bcb32d5d73ab9c80d1df5d4feabf59f176e21.tar.bz2
aports-0f8bcb32d5d73ab9c80d1df5d4feabf59f176e21.tar.xz
community/py3-gst: upgrade to 1.16.2
Diffstat (limited to 'community/py3-gst')
-rw-r--r--community/py3-gst/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/py3-gst/APKBUILD b/community/py3-gst/APKBUILD
index 4fdb4a9384..0fe828bd17 100644
--- a/community/py3-gst/APKBUILD
+++ b/community/py3-gst/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=py3-gst
-pkgver=1.16.1
-pkgrel=2
+pkgver=1.16.2
+pkgrel=0
pkgdesc="GStreamer Python3 bindings"
url="https://cgit.freedesktop.org/gstreamer/gst-python/"
arch="all"
@@ -16,7 +16,6 @@ source="https://gstreamer.freedesktop.org/src/gst-python/gst-python-$pkgver.tar.
builddir="$srcdir/gst-python-$pkgver"
build() {
- export PYTHON=python3
meson \
--prefix=/usr \
--sysconfdir=/etc \
@@ -31,5 +30,5 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="333000bfe964c5d94db98990e500b7f0e12ae8c8058b306bb3a822ab13c2031ea5c55c06dd55f40c66874f879d32a15bdd4f08bcd2107e1a5bb5eb90a4572691 gst-python-1.16.1.tar.xz
+sha512sums="c274591cb820a2576ca236de0d1a2c2c53a9db11afc689e0385afe3d38fadc59c9230d65198e79e4059abb90c0e5b6d71f1ee4cf1439d92feaaffd2ab5cd3a23 gst-python-1.16.2.tar.xz
357aea5b66c5725d0a4e7a40f96139a651d33d6bff8826276bd6d5835003fbeef04dce29880eed327fc275b20f24b4a4081a04a5b80b3c0217a157ddca1e694d python-3.8-compat.patch"