gupnp-av: update to 0.10.3.

This commit is contained in:
Juan RP 2012-08-20 15:23:59 +02:00
parent 50fb85d0ba
commit dd84f0c16f
2 changed files with 9 additions and 12 deletions

View file

@ -1,14 +1,13 @@
# Template file for 'gupnp-av-devel'.
#
depends="gupnp-devel gupnp-av"
noarch=yes
depends="gupnp-devel gupnp-av>=${version}"
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/share usr
vmove usr/lib/pkgconfig usr/lib

View file

@ -1,18 +1,16 @@
# Template file for 'gupnp-av'
pkgname=gupnp-av
version=0.10.2
homepage="http://gupnp.org/"
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
version=0.10.3
revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config gobject-introspection gupnp-devel"
revision=1
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=4863c9bcbfa2e9fcb215d43c8d1e4090fbd078f8ae65e45a3314e7f6d59a8cbf
homepage="http://gupnp.org/"
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
checksum=d0dbb727d87bc9f2dc834455d14a30700b16b41a57e9dcde2e822b378ca8f1e2
long_desc="
A GObject-based API for doing UPnP transparently."
subpackages="$pkgname-devel"