cogl: update to 1.14.0 (soname bump).
This commit is contained in:
parent
8c54b33d2f
commit
5306e0eca6
3 changed files with 7 additions and 8 deletions
|
@ -791,8 +791,8 @@ libclutter-gst-1.0.so.0 clutter-gst-1.5.4_1
|
||||||
libmx-1.0.so.2 mx-1.4.3_1_1
|
libmx-1.0.so.2 mx-1.4.3_1_1
|
||||||
libmx-gtk-1.0.so.0 mx-1.4.3_1_1
|
libmx-gtk-1.0.so.0 mx-1.4.3_1_1
|
||||||
libjson.so.0 json-c-0.9_1
|
libjson.so.0 json-c-0.9_1
|
||||||
libcogl.so.11 cogl-1.12.0_1
|
libcogl.so.12 cogl-1.14.0_1
|
||||||
libcogl-pango.so.0 cogl-1.12.0_1
|
libcogl-pango.so.12 cogl-1.14.0_1
|
||||||
libp11-kit.so.0 p11-kit-0.7_1
|
libp11-kit.so.0 p11-kit-0.7_1
|
||||||
librest-0.7.so.0 rest-0.7_1
|
librest-0.7.so.0 rest-0.7_1
|
||||||
librest-extras-0.7.so.0 rest-0.7_1
|
librest-extras-0.7.so.0 rest-0.7_1
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'cogl-devel'.
|
# Template file for 'cogl-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
|
||||||
depends="libdrm-devel libXcomposite-devel libXdamage-devel
|
depends="libdrm-devel libXcomposite-devel libXdamage-devel
|
||||||
gdk-pixbuf-devel glib-devel cogl>=${version}"
|
gdk-pixbuf-devel glib-devel cogl>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'cogl'
|
# Template file for 'cogl'
|
||||||
pkgname=cogl
|
pkgname=cogl
|
||||||
version=1.12.2
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-introspection"
|
configure_args="--enable-introspection"
|
||||||
subpackages="cogl-devel"
|
subpackages="cogl-devel"
|
||||||
makedepends="pkg-config intltool gobject-introspection libXcomposite-devel
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
libXdamage-devel pango-devel gdk-pixbuf-devel"
|
makedepends="libXcomposite-devel libXrandr-devel libXdamage-devel pango-devel gdk-pixbuf-devel"
|
||||||
short_desc="Library for using 3D graphics hardware for rendering"
|
short_desc="Library for using 3D graphics hardware for rendering"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.clutter-project.org"
|
homepage="http://www.clutter-project.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/cogl/1.12/cogl-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/cogl/${version%.*}/cogl-${version}.tar.xz"
|
||||||
checksum=31971d4c6543c589f6fc49ab1724dfbdc7062c58a7da842cb1935e32ca6e1d7e
|
checksum=276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8
|
||||||
|
|
Loading…
Reference in a new issue