gupnp-dlna: update to 0.6.6.
This commit is contained in:
parent
0c6815260f
commit
55cf6f3f33
|
@ -6,10 +6,11 @@ long_desc="${long_desc}
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run gst-plugins-base-devel
|
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/include usr
|
||||||
vmove usr/share/gtk-doc usr/share
|
vmove usr/share/gtk-doc usr/share
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'gupnp-dlna'
|
# Template file for 'gupnp-dlna'
|
||||||
pkgname=gupnp-dlna
|
pkgname=gupnp-dlna
|
||||||
version=0.6.3
|
version=0.6.6
|
||||||
homepage="http://gupnp.org/"
|
homepage="http://gupnp.org/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
revision=2
|
|
||||||
short_desc="GUPnP DLNA"
|
short_desc="GUPnP DLNA"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=9aab53fea6f5918c3e8920ab5042cd4b7f897de9aa0251f034ec22d7b2591d94
|
checksum=82a1e75c398379567a5a5db9acd19bd01334b4f0053c8a166a77bc09bf0ca047
|
||||||
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."
|
||||||
|
|
Loading…
Reference in New Issue