libraries/OpenSceneGraph: Updated for version 3.6.5

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2021-05-13 20:01:02 +10:00 committed by Willy Sudiarto Raharjo
parent 3982c3f3b4
commit 017a78d26d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 6 additions and 21 deletions

View File

@ -1,12 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -763,8 +763,7 @@ IF (BUILD_OSG_EXAMPLES AND NOT ANDROID
FIND_PACKAGE(GLUT)
FIND_PACKAGE(FOX)
- SET(wxWidgets_USE_LIBS base core gl net)
- FIND_PACKAGE(wxWidgets)
+ FIND_PACKAGE(wxWidgets COMPONENTS base core gl net)
ENDIF(BUILD_OSG_EXAMPLES AND NOT ANDROID)

View File

@ -4,11 +4,11 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
# Maintained by Jordan Evans <jordanevans19@gmail.com>
# Maintained 2018 by Christoph Willing <chris.willing@linux.com>
# Maintained 2018-2021 by Christoph Willing <chris.willing@linux.com>
PRGNAM=OpenSceneGraph
VERSION=${VERSION:-3.5.5}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -59,9 +59,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Work around for wx_gtk3_gl library not being linked with - thanks fedora
patch -p1 < $CWD/0008-Fix_wxWidgets_gl.patch
mkdir -p build
cd build
cmake .. \

View File

@ -1,8 +1,8 @@
PRGNAM="OpenSceneGraph"
VERSION="3.5.5"
VERSION="3.6.5"
HOMEPAGE="http://www.openscenegraph.org/"
DOWNLOAD="https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-3.5.5/OpenSceneGraph-OpenSceneGraph-3.5.5.tar.gz"
MD5SUM="af7b1719c656192e69694cb12fcc4106"
DOWNLOAD="https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-3.6.5/OpenSceneGraph-OpenSceneGraph-3.6.5.tar.gz"
MD5SUM="51b1c6ee5627246e78b23adbf0aa48f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""