clutter-gst3: update to 3.0.12.
This commit is contained in:
parent
066dde1882
commit
baee411143
1 changed files with 5 additions and 6 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'clutter-gst3'
|
# Template file for 'clutter-gst3'
|
||||||
_pkgname=clutter-gst
|
|
||||||
pkgname=clutter-gst3
|
pkgname=clutter-gst3
|
||||||
version=3.0.10
|
version=3.0.12
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="clutter-gst-$version"
|
||||||
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"
|
depends="gst-plugins-base1 gst-plugins-bad1"
|
||||||
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}/clutter-gst/${version%.*}/clutter-gst-${version}.tar.xz"
|
||||||
checksum=2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c
|
checksum=cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c
|
||||||
wrksrc=$_pkgname-$version
|
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue