[Lunar-commits] <moonbase-other> CEGUI: Added new module 0.7.8

Peter de Ridder peter at lunar-linux.org
Sun Nov 17 15:48:33 CET 2013


commit 3ecc310950e81cea52c6da9d36bd982b7ec9f3a8
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Fri, 15 Nov 2013 14:46:16 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/3ecc310950e81cea52c6da9d36bd982b7ec9f3a8

CEGUI: Added new module 0.7.8
---
  graphics/CEGUI/DEPENDS | +15/-0    
  graphics/CEGUI/DETAILS | +20/-0    
  2 files changed, 35 insertions(+)

--- /dev/null
+++ b/graphics/CEGUI/DEPENDS
@@ -0,0 +1,15 @@
+optional_depends "freetype2" "--enable-freetype" "--disable-freetype" "Use Freetype 2 for font support"
+optional_depends "pcre" "--enable-pcre" "--disable-pcre" "Use pcre for regular expressions support"
+optional_depends "tinyxml" "--enable-external-tinyxml --enable-tinyxml" "--disable-external-tinyxml" "Use system installed TinyXML"
+optional_depends "xerces-c++" "--enable-xerces-c" "--disable-xerces-c" "Build Xerces-C++ XML parser module"
+optional_depends "libxml2" "--enable-libxml" "--disable-libxml" "Build libxml XML parser module"
+optional_depends "expat" "--enable-expat" "--disable-expat" "Build expat XML parser module"
+optional_depends "devil" "--enable-devil" "--disable-devil" "Build DevIL image codec module"
+optional_depends "FreeImage" "--enable-freeimage" "--disable-freeimage" "Build FreeImage image codec module"
+optional_depends "mesa-lib" "--enable-opengl-renderer" "--disable-opengl-renderer" "Build OpenGL renderer"
+optional_depends "glew" "--enable-external-glew" "--disable-external-glew" "Use system GLEW"
+optional_depends "ogre" "--enable-ogre-renderer" "--disable-ogre-renderer" "Build Ogre renderer"
+optional_depends "DirectFB" "--enable-directfb-renderer" "--disable-directfb-renderer" "Build DirectFB renderer"
+optional_depends "lua" "--enable-lua-module" "--disable-lua-module" "Build Lua scripting module"
+optional_depends "Python" "--enable-python-module" "--disable-python-module" "Build Python extension module"
+
--- /dev/null
+++ b/graphics/CEGUI/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=CEGUI
+         VERSION=0.7.9
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/crayzedsgui/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:f0a8616bcb37843ad2f83c88745b9313906cb8e9
+        WEB_SITE="http://cegui.org.uk/"
+         ENTERED=20131109
+         UPDATED=20131109
+           SHORT="library providing windowing and widgets"
+cat <<EOF
+
+Crazy Eddie's GUI System is a free library providing windowing
+and widgets for graphics APIs / engines where such functionality
+is not natively available, or severely lacking. The library is
+object-oriented, written in C++, and targeted at game and application
+developers who should be spending their time creating great games
+and not on building GUI sub-systems!
+
+EOF




More information about the Lunar-commits mailing list