gupnp-av: update to 0.12.11.

This commit is contained in:
maxice8 2018-11-13 12:40:41 -02:00 committed by maxice8
parent 4047f5871a
commit 76578fc176
1 changed files with 6 additions and 13 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'gupnp-av'
pkgname=gupnp-av
version=0.12.10
version=0.12.11
revision=1
build_style=gnu-configure
configure_args="--disable-static"
configure_args="--disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config"
makedepends="gupnp-devel"
makedepends="gupnp-devel $(vopt_if gir 'gobject-introspection vala-devel')"
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
homepage="http://gupnp.org/"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc
# Package build options
build_options="gir"
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ "$build_option_gir" ]; then
configure_args+=" --enable-introspection"
makedepends+=" gobject-introspection vala-devel"
else
configure_args+=" --disable-introspection"
fi
gupnp-av-devel_package() {
depends="gupnp-devel>=0.20.1_2 ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"