mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 14:52:14 +01:00
samurai already reads SAMUFLAGS set to job count so this is redundant same for MAKEFLAGS and make
61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=grilo-plugins
|
|
pkgver=0.3.16
|
|
pkgrel=1
|
|
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.4-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 -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="
|
|
ce1f2786af24ebac98a1dac455f91fa7f63eefcf9029872a8ca1d631bf4fcf76f0578e68e00da20fbfe4c0aeac285ccf9a3e1a8301ffa623a45dbb0b75cb2a32 grilo-plugins-0.3.16.tar.xz
|
|
"
|