gupnp-av: update to 0.12.1.
This commit is contained in:
parent
f029fd11f8
commit
0953323fdf
2 changed files with 6 additions and 11 deletions
|
@ -1,11 +1,7 @@
|
|||
# Template file for 'gupnp-av-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gupnp-devel gupnp-av>=${version}"
|
||||
depends="gupnp-devel>=0.20.1_2 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() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'gupnp-av'
|
||||
pkgname=gupnp-av
|
||||
version=0.10.3
|
||||
version=0.12.1
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
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."
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
||||
checksum=7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4
|
||||
|
|
Loading…
Reference in a new issue