summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/cogl
diff options
context:
space:
mode:
authorLadislav Hagara2011-09-29 02:10:17 +0200
committerLadislav Hagara2011-09-29 02:10:17 +0200
commitac816cbce0862ec6e9b04a6f8cba3f3ba0ee0e7a (patch)
tree3d2a336ca21aa8479e0f4ecdd01caba9febcaf8d /gnome3-libs/cogl
parentddb56cad0ae7b5ddae69f9b7ea6f8bbbf9f437cc (diff)
gnome3-libs/cogl: new spell, library for using 3D graphics hardware for
rendering
Diffstat (limited to 'gnome3-libs/cogl')
-rwxr-xr-xgnome3-libs/cogl/DETAILS17
-rw-r--r--gnome3-libs/cogl/HISTORY2
-rw-r--r--gnome3-libs/cogl/cogl-1.8.0.tar.bz2.sigbin0 -> 287 bytes
3 files changed, 19 insertions, 0 deletions
diff --git a/gnome3-libs/cogl/DETAILS b/gnome3-libs/cogl/DETAILS
new file mode 100755
index 0000000000..62e162e96a
--- /dev/null
+++ b/gnome3-libs/cogl/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=cogl
+ VERSION=1.8.0
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://developer.gnome.org/cogl/
+ ENTERED=20110929
+ SHORT="library for using 3D graphics hardware for rendering"
+cat << EOF
+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
diff --git a/gnome3-libs/cogl/HISTORY b/gnome3-libs/cogl/HISTORY
new file mode 100644
index 0000000000..a0cac182cf
--- /dev/null
+++ b/gnome3-libs/cogl/HISTORY
@@ -0,0 +1,2 @@
+2011-09-29 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: spell created, version 1.8.0
diff --git a/gnome3-libs/cogl/cogl-1.8.0.tar.bz2.sig b/gnome3-libs/cogl/cogl-1.8.0.tar.bz2.sig
new file mode 100644
index 0000000000..65b4eedaf4
--- /dev/null
+++ b/gnome3-libs/cogl/cogl-1.8.0.tar.bz2.sig
Binary files differ