aboutsummaryrefslogtreecommitdiffstats
path: root/community/grilo-plugins/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/grilo-plugins/APKBUILD')
-rw-r--r--community/grilo-plugins/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/grilo-plugins/APKBUILD b/community/grilo-plugins/APKBUILD
index b3855da6fd1..fd256423442 100644
--- a/community/grilo-plugins/APKBUILD
+++ b/community/grilo-plugins/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=grilo-plugins
pkgver=0.3.12
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME media discovery framework plugins"
url="https://wiki.gnome.org/Projects/Grilo"
arch="all !s390x" # Missing tracker-miners
@@ -11,7 +11,8 @@ depends="tracker-miners"
makedepends="glib-dev grilo-dev avahi-dev meson gstreamer-dev json-glib-dev
libsoup-dev libxml2-dev sqlite-dev tracker-dev totem-pl-parser-dev
gperf gnome-online-accounts-dev itstool gom-dev libmediaart-dev
- libgdata-dev"
+ libgdata-dev tracker-testutils"
+checkdepends="gst-plugins-base gst-plugins-good"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-dbg"
source="https://download.gnome.org/sources/grilo-plugins/${pkgver%.*}/grilo-plugins-$pkgver.tar.xz"
@@ -24,7 +25,8 @@ build() {
}
check() {
- meson test --no-rebuild -v -C output
+ export LANG="en_GB.UTF-8"
+ meson test -t 100 --no-rebuild -v -C output
}
package() {