clutter-gst: update to 2.0.16.
This commit is contained in:
parent
a0f8c21cf9
commit
5b7ec2284f
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'clutter-gst'
|
# Template file for 'clutter-gst'
|
||||||
pkgname=clutter-gst
|
pkgname=clutter-gst
|
||||||
version=2.0.14
|
version=2.0.16
|
||||||
revision=1
|
revision=1
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-debug $(vopt_enable gir introspection)"
|
configure_args="--disable-debug $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="clutter-devel gst-plugins-bad1-devel"
|
makedepends="clutter-devel gst-plugins-bad1-devel"
|
||||||
depends="gst-plugins-base1>=1:1.2 gst-plugins-bad1>=1:1.2"
|
|
||||||
short_desc="GStreamer bindings for the Clutter Toolkit"
|
short_desc="GStreamer bindings for the Clutter Toolkit"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535
|
checksum=a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Reference in New Issue