mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 06:22:37 +01:00
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=grilo-plugins
|
|
pkgver=0.3.9
|
|
pkgrel=0
|
|
pkgdesc="GNOME media discovery framework plugins"
|
|
url="https://wiki.gnome.org/Projects/Grilo"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
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
|
|
lua5.3-dev gperf gnome-online-accounts-dev itstool gom-dev libmediaart-dev
|
|
libgdata-dev"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="https://download.gnome.org/sources/grilo-plugins/${pkgver%.*}/grilo-plugins-${pkgver}.tar.xz"
|
|
|
|
build() {
|
|
meson \
|
|
--prefix=/usr \
|
|
--buildtype=release \
|
|
-Denable-chromaprint=no \
|
|
. output
|
|
ninja -C output
|
|
}
|
|
|
|
check() {
|
|
ninja -C output test
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" ninja -C output install
|
|
}
|
|
|
|
sha512sums="4700b08cab53afe0899edf7859a2e18608f6ed2016a9139694e8f1eb628c5b7318b04fe1633406fd1685a8dd54d1632b886352eac3192d52a1c1a1ac55896479 grilo-plugins-0.3.9.tar.xz"
|