diff options
Diffstat (limited to 'community/gst-plugins-good/APKBUILD')
-rw-r--r-- | community/gst-plugins-good/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD index 9aed05a6df..2740f45afa 100644 --- a/community/gst-plugins-good/APKBUILD +++ b/community/gst-plugins-good/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-good pkgver=1.20.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer streaming media framework good plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -19,14 +19,12 @@ ldpath="/usr/lib/gstreamer-1.0" source="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$pkgver.tar.xz" case "$CARCH" in - armhf|s390x|ppc64le) - # really flaky tests - options="$options !check" - ;; - *) - makedepends="$makedepends qt5-qtdeclarative-dev qt5-qtx11extras-dev" - subpackages="$subpackages $pkgname-qt" - ;; +armhf|s390x|ppc64le) + # really flaky tests + options="$options !check" + ;; +*) + ;; esac # secfixes: |