gupnp-av: update to 0.12.1.

This commit is contained in:
Juan RP 2013-03-28 22:01:01 +01:00
parent f029fd11f8
commit 0953323fdf
2 changed files with 6 additions and 11 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'gupnp-av-devel'. # Template file for 'gupnp-av-devel'.
# #
noarch=yes depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}"
depends="gupnp-devel gupnp-av>=${version}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,16 +1,15 @@
# Template file for 'gupnp-av' # Template file for 'gupnp-av'
pkgname=gupnp-av pkgname=gupnp-av
version=0.10.3 version=0.12.1
revision=1 revision=1
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
makedepends="pkg-config gobject-introspection gupnp-devel" hostmakedepends="pkg-config gobject-introspection"
makedepends="gupnp-devel>=0.20.1_2 vala-devel>=0.20"
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.10/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
checksum=d0dbb727d87bc9f2dc834455d14a30700b16b41a57e9dcde2e822b378ca8f1e2 checksum=7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4
long_desc="
A GObject-based API for doing UPnP transparently."