clutter-gst: update to 1.5.4.
This commit is contained in:
parent
528b8b695b
commit
3e4d9da649
3 changed files with 9 additions and 12 deletions
|
@ -7,10 +7,11 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run clutter-devel
|
||||
Add_dependency run gst-plugins-base-devel
|
||||
Add_dependency run clutter-gst
|
||||
Add_dependency run clutter-gst ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
libclutter-glx-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
|
||||
libGL.so.1
|
||||
libpangoft2-1.0.so.0
|
||||
libXi.so.6
|
||||
libcairo.so.2
|
||||
libcogl.so.5
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libdrm.so.2
|
||||
libX11.so.6
|
||||
|
@ -16,8 +12,6 @@ libXext.so.6
|
|||
libXdamage.so.1
|
||||
libXcomposite.so.1
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libXfixes.so.3
|
||||
libgio-2.0.so.0
|
||||
libgstvideo-0.10.so.0
|
||||
|
@ -34,3 +28,5 @@ librt.so.1
|
|||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'clutter-gst'
|
||||
pkgname=clutter-gst
|
||||
version=1.4.6
|
||||
distfiles="http://clutter-project.org/sources/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
version=1.5.4
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug"
|
||||
short_desc="GStreamer bindings for the Clutter Toolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtk.org/"
|
||||
license="GPL-2"
|
||||
checksum=5368ded143b2f73c3128315dab7b45c5dd8d681341cbae8f83664d2f9bbba3c3
|
||||
checksum=a137313ad134cd3737c018cc8f725ed1a4d1cf7d276012d75467b55f1f9859d7
|
||||
long_desc="
|
||||
This packages contains the GStreamer bindings for the Clutter Toolkit."
|
||||
|
||||
|
|
Loading…
Reference in a new issue