Skip to content

Commit

Permalink
Revert "CEGUI: Removing from moonbase. It is a duplicate of cegui whi…
Browse files Browse the repository at this point in the history
…ch is newer and has a"

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

This reverts commit fe45594.
  • Loading branch information
v4hn committed Aug 9, 2014
1 parent 2d580fb commit 35161c0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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"

22 changes: 22 additions & 0 deletions 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

0 comments on commit 35161c0

Please sign in to comment.