cogl: update to 1.10.4.

This commit is contained in:
Juan RP 2012-07-18 08:03:40 +02:00
parent 4930ed1445
commit bf4ca141eb
2 changed files with 7 additions and 11 deletions

View file

@ -1,14 +1,12 @@
# Template file for 'cogl-devel'. # Template file for 'cogl-devel'.
# #
depends="libdrm-devel libXcomposite-devel libXdamage-devel gdk-pixbuf-devel glib-devel cogl>=1.10.2" noarch=yes
depends="libdrm-devel libXcomposite-devel libXdamage-devel gdk-pixbuf-devel glib-devel cogl>=$version"
short_desc="${short_desc} -- development files" short_desc="${short_desc} -- 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

View file

@ -1,16 +1,17 @@
# Template file for 'cogl' # Template file for 'cogl'
pkgname=cogl pkgname=cogl
version=1.10.2 version=1.10.4
distfiles="${GNOME_SITE}/$pkgname/1.10/$pkgname-$version.tar.xz" revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-introspection" configure_args="--enable-introspection"
subpackages="$pkgname-devel"
makedepends="pkg-config intltool gobject-introspection libXcomposite-devel libXdamage-devel pango-devel gdk-pixbuf-devel" makedepends="pkg-config intltool gobject-introspection libXcomposite-devel libXdamage-devel pango-devel gdk-pixbuf-devel"
revision=1
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"
checksum=042cf87ec35d2eac78719856356e415dd5333f9f613093c5db8b438630c1ecb3 distfiles="${GNOME_SITE}/$pkgname/1.10/$pkgname-$version.tar.xz"
checksum=0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9
long_desc=" long_desc="
cogl is a small open source library for using 3D graphics hardware for 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 rendering. The API departs from the flat state machine style of OpenGL and is
@ -27,6 +28,3 @@ long_desc="
Having other backends, besides OpenGL, such as drm, Gallium or D3D are Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future." options we are interested in for the future."
subpackages="$pkgname-devel"