[Lunar-commits] <moonbase> quesoglc: OpenGL Character Renderer.
Florin Braescu
florin at lunar-linux.org
Sat Jun 6 19:29:47 CEST 2009
commit 09b4a14de2c386e16b4e1935eb2a89dd7c2c0a11
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jun 6 20:29:47 2009 +0300
quesoglc: OpenGL Character Renderer.
Needed for warzone2100.
---
graphics/quesoglc/BUILD | 6 ++++++
graphics/quesoglc/DEPENDS | 2 ++
graphics/quesoglc/DETAILS | 16 ++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/graphics/quesoglc/BUILD b/graphics/quesoglc/BUILD
new file mode 100644
index 0000000..76fea92
--- /dev/null
+++ b/graphics/quesoglc/BUILD
@@ -0,0 +1,6 @@
+(
+
+ OPTS=$OPTS" --disable-executables" &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/quesoglc/DEPENDS b/graphics/quesoglc/DEPENDS
new file mode 100644
index 0000000..4119b6d
--- /dev/null
+++ b/graphics/quesoglc/DEPENDS
@@ -0,0 +1,2 @@
+depends %GLX
+depends fontconfig
diff --git a/graphics/quesoglc/DETAILS b/graphics/quesoglc/DETAILS
new file mode 100644
index 0000000..8710fda
--- /dev/null
+++ b/graphics/quesoglc/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=quesoglc
+ VERSION=0.7.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:afa2662a2b884d2268657734668c2f79ec5173c8
+ WEB_SITE=http://quesoglc.sourceforge.net
+ ENTERED=20090606
+ UPDATED=20090606
+ SHORT="An implementation of the OpenGL Character Renderer"
+
+cat << EOF
+QuesoGLC is a free implementation of the OpenGL Character Renderer (GLC).
+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
More information about the Lunar-commits
mailing list