gupnp-dlna: update to 0.10.2.
This commit is contained in:
parent
bbd63feb52
commit
d17b2f0324
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gupnp-dlna'
|
||||
pkgname=gupnp-dlna
|
||||
version=0.10.0
|
||||
version=0.10.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -11,14 +11,14 @@ 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=2d432f1a36819f4ebf01b96fc5f2b5d2771b6b7ec91f16f3fcff98fc3ed1f8e0
|
||||
checksum=43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270
|
||||
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."
|
||||
|
||||
gupnp-dlna-devel_package() {
|
||||
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/gtk-doc
|
||||
|
|
Loading…
Reference in New Issue