gupnp-dlna: update to 0.6.6.

This commit is contained in:
Juan RP 2012-03-24 09:06:35 +01:00
parent 0c6815260f
commit 55cf6f3f33
2 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,11 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gst-plugins-base-devel
Add_dependency run gupnp-dlna
Add_dependency run gupnp-dlna ">=${version}"
do_install()
{
noarch=yes
do_install() {
vmove usr/include usr
vmove usr/share/gtk-doc usr/share
vmove usr/lib/pkgconfig usr/lib

View File

@ -1,15 +1,14 @@
# Template file for 'gupnp-dlna'
pkgname=gupnp-dlna
version=0.6.3
version=0.6.6
homepage="http://gupnp.org/"
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static"
revision=2
short_desc="GUPnP DLNA"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=9aab53fea6f5918c3e8920ab5042cd4b7f897de9aa0251f034ec22d7b2591d94
checksum=82a1e75c398379567a5a5db9acd19bd01334b4f0053c8a166a77bc09bf0ca047
long_desc="
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."