mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
38 lines
1.3 KiB
Text
38 lines
1.3 KiB
Text
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=grilo-plugins
|
|
pkgver=0.3.13
|
|
pkgrel=0
|
|
pkgdesc="GNOME media discovery framework plugins"
|
|
url="https://wiki.gnome.org/Projects/Grilo"
|
|
# s390x, mips64 and riscv64 blocked by polkit -> tracker-miners
|
|
arch="all !s390x !mips64 !riscv64"
|
|
license="LGPL-2.1-or-later"
|
|
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 tracker-testutils"
|
|
options="!check" # Tracker tests get stuck on some arches
|
|
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"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
-Denable-chromaprint=no \
|
|
-Denable-lua-factory=no \
|
|
. output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
export LANG="en_GB.UTF-8"
|
|
meson test -t 100 --no-rebuild -v -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="7edccc7366623c3dab56f7c95156327db08efdf038563c9be3e423c517a1117003ef516a069f9a2e877f6a610dad6783d3087d111b039ce7bdc6657124cf8e25 grilo-plugins-0.3.13.tar.xz"
|