mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 02:16:39 +02:00
https://gitlab.gnome.org/GNOME/gupnp-dlna Small utility library that aims to ease the DLNA-related tasks Dependency of rygel
38 lines
906 B
Text
38 lines
906 B
Text
# Contributor: fossdd <fossdd@pwned.life>
|
|
# Maintainer: fossdd <fossdd@pwned.life>
|
|
pkgname=gupnp-dlna
|
|
pkgver=0.12.0
|
|
pkgrel=0
|
|
pkgdesc="Small utility library that aims to ease the DLNA-related tasks"
|
|
url="https://gitlab.gnome.org/GNOME/gupnp-dlna"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="
|
|
gobject-introspection-dev
|
|
gst-plugins-base-dev
|
|
gstreamer-dev
|
|
libxml2-dev
|
|
meson
|
|
vala
|
|
"
|
|
checkdepends="bash"
|
|
subpackages="$pkgname-dev"
|
|
source="https://download.gnome.org/sources/gupnp-dlna/${pkgver%.*}/gupnp-dlna-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
a626fe77426b607325bb8cacb6af5c434d451c1aa550272f0cbe59f84103f7ec8d2be5ebc79a9ea4e56b755ad9cadabdcbd059c49b1c0df143ba15a52fcd0ce0 gupnp-dlna-0.12.0.tar.xz
|
|
"
|