[Lunar-commits] <moonbase> cogl: version bumped to 1.9.6.
Florin Braescu
florin at lunar-linux.org
Sun Apr 8 10:42:32 CEST 2012
commit 5624891d5ffa2c4c9a464e696dbe7f3aabe823f8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 8 10:42:32 2012 +0200
cogl: version bumped to 1.9.6.
---
zbeta/cogl/DEPENDS | 1 +
zbeta/cogl/DETAILS | 16 ++++++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/zbeta/cogl/DEPENDS b/zbeta/cogl/DEPENDS
index 4b16244..b42fe48 100644
--- a/zbeta/cogl/DEPENDS
+++ b/zbeta/cogl/DEPENDS
@@ -2,3 +2,4 @@ depends glib-2
depends libX11
depends mesa-lib
depends gdk-pixbuf
+depends cairo
\ No newline at end of file
diff --git a/zbeta/cogl/DETAILS b/zbeta/cogl/DETAILS
index a6a429b..5fecb8f 100644
--- a/zbeta/cogl/DETAILS
+++ b/zbeta/cogl/DETAILS
@@ -1,13 +1,17 @@
MODULE=cogl
- VERSION=1.7.4
- SOURCE=${MODULE}-${VERSION}.tar.bz2
+ VERSION=1.9.6
+ SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://source.clutter-project.org/sources/cogl/${VERSION%.*}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:9053487aaa0ffe39af9a0f62b3136ee05468896d
- WEB_SITE="http://www.clutter-project.org/"
+ SOURCE_VFY=sha1:caaa5bb632f6a13aa38dbf9edf621c8900f3f4bb
+ WEB_SITE=http://www.clutter-project.org
ENTERED=20110617
UPDATED=20110805
- SHORT="No clue."
+ SHORT="3D graphics hardware rendering library"
+
cat <<EOF
-No clue.
+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
+designed to make it easy to write orthogonal components that can render without
+stepping on each others toes.
EOF
More information about the Lunar-commits
mailing list