gupnp-av: update to 0.12.5.
This commit is contained in:
parent
540b6984cf
commit
80821bccc4
1 changed files with 21 additions and 5 deletions
|
@ -1,20 +1,36 @@
|
||||||
# Template file for 'gupnp-av'
|
# Template file for 'gupnp-av'
|
||||||
pkgname=gupnp-av
|
pkgname=gupnp-av
|
||||||
version=0.12.4
|
version=0.12.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config gobject-introspection"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gupnp-devel>=0.20.1_2 vala-devel>=0.20"
|
makedepends="gupnp-devel>=0.20.1_2"
|
||||||
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@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://gupnp.org/"
|
homepage="http://gupnp.org/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
||||||
checksum=548a9cef8ab3007734e20a4ce284c422ae299b7e024a4824299f6ae7e3dd7a5b
|
checksum=8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6
|
||||||
|
|
||||||
|
# Package build options
|
||||||
|
build_options="gir"
|
||||||
|
desc_option_gir="Enable support for building gobject introspection data"
|
||||||
|
|
||||||
|
# Disable gir for cross builds.
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="gir"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$build_option_gir" ]; then
|
||||||
|
configure_args+=" --enable-introspection"
|
||||||
|
makedepends+=" gobject-introspection vala-devel>=0.22"
|
||||||
|
else
|
||||||
|
configure_args+=" --disable-introspection"
|
||||||
|
fi
|
||||||
|
|
||||||
gupnp-av-devel_package() {
|
gupnp-av-devel_package() {
|
||||||
depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}_${revision}"
|
depends="gupnp-devel>=0.20.1_2 ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue