gupnp-av: update to 0.12.3.

This commit is contained in:
Juan RP 2013-10-16 15:47:36 +02:00
parent 2b820b711a
commit f5d0b8377e

View File

@ -1,6 +1,6 @@
# Template file for 'gupnp-av' # Template file for 'gupnp-av'
pkgname=gupnp-av pkgname=gupnp-av
version=0.12.2 version=0.12.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
@ -11,7 +11,7 @@ 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.12/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
checksum=43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270 checksum=fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02
gupnp-av-devel_package() { gupnp-av-devel_package() {
depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}" depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}"
@ -20,11 +20,12 @@ gupnp-av-devel_package() {
vmove usr/include vmove usr/include
vmove usr/share vmove usr/share
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }
gupnp-av_package() { gupnp-av_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }