aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-gst/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-gst/APKBUILD')
-rw-r--r--community/py-gst/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/py-gst/APKBUILD b/community/py-gst/APKBUILD
index 7fcd7f8c1b..568f8439b1 100644
--- a/community/py-gst/APKBUILD
+++ b/community/py-gst/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py-gst
pkgver=1.16.1
-pkgrel=0
+pkgrel=1
pkgdesc="GStreamer Python binding"
url="https://cgit.freedesktop.org/gstreamer/gst-python/"
arch="all"
@@ -12,6 +12,7 @@ makedepends="gst-plugins-base-dev gstreamer-dev meson py-gobject3-dev
python2-dev python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://gstreamer.freedesktop.org/src/gst-python/gst-python-$pkgver.tar.xz
+ python-3.8-compat.patch
"
builddir="$srcdir/gst-python-$pkgver"
@@ -62,4 +63,5 @@ _py() {
DESTDIR="$subpkgdir" ninja -C output install
}
-sha512sums="333000bfe964c5d94db98990e500b7f0e12ae8c8058b306bb3a822ab13c2031ea5c55c06dd55f40c66874f879d32a15bdd4f08bcd2107e1a5bb5eb90a4572691 gst-python-1.16.1.tar.xz"
+sha512sums="333000bfe964c5d94db98990e500b7f0e12ae8c8058b306bb3a822ab13c2031ea5c55c06dd55f40c66874f879d32a15bdd4f08bcd2107e1a5bb5eb90a4572691 gst-python-1.16.1.tar.xz
+357aea5b66c5725d0a4e7a40f96139a651d33d6bff8826276bd6d5835003fbeef04dce29880eed327fc275b20f24b4a4081a04a5b80b3c0217a157ddca1e694d python-3.8-compat.patch"