gupnp-dlna: update to 0.10.2.

This commit is contained in:
Juan RP 2013-05-30 21:05:30 +02:00
parent bbd63feb52
commit d17b2f0324
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gupnp-dlna' # Template file for 'gupnp-dlna'
pkgname=gupnp-dlna pkgname=gupnp-dlna
version=0.10.0 version=0.10.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
@ -11,14 +11,14 @@ 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.10/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
checksum=2d432f1a36819f4ebf01b96fc5f2b5d2771b6b7ec91f16f3fcff98fc3ed1f8e0 checksum=43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270
long_desc=" long_desc="
UPnP DLNA is a small utility library that aims to ease the DLNA-related tasks UPnP DLNA is a small utility library that aims to ease the DLNA-related tasks
such as media profile guessing, transcoding to a given profile, etc." such as media profile guessing, transcoding to a given profile, etc."
gupnp-dlna-devel_package() { gupnp-dlna-devel_package() {
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}" depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
short_desc="${short_desc} - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/share/gtk-doc vmove usr/share/gtk-doc