clutter-gst: update to 1.9.92.
This commit is contained in:
parent
a1baf4b8bf
commit
a3a8590b84
4 changed files with 16 additions and 17 deletions
|
@ -1049,3 +1049,4 @@ libzeitgeist-1.0.so.1 libzeitgeist-0.3.18_1
|
|||
libcolord-gtk.so.1 colord-gtk-0.1.23_1
|
||||
libgdm.so.1 libgdm-3.6.0_1
|
||||
libgdmsimplegreeter.so.1 gdm-3.6.0_1
|
||||
libclutter-gst-2.0.so.0 clutter-gst-1.9.92_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'clutter-gst--devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="clutter-devel gst-plugins-base-devel clutter-gst>=$version"
|
||||
depends="clutter-devel>=1.12 gst-plugins-base1-devel clutter-gst>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,32 +1,29 @@
|
|||
libclutter-1.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libatk-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libXi.so.6
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libcogl.so.11
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libdrm.so.2
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
libXcomposite.so.1
|
||||
libpango-1.0.so.0
|
||||
libXfixes.so.3
|
||||
libgio-2.0.so.0
|
||||
libgstvideo-0.10.so.0
|
||||
libgstaudio-0.10.so.0
|
||||
libgstbase-0.10.so.0
|
||||
libgstinterfaces-0.10.so.0
|
||||
libgsttag-0.10.so.0
|
||||
libgstreamer-0.10.so.0
|
||||
libgstvideo-1.0.so.0
|
||||
libgstaudio-1.0.so.0
|
||||
libgstbase-1.0.so.0
|
||||
libgsttag-1.0.so.0
|
||||
libgstreamer-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libxml2.so.2
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'clutter-gst'
|
||||
pkgname=clutter-gst
|
||||
version=1.6.0
|
||||
version=1.9.92
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug"
|
||||
makedepends="pkg-config intltool gobject-introspection clutter-devel libXdamage-devel gst-plugins-base-devel"
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="pkg-config intltool gobject-introspection clutter-devel>=1.12
|
||||
libXdamage-devel gst-plugins-base1-devel gst-plugins-bad1-devel"
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="GStreamer bindings for the Clutter Toolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtk.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5c09dce218f711a44bd4d741e2dd10ffc47e7fcd7b0cf514ca0e92b825c76c45
|
||||
long_desc="
|
||||
This packages contains the GStreamer bindings for the Clutter Toolkit."
|
||||
|
|
Loading…
Reference in a new issue