gupnp-dlna: update to 0.10.0.
This commit is contained in:
parent
0953323fdf
commit
dbe0fd458b
|
@ -1,16 +1,12 @@
|
|||
# Template file for 'gupnp-dlna-devel'.
|
||||
#
|
||||
depends="gst-plugins-base-devel gupnp-dlna>=0.6.6"
|
||||
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove usr/share/vala usr/share
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'gupnp-dlna'
|
||||
pkgname=gupnp-dlna
|
||||
version=0.6.6
|
||||
homepage="http://gupnp.org/"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
version=0.10.0
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config gobject-introspection gst-plugins-base-devel"
|
||||
revision=1
|
||||
hostmakedepends="pkg-config gobject-introspection"
|
||||
makedepends="gst-plugins-base1-devel vala-devel>=0.20"
|
||||
short_desc="GUPnP DLNA"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=82a1e75c398379567a5a5db9acd19bd01334b4f0053c8a166a77bc09bf0ca047
|
||||
homepage="http://gupnp.org/"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
|
||||
checksum=2d432f1a36819f4ebf01b96fc5f2b5d2771b6b7ec91f16f3fcff98fc3ed1f8e0
|
||||
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."
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue