aports/testing/gupnp-dlna/APKBUILD
fossdd 9969088ba0 testing/gupnp-dlna: new aport
https://gitlab.gnome.org/GNOME/gupnp-dlna
Small utility library that aims to ease the DLNA-related tasks

Dependency of rygel
2024-12-01 12:53:03 +00:00

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
"