[Lunar-commits] <moonbase-other> ogre: readded to -other and fixed up
v4hn
me at v4hn.de
Wed Apr 24 02:51:44 CEST 2013
commit 1ebd1bd27f2b5ca344f75d939a7bd744927513ed
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:21:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1ebd1bd27f2b5ca344f75d939a7bd744927513ed
ogre: readded to -other and fixed up
---
graphics/ogre/BUILD | +1/-0
graphics/ogre/DEPENDS | +13/-0
graphics/ogre/DETAILS | +20/-0
3 files changed, 34 insertions(+)
--- /dev/null
+++ b/graphics/ogre/BUILD
@@ -0,0 +1 @@
+default_cmake_build
--- /dev/null
+++ b/graphics/ogre/DEPENDS
@@ -0,0 +1,13 @@
+depends boost
+depends cppunit
+depends libXaw
+depends freetype2
+depends FreeImage
+depends glu
+depends zziplib
+depends bzip2
+
+#optional_depends "NVIDIA-Cg-toolkit" "" "" "for NVIDIA C graphics compiler toolkit support"
+optional_depends "poco" "" "" "for additional C++ library support"
+optional_depends "ois" "" "" "for Object Oriented Input System support"
+optional_depends "tbb" "" "" "for threaded building block support"
--- /dev/null
+++ b/graphics/ogre/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=ogre
+ VERSION=src_v1-8-1
+ SOURCE=${MODULE}_$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_$VERSION
+ SOURCE_VFY=sha1:d6153cacda24361a81e7d0a6bf9aa641ad9dd650
+ WEB_SITE=http://www.ogre3d.org/about
+ ENTERED=20111130
+ UPDATED=20130419
+ SHORT="Object-Oriented Graphics Rendering Engine"
+
+cat << EOF
+OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible
+3D engine written in C++ designed to make it easier and more intuitive for
+developers to produce applications utilising hardware-accelerated 3D graphics.
+The class library abstracts all the details of using the underlying system
+libraries like Direct3D and OpenGL and provides an interface based on world
+objects and other intuitive classes.
+EOF
+
More information about the Lunar-commits
mailing list