gupnp-dlna: update to 0.10.3.
This commit is contained in:
parent
366c8f6fbc
commit
5cf67f7bdf
@ -1,17 +1,17 @@
|
|||||||
# Template file for 'gupnp-dlna'
|
# Template file for 'gupnp-dlna'
|
||||||
pkgname=gupnp-dlna
|
pkgname=gupnp-dlna
|
||||||
version=0.10.2
|
version=0.10.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="gst-plugins-base1-devel vala-devel"
|
makedepends="gst-plugins-base1-devel vala-devel"
|
||||||
short_desc="GUPnP DLNA"
|
short_desc="GUPnP DLNA"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3
|
checksum=dcbe5f5f721c76781f3d3bb1bfcdf9818df0905203d4e5759aecb9cb127872d5
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
gupnp-dlna-devel_package() {
|
gupnp-dlna-devel_package() {
|
||||||
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
|
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user