diff options
author | psykose <alice@ayaya.dev> | 2022-05-14 04:10:50 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-05-14 06:10:50 +0200 |
commit | 09fb96af5a958cd523f85b9c329e911e811ed508 (patch) | |
tree | 57cbb4dd8bd5722570ed032d9c5a4f6e3c17de22 /community/gst-plugins-good/APKBUILD | |
parent | f51b2692f624f2a0748b58bec9a29d1adb7a2440 (diff) | |
download | aports-09fb96af5a958cd523f85b9c329e911e811ed508.tar.gz aports-09fb96af5a958cd523f85b9c329e911e811ed508.tar.bz2 aports-09fb96af5a958cd523f85b9c329e911e811ed508.tar.xz |
community/gst-plugins-good: re-enable qt plugin for all arches
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: |