summaryrefslogtreecommitdiff
path: root/dev-games
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-games
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/openscenegraph-openmw/Manifest2
-rw-r--r--dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake.patch51
-rw-r--r--dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake4.patch175
-rw-r--r--dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20260130.ebuild (renamed from dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20251012-r1.ebuild)10
4 files changed, 5 insertions, 233 deletions
diff --git a/dev-games/openscenegraph-openmw/Manifest b/dev-games/openscenegraph-openmw/Manifest
index 9d34115d933d..7a595bad33bc 100644
--- a/dev-games/openscenegraph-openmw/Manifest
+++ b/dev-games/openscenegraph-openmw/Manifest
@@ -1 +1 @@
-DIST openscenegraph-openmw-3.6_p20251012.tar.gz 5790388 BLAKE2B 2ee32e73d810271039e06f9f19013ceecff0faeded12adbe2cd75e7362fbc813c20da8eeaf53775ad3607d692cc2bf7426ddca971e04b16829fb6077900eb0d5 SHA512 13fa0b544ae604416a456d8c148c29d92b13d1550e39ea2028f617775b56654d58b660d649e5ee6ec691d4031849509b819d765dc35f59501dc478c85c7f9abb
+DIST openscenegraph-openmw-3.6_p20260130.tar.gz 5793189 BLAKE2B 876221be14554296b9237853809d4e0bb1ef2179c0dd515a2636b91c172acc56e3ffb4564de3761aeffc6d9e87bf069f09cb954fa98e6e6f0299d5192f9525db SHA512 698372ddf8751a927f8f6bd71d67bd9428e9e12207b8f40f8aa13e5e84bd1e8db8fc6c6bbeb5f7e930d78915d5d3570463dbfc9e44dc155e0475a374f39a6280
diff --git a/dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake.patch b/dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake.patch
deleted file mode 100644
index f5f542847076..000000000000
--- a/dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Source: https://github.com/OpenMW/osg/pull/32
-
-From ef03c3442028dcfd6a861369926d0198bc4059cd Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sun, 7 Sep 2025 15:13:57 +0200
-Subject: [PATCH 2/2] Use more GNUInstalldirs (CMAKE_INSTALL_DOCDIR)
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 4 ++--
- CMakeModules/OsgMacroUtils.cmake | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 478932641..4f6ca614b 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1191,7 +1191,7 @@ IF(BUILD_DOCUMENTATION)
- ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs/osg32-32.png COPYONLY
- )
- #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
-- INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc)
-+ INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT openscenegraph-doc)
-
- # now set up openthreads documentation generation
- IF(BUILD_REF_DOCS_TAGFILE)
-@@ -1207,7 +1207,7 @@ IF(BUILD_DOCUMENTATION)
- ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY
- )
- #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
-- INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc)
-+ INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT openthreads-doc)
-
- # Process our other doxyfiles but don't create targets for these
- CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/Doxyfiles/all_Doxyfile
-diff --git a/CMakeModules/OsgMacroUtils.cmake b/CMakeModules/OsgMacroUtils.cmake
-index cafd8725b..1c2e6cb77 100644
---- a/CMakeModules/OsgMacroUtils.cmake
-+++ b/CMakeModules/OsgMacroUtils.cmake
-@@ -487,7 +487,7 @@ MACRO(SETUP_EXAMPLE EXAMPLE_NAME)
- IF(APPLE)
- INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin BUNDLE DESTINATION share/OpenSceneGraph/bin )
- ELSE(APPLE)
-- INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples )
-+ INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin COMPONENT openscenegraph-examples )
- IF(MSVC)
- INSTALL(FILES $<TARGET_PDB_FILE:${TARGET_NAME}> DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples)
- ENDIF(MSVC)
---
-2.51.0
-
diff --git a/dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake4.patch b/dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake4.patch
deleted file mode 100644
index 54e5c2dd4c49..000000000000
--- a/dev-games/openscenegraph-openmw/files/openscenegraph-openmw-3.6_p20221115-cmake4.patch
+++ /dev/null
@@ -1,175 +0,0 @@
-Source: https://github.com/OpenMW/osg/pull/32
-
-From d83a247904ac5eb3a38fe68c341a1f54c6e203a7 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sun, 7 Sep 2025 15:01:03 +0200
-Subject: [PATCH 1/2] Raise CMake minimum version req to 3.5 (lowest still
- supported by >=CMake-4)
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 81 ++++++-------------
- .../Android/android.toolchain.cmake | 2 +-
- examples/osgCMakeExample/CMakeLists.txt | 2 +-
- examples/osgemscripten/CMakeLists.txt | 2 +-
- 4 files changed, 28 insertions(+), 59 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 21d2c05d4..478932641 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,8 @@
- #
- # OpenSceneGraph CMake build file
- #
-+CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
-+
- SET(OPENSCENEGRAPH_MAJOR_VERSION 3)
- SET(OPENSCENEGRAPH_MINOR_VERSION 6)
- SET(OPENSCENEGRAPH_PATCH_VERSION 5)
-@@ -13,27 +15,19 @@ SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 0)
- set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
- set_property(GLOBAL PROPERTY USE_FOLDERS ON)
-
--CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR)
--
--if(COMMAND cmake_policy)
-- # Works around warnings libraries linked against that don't
-- # have absolute paths (e.g. -lpthreads)
-- cmake_policy(SET CMP0003 NEW)
-+# Works around warnings libraries linked against that don't
-+# have absolute paths (e.g. -lpthreads)
-+cmake_policy(SET CMP0003 NEW)
-
-- # Works around warnings about escaped quotes in ADD_DEFINITIONS
-- # statements.
-- cmake_policy(SET CMP0005 NEW)
-+# Works around warnings about escaped quotes in ADD_DEFINITIONS
-+# statements.
-+cmake_policy(SET CMP0005 NEW)
-
-- # tell CMake to prefer CMake's own CMake modules when available
-- # only available from cmake-2.8.4
-- if("${CMAKE_VERSION}" VERSION_GREATER 2.8.3)
-- cmake_policy(SET CMP0017 NEW)
-- endif()
-+cmake_policy(SET CMP0017 NEW)
-
-- # INTERPROCEDURAL_OPTIMIZATION is enforced when enabled.
-- # Allows passing -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
-- cmake_policy(SET CMP0069 NEW)
--endif()
-+# INTERPROCEDURAL_OPTIMIZATION is enforced when enabled.
-+# Allows passing -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
-+cmake_policy(SET CMP0069 NEW)
-
- IF(APPLE)
- # Get OSX version in MAJOR.MINOR format
-@@ -155,6 +149,7 @@ IF(NOT CMAKE_BUILD_TYPE)
- SET(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
- ENDIF(NOT CMAKE_BUILD_TYPE)
-
-+INCLUDE(GNUInstallDirs)
-
- IF(ANDROID)
- INCLUDE(OsgAndroidMacroUtils)
-@@ -902,25 +897,8 @@ IF(DEFINED LIB_POSTFIX)
- # Use LIB_POSTFIX if defined
- SET(OSG_INSTALL_LIBDIR lib${LIB_POSTFIX})
- ELSE()
-- IF(CMAKE_VERSION VERSION_LESS "2.8.5")
-- IF(UNIX AND NOT WIN32 AND NOT APPLE)
-- IF(CMAKE_SIZEOF_VOID_P MATCHES "8")
-- SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement")
-- MARK_AS_ADVANCED(LIB_POSTFIX)
-- ENDIF()
-- ENDIF()
-- IF(NOT DEFINED LIB_POSTFIX)
-- SET(LIB_POSTFIX "")
-- ENDIF()
-- SET(OSG_INSTALL_LIBDIR lib${LIB_POSTFIX})
-- ELSE()
-- # Use the GNU standard installation directories for CMake >= 2.8.5
-- INCLUDE(GNUInstallDirs)
-- SET(OSG_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR})
-- ENDIF()
--ENDIF()
--IF(NOT DEFINED LIB_POSTFIX)
-- SET(LIB_POSTFIX "")
-+ SET(OSG_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR})
-+ SET(LIB_POSTFIX "")
- ENDIF()
-
- # Here we apparently do some funky stuff with making the bin/ and lib/
-@@ -952,25 +930,16 @@ ELSE(WIN32)
- SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${OUTPUT_LIBDIR})
- ENDIF(WIN32)
-
--# Testing CMAKE_VERSION is possible in >= 2.6.4 only
--BUILDER_VERSION_GREATER(2 8 0)
--IF(VALID_BUILDER_VERSION) # If CMake >= 2.8.1
-- FOREACH(CONF ${CMAKE_CONFIGURATION_TYPES}) # For each configuration (Debug, Release, MinSizeRel... and/or anything the user chooses)
-- STRING(TOUPPER "${CONF}" CONF) # Go uppercase (DEBUG, RELEASE...)
-- SET("CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_LIBDIR}")
-- SET("CMAKE_RUNTIME_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_BINDIR}")
-- IF(WIN32)
-- SET("CMAKE_LIBRARY_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_BINDIR}")
-- ELSE()
-- SET("CMAKE_LIBRARY_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_LIBDIR}")
-- ENDIF()
-- ENDFOREACH()
--ENDIF(VALID_BUILDER_VERSION)
--
--#SET(INSTALL_BINDIR OpenSceneGraph/bin)
--#SET(INSTALL_INCDIR OpenSceneGraph/include)
--#SET(INSTALL_LIBDIR OpenSceneGraph/lib)
--#SET(INSTALL_DOCDIR OpenSceneGraph/doc)
-+FOREACH(CONF ${CMAKE_CONFIGURATION_TYPES}) # For each configuration (Debug, Release, MinSizeRel... and/or anything the user chooses)
-+ STRING(TOUPPER "${CONF}" CONF) # Go uppercase (DEBUG, RELEASE...)
-+ SET("CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_LIBDIR}")
-+ SET("CMAKE_RUNTIME_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_BINDIR}")
-+ IF(WIN32)
-+ SET("CMAKE_LIBRARY_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_BINDIR}")
-+ ELSE()
-+ SET("CMAKE_LIBRARY_OUTPUT_DIRECTORY_${CONF}" "${OUTPUT_LIBDIR}")
-+ ENDIF()
-+ENDFOREACH()
-
- ################################################################################
- # User Options
-diff --git a/PlatformSpecifics/Android/android.toolchain.cmake b/PlatformSpecifics/Android/android.toolchain.cmake
-index fc349162f..7015e6d8f 100644
---- a/PlatformSpecifics/Android/android.toolchain.cmake
-+++ b/PlatformSpecifics/Android/android.toolchain.cmake
-@@ -210,7 +210,7 @@
-
- # Modified by Lasse Oorni and Yao Wei Tjong for Urho3D
-
--cmake_minimum_required( VERSION 2.6.3 )
-+cmake_minimum_required( VERSION 3.5 )
-
- # Urho3D: on Windows Cygwin-based NDK tools may fail in the linking phase with too long command line. Turn on response files to avoid this
- if( CMAKE_HOST_WIN32 )
-diff --git a/examples/osgCMakeExample/CMakeLists.txt b/examples/osgCMakeExample/CMakeLists.txt
-index cd843299a..418708630 100644
---- a/examples/osgCMakeExample/CMakeLists.txt
-+++ b/examples/osgCMakeExample/CMakeLists.txt
-@@ -1,4 +1,4 @@
--cmake_minimum_required(VERSION 2.6)
-+cmake_minimum_required(VERSION 3.5)
-
- SET(PROJECT_NAME osgCMakeExample)
-
-diff --git a/examples/osgemscripten/CMakeLists.txt b/examples/osgemscripten/CMakeLists.txt
-index b2bc9875a..10c4daf68 100644
---- a/examples/osgemscripten/CMakeLists.txt
-+++ b/examples/osgemscripten/CMakeLists.txt
-@@ -1,4 +1,4 @@
--CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR)
-+CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
-
- # Path to OpenSceneGraph
- SET(OSG_DIR "${CMAKE_SOURCE_DIR}/../..")
---
-2.51.0
-
diff --git a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20251012-r1.ebuild b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20260130.ebuild
index db272d69c517..8bd4c86da49e 100644
--- a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20251012-r1.ebuild
+++ b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20260130.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,12 +8,12 @@ LUA_COMPAT=( lua5-{1,3,4} luajit )
WX_GTK_VER="3.2-gtk3"
inherit cmake flag-o-matic lua-single toolchain-funcs wxwidgets
-MY_COMMIT="aa66653fde55365671eb9038b9392cf952ec7a05"
+COMMIT="8aa8d91747ff414ab0de19aae1e0dbd739acea2c"
DESCRIPTION="OpenMW-specific fork of OpenSceneGraph"
HOMEPAGE="https://github.com/OpenMW/osg"
-SRC_URI="https://github.com/OpenMW/osg/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/osg-${MY_COMMIT}"
+SRC_URI="https://github.com/OpenMW/osg/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/osg-${COMMIT}"
LICENSE="wxWinLL-3 LGPL-2.1"
SLOT="0/162" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
@@ -85,8 +85,6 @@ DEPEND="${RDEPEND}
"
PATCHES=(
- "${FILESDIR}"/openscenegraph-openmw-3.6_p20221115-cmake4.patch # bug 960858
- "${FILESDIR}"/openscenegraph-openmw-3.6_p20221115-cmake.patch # GNUInstalldirs, paths
"${FILESDIR}"/openscenegraph-openmw-3.6_p20221115-cmake-lua_version.patch # downstream patch
"${FILESDIR}"/openscenegraph-3.6-openexr3.patch
)