cogl: update to 1.8.2.
This commit is contained in:
parent
009ede34d3
commit
cc4a48363f
2 changed files with 4 additions and 3 deletions
|
@ -5,10 +5,11 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libdrm-devel
|
||||||
Add_dependency run libXcomposite-devel
|
Add_dependency run libXcomposite-devel
|
||||||
Add_dependency run libXdamage-devel
|
Add_dependency run libXdamage-devel
|
||||||
Add_dependency run pango-devel
|
|
||||||
Add_dependency run gdk-pixbuf-devel
|
Add_dependency run gdk-pixbuf-devel
|
||||||
|
Add_dependency run glib-devel
|
||||||
Add_dependency run cogl
|
Add_dependency run cogl
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cogl'
|
# Template file for 'cogl'
|
||||||
pkgname=cogl
|
pkgname=cogl
|
||||||
version=1.8.0
|
version=1.8.2
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.8/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/1.8/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-introspection"
|
configure_args="--enable-introspection"
|
||||||
|
@ -8,7 +8,7 @@ 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=b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c
|
checksum=ec26fd90c4ba5643875b5f3a04b4ab14b24f0d618ba3d239d61e773c3e3ca8c7
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue