cogl: update to 1.12.0 (SONAME bump).
This commit is contained in:
parent
71f95125c4
commit
6ea10d17ae
4 changed files with 6 additions and 6 deletions
|
@ -755,6 +755,7 @@ libcheese.so.3 libcheese-3.3.92_1
|
|||
libcheese-gtk.so.21 libcheese-3.3.92_1
|
||||
libjson.so.0 json-c-0.9_1
|
||||
libcogl.so.9 cogl-1.10.0_1
|
||||
libcogl.so.11 cogl-1.12.0_1
|
||||
libcogl-pango.so.0 cogl-1.10.0_1
|
||||
libp11-kit.so.0 p11-kit-0.7_1
|
||||
librest-0.7.so.0 rest-0.7_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cogl-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libdrm-devel libXcomposite-devel libXdamage-devel gdk-pixbuf-devel glib-devel cogl>=$version"
|
||||
depends="libdrm-devel libXcomposite-devel libXdamage-devel gdk-pixbuf-devel glib-devel cogl>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
libm.so.6
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libdrm.so.2
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'cogl'
|
||||
pkgname=cogl
|
||||
version=1.10.4
|
||||
version=1.12.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-introspection"
|
||||
subpackages="$pkgname-devel"
|
||||
subpackages="cogl-devel"
|
||||
makedepends="pkg-config intltool gobject-introspection libXcomposite-devel libXdamage-devel pango-devel gdk-pixbuf-devel"
|
||||
short_desc="Library for using 3D graphics hardware for rendering"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.clutter-project.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.10/$pkgname-$version.tar.xz"
|
||||
checksum=0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9
|
||||
distfiles="${GNOME_SITE}/cogl/1.12/cogl-${version}.tar.xz"
|
||||
checksum=4e7b5abbf0a1e51d74618db1b513551e7c71b486e17e98373f4db93e7710e2f2
|
||||
long_desc="
|
||||
cogl is a small open source library for using 3D graphics hardware for
|
||||
rendering. The API departs from the flat state machine style of OpenGL and is
|
||||
|
|
Loading…
Reference in a new issue