mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gupnp-av: update to 0.12.11.
This commit is contained in:
parent
4047f5871a
commit
76578fc176
1 changed files with 6 additions and 13 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'gupnp-av'
|
# Template file for 'gupnp-av'
|
||||||
pkgname=gupnp-av
|
pkgname=gupnp-av
|
||||||
version=0.12.10
|
version=0.12.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config"
|
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"
|
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://gupnp.org/"
|
homepage="http://gupnp.org/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a
|
checksum=689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
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() {
|
gupnp-av-devel_package() {
|
||||||
depends="gupnp-devel>=0.20.1_2 ${sourcepkg}>=${version}_${revision}"
|
depends="gupnp-devel>=0.20.1_2 ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue