gupnp-av: update to 0.10.1.
This commit is contained in:
parent
d0caa47664
commit
59b0efe6a4
|
@ -12,6 +12,5 @@ do_install()
|
||||||
{
|
{
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share usr
|
vmove usr/share usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'gupnp-av'
|
# Template file for 'gupnp-av'
|
||||||
pkgname=gupnp-av
|
pkgname=gupnp-av
|
||||||
version=0.8.0
|
version=0.10.1
|
||||||
homepage="http://gupnp.org/"
|
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
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-static"
|
||||||
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"
|
||||||
checksum=e6aa032377488cedc4e347519bd30701c583780b7c54f00bab083f2316a93dc9
|
checksum=41aeb5d243426b293c315788b41bc79a2be1f466eeff114cf6c89a37140f507e
|
||||||
long_desc="
|
long_desc="
|
||||||
A GObject-based API for doing UPnP transparently."
|
A GObject-based API for doing UPnP transparently."
|
||||||
|
|
||||||
|
@ -23,4 +24,4 @@ Add_dependency run glib
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
Add_dependency build gupnp-devel ">=0.16.1"
|
Add_dependency build gupnp-devel
|
||||||
|
|
Loading…
Reference in New Issue