[SM-Commit] GIT changes to master grimoire by Julien ROZO (b40770e97fe3b22e519034c8b44385cbca4284ec)

Julien ROZO scm at sourcemage.org
Tue Dec 23 08:49:12 EST 2008


GIT changes to master grimoire by Julien ROZO <julien at rozo.org>:

 ChangeLog             |    4 ++++
 libs/quesoglc/DEPENDS |    3 +++
 libs/quesoglc/DETAILS |   18 ++++++++++++++++++
 libs/quesoglc/HISTORY |    3 +++
 4 files changed, 28 insertions(+)

New commits:
commit b40770e97fe3b22e519034c8b44385cbca4284ec
Author: Julien ROZO <julien at rozo.org>
Commit: Julien ROZO <julien at rozo.org>

    quesoglc: new spell, a free implementation of the OpenGL Character Renderer

diff --git a/ChangeLog b/ChangeLog
index 29c9d97..8dc99ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-23 Julien "_kaze_" ROZO <julien at rozo.org>
+	* libs/quesoglc: new spell, a free implementation of the OpenGL
+	  Character Renderer
+
 2008-12-19 Thomas Orgis <sobukus at sourcemage.org>
 	* audio-creation/nted: new spell, musical score editor
 
diff --git a/libs/quesoglc/DEPENDS b/libs/quesoglc/DEPENDS
new file mode 100755
index 0000000..f2b655f
--- /dev/null
+++ b/libs/quesoglc/DEPENDS
@@ -0,0 +1,3 @@
+depends OPENGL       &&
+depends freetype2    &&
+depends fontconfig
diff --git a/libs/quesoglc/DETAILS b/libs/quesoglc/DETAILS
new file mode 100755
index 0000000..033f5e2
--- /dev/null
+++ b/libs/quesoglc/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=quesoglc
+         VERSION=0.7.2-RC1
+          SOURCE="${SPELL}-${VERSION}.tar.bz2"
+   SOURCE_URL[0]=http://dfn.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+     SOURCE_HASH=sha512:a63cc008980ea375a0c148f293d2a49195c0164afd38a1abd30244be903bf76fbf8498edd0d2594d660b58897c48476796b1c505b6538d3ed7e7b38fe6faaf6f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.7.2"
+        WEB_SITE="http://quesoglc.sourceforge.net/ "
+      LICENSE[0]=LGPL
+         ENTERED=20081223
+           SHORT="A free implementation of the OpenGL Character Renderer (GLC)."
+cat << EOF
+QuesoGLC is a free implementation of the OpenGL Character Renderer. The
+OpenGL Character Renderer (GLC) is a state machine that provides OpenGL
+programs with character rendering services including scale and rotate text
+and draw text using lines, filled triangles, or bitmaps.  QuesoGLC is based
+on the FreeType library, provides Unicode support, and is designed to be
+easily ported to any platform that supports both FreeType and the OpenGL API.
+EOF
diff --git a/libs/quesoglc/HISTORY b/libs/quesoglc/HISTORY
new file mode 100644
index 0000000..510eb2f
--- /dev/null
+++ b/libs/quesoglc/HISTORY
@@ -0,0 +1,3 @@
+2008-12-23 Julien "_kaze_" ROZO <julien at rozo.org>
+	* DEPENDS, DETAILS, HISTORY: spell created
+



More information about the SM-Commit mailing list