summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2021-11-13 14:32:48 +0100
committerFlorian Franzmann2021-11-13 14:57:33 +0100
commit2be81976cc7cec19c0800705d2443dccabf378dd (patch)
tree55be84f4e0f31731a3fdac1d11bc40bcd63e2885 /graphics-libs
parentb4de0e5f07e7bc4ce8f80eb10d232bf6cdb44cca (diff)
graphics-libs/ogre: version 13.1.1
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/ogre/BUILD4
-rwxr-xr-xgraphics-libs/ogre/DEPENDS35
-rw-r--r--graphics-libs/ogre/HISTORY2
3 files changed, 31 insertions, 10 deletions
diff --git a/graphics-libs/ogre/BUILD b/graphics-libs/ogre/BUILD
index d57b339a7a..6fe72fd8aa 100755
--- a/graphics-libs/ogre/BUILD
+++ b/graphics-libs/ogre/BUILD
@@ -1 +1,3 @@
-OPTS="-DOGRE_CONFIG_ENABLE_FREEIMAGE=off $OPTS" cmake_build
+OPTS="-DOGRE_CONFIG_ENABLE_FREEIMAGE=off $OPTS" &&
+OPTS="-DOGRE_BUILD_COMPONENT_CSHARP=off $OPTS" &&
+cmake_build
diff --git a/graphics-libs/ogre/DEPENDS b/graphics-libs/ogre/DEPENDS
index b30cc5cc38..57fcfe09c3 100755
--- a/graphics-libs/ogre/DEPENDS
+++ b/graphics-libs/ogre/DEPENDS
@@ -1,14 +1,22 @@
depends -sub CXX gcc &&
+
+depends assimp &&
depends freetype2 &&
+depends gtkmm2 &&
+depends ilmbase &&
depends libmng &&
-depends pkgconfig &&
-depends zziplib &&
-depends libxt &&
depends libxaw &&
-depends sdl2 &&
+depends libxt &&
depends pkgconfig &&
-depends OPENGL &&
-depends gtkmm2 &&
+depends pugixml &&
+depends qtbase &&
+depends sdl2 &&
+depends zziplib &&
+
+optional_depends OPENGL \
+ "-DOGRE_BUILD_RENDERSYSTEM_GL=on" \
+ "-DOGRE_BUILD_RENDERSYSTEM_GL=off" \
+ "for OpenGL support" &&
optional_depends tbb \
'-DOGRE_CONFIG_ENABLE_TBB_SCHEDULER=on' \
@@ -31,7 +39,18 @@ optional_depends libcg \
"Build the nVIDIA Cg plug-in (RECOMMENDED)" \
z-rejected &&
-optional_depends openexr \
+suggest_depends openexr \
"" \
"" \
- "Build OpenEXR plug-in"
+ "Build OpenEXR plug-in" &&
+
+optional_depends python3 \
+ "-DOGRE_BUILD_COMPONENT_PYTHON=on" \
+ "-DOGRE_BUILD_COMPONENT_PYTHON=off" \
+ "Build python component" &&
+
+suggest_depends spirv-tools \
+ "" \
+ "" \
+ "For vulkan support"
+
diff --git a/graphics-libs/ogre/HISTORY b/graphics-libs/ogre/HISTORY
index de12c0df59..2df1a96e4e 100644
--- a/graphics-libs/ogre/HISTORY
+++ b/graphics-libs/ogre/HISTORY
@@ -1,5 +1,5 @@
2021-11-13 Florian Franzmann <bwlf@bandrate.org>
- * DETAILS: version 13.1.1
+ * DETAILS, DEPENDS, BUILD: version 13.1.1
2018-12-01 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 1.11.4