clutter-gst: update to 1.6.0.
This commit is contained in:
parent
1bd6c3c94b
commit
a7f488b9e2
2 changed files with 7 additions and 11 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'clutter-gst--devel'.
|
# Template file for 'clutter-gst--devel'.
|
||||||
#
|
#
|
||||||
depends="clutter-devel gst-plugins-base-devel clutter-gst>=1.5.4"
|
noarch=yes
|
||||||
|
depends="clutter-devel gst-plugins-base-devel clutter-gst>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'clutter-gst'
|
# Template file for 'clutter-gst'
|
||||||
pkgname=clutter-gst
|
pkgname=clutter-gst
|
||||||
version=1.5.4
|
version=1.6.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-debug"
|
configure_args="--disable-debug"
|
||||||
makedepends="pkg-config intltool gobject-introspection clutter-devel libXdamage-devel gst-plugins-base-devel"
|
makedepends="pkg-config intltool gobject-introspection clutter-devel libXdamage-devel gst-plugins-base-devel"
|
||||||
revision=1
|
subpackages="$pkgname-devel"
|
||||||
short_desc="GStreamer bindings for the Clutter Toolkit"
|
short_desc="GStreamer bindings for the Clutter Toolkit"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=a137313ad134cd3737c018cc8f725ed1a4d1cf7d276012d75467b55f1f9859d7
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
|
checksum=abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622
|
||||||
long_desc="
|
long_desc="
|
||||||
This packages contains the GStreamer bindings for the Clutter Toolkit."
|
This packages contains the GStreamer bindings for the Clutter Toolkit."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue