aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-gst/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 16:07:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 07:52:28 -0300
commitb5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch)
treeba48db1aed717196c3f9a0632703d67a86e38cdf /community/py3-gst/APKBUILD
parente0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff)
downloadaports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2
aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/py3-gst/APKBUILD')
-rw-r--r--community/py3-gst/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-gst/APKBUILD b/community/py3-gst/APKBUILD
index 0fe828bd17..a4e9a82005 100644
--- a/community/py3-gst/APKBUILD
+++ b/community/py3-gst/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-gst
pkgver=1.16.2
-pkgrel=0
+pkgrel=1
pkgdesc="GStreamer Python3 bindings"
url="https://cgit.freedesktop.org/gstreamer/gst-python/"
arch="all"
@@ -21,6 +21,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
+ --buildtype=plain \
-Dpython=/usr/bin/python3 \
. output
ninja -C output