[Lunar-commits] <moonbase-other> Revert "CEGUI: Removing from moonbase. It is a duplicate of cegui which is newer and has a"

v4hn me at v4hn.de
Sat Aug 9 13:38:28 CEST 2014


commit 35161c0b3fb17ed1d9afc7813904bc3d4197624d
Author: v4hn <me at v4hn.de>
Date: Sat, 09 Aug 2014 13:39:45 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/35161c0b3fb17ed1d9afc7813904bc3d4197624d

Revert "CEGUI: Removing from moonbase. It is a duplicate of cegui which is newer and has a"

CEGUI and cegui are two completely different projects
from a package maintainer's point of view.

This reverts commit fe4559416cc04a9ef95f09704f8f94dbe5f73efe.
---
  graphics/CEGUI/DEPENDS | +15/-0    
  graphics/CEGUI/DETAILS | +22/-0    
  2 files changed, 37 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,22 @@
+# This is _not_ cegui-0.8 and it's not trivial to port modules
+# to the new release. Please leave this around unless it's broken - v4hn
+          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