mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
60 lines
1.4 KiB
Text
60 lines
1.4 KiB
Text
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=grilo-plugins
|
|
pkgver=0.3.15
|
|
pkgrel=2
|
|
pkgdesc="GNOME media discovery framework plugins"
|
|
url="https://wiki.gnome.org/Projects/Grilo"
|
|
# s390x blocked by exempi -> tracker-miners
|
|
arch="all !s390x"
|
|
license="LGPL-2.1-or-later"
|
|
depends="tracker-miners"
|
|
makedepends="
|
|
avahi-dev
|
|
glib-dev
|
|
gnome-online-accounts-dev
|
|
gom-dev
|
|
gperf
|
|
grilo-dev
|
|
gstreamer-dev
|
|
itstool
|
|
json-glib-dev
|
|
libgdata-dev
|
|
libmediaart-dev
|
|
libsoup3-dev
|
|
libxml2-dev
|
|
lua5.3-dev
|
|
meson
|
|
sqlite-dev
|
|
totem-pl-parser-dev
|
|
tracker-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=yes \
|
|
. output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
export LANG="en_GB.UTF-8"
|
|
meson test -t 100 --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
4580990aeea6028668cf1762e8541a13349064e2713d97749126ea4a459e0c590b93a19c0f138103233a8fb7ab1c5009df1473c65ed06dce78e26c24aa63c2db grilo-plugins-0.3.15.tar.xz
|
|
"
|