Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ac816cbce0862ec6e9b04a6f8cba3f3ba0ee0e7a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ac816cbce0862ec6e9b04a6f8cba3f3ba0ee0e7a)
  • Date: Wed, 28 Sep 2011 19:14:38 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 4 ++++
gnome3-libs/cogl/DETAILS | 17 +++++++++++++++++
gnome3-libs/cogl/HISTORY | 2 ++
gnome3-libs/cogl/cogl-1.8.0.tar.bz2.sig |binary
4 files changed, 23 insertions(+)

New commits:
commit ac816cbce0862ec6e9b04a6f8cba3f3ba0ee0e7a
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnome3-libs/cogl: new spell, library for using 3D graphics hardware for
rendering

diff --git a/ChangeLog b/ChangeLog
index ed2a900..5605884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-29 Ladislav Hagara <hgr AT vabo.cz>
+ * gnome3-libs/cogl: new spell
+ library for using 3D graphics hardware for rendering
+
2011-09-28 Bor Kraljič <pyrobor AT ver.si>
* ftp/puregui: removed (no upstream support & unavailable dependency)

diff --git a/gnome3-libs/cogl/DETAILS b/gnome3-libs/cogl/DETAILS
new file mode 100755
index 0000000..62e162e
--- /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 0000000..a0cac18
--- /dev/null
+++ b/gnome3-libs/cogl/HISTORY
@@ -0,0 +1,2 @@
+2011-09-29 Ladislav Hagara <hgr AT 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 0000000..65b4eed
Binary files /dev/null and b/gnome3-libs/cogl/cogl-1.8.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ac816cbce0862ec6e9b04a6f8cba3f3ba0ee0e7a), Ladislav Hagara, 09/28/2011

Archive powered by MHonArc 2.6.24.

Top of Page