gupnp-av: update to 0.10.1.

This commit is contained in:
Juan RP 2011-10-02 23:49:38 +02:00
parent d0caa47664
commit 59b0efe6a4
2 changed files with 5 additions and 5 deletions

View file

@ -12,6 +12,5 @@ do_install()
{
vmove usr/include usr
vmove usr/share usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,13 +1,14 @@
# Template file for 'gupnp-av'
pkgname=gupnp-av
version=0.8.0
version=0.10.1
homepage="http://gupnp.org/"
distfiles="$homepage/sites/all/files/sources/$pkgname-$version.tar.gz"
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--disable-static"
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=e6aa032377488cedc4e347519bd30701c583780b7c54f00bab083f2316a93dc9
checksum=41aeb5d243426b293c315788b41bc79a2be1f466eeff114cf6c89a37140f507e
long_desc="
A GObject-based API for doing UPnP transparently."
@ -23,4 +24,4 @@ Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build gobject-introspection
Add_dependency build gupnp-devel ">=0.16.1"
Add_dependency build gupnp-devel