commit: 699b71b8401ae95e23e5c23e5ca57a2f408a2dd7
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 22:20:43 2020 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 22:30:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699b71b8
dev-games/openscenegraph: Fix SLOT for all and subslot for 3.6.5
Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 2 +-
dev-games/openscenegraph/openscenegraph-3.6.4.ebuild | 2 +-
dev-games/openscenegraph/openscenegraph-3.6.5.ebuild | 7 ++-----
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index 250b3589885..00182829434 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
inherit cmake-utils flag-o-matic wxwidgets vcs-snapshot
diff --git a/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
b/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
index c8d6dbf4fbb..694ca9a6e5e 100644
--- a/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
MY_PN="OpenSceneGraph"
MY_P=${MY_PN}-${PV}
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
inherit cmake flag-o-matic wxwidgets
DESCRIPTION="Open source high performance 3D graphics toolkit"
diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
b/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
index 4614315778a..6a1d992b139 100644
--- a/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
MY_PN="OpenSceneGraph"
MY_P=${MY_PN}-${PV}
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
inherit cmake flag-o-matic wxwidgets
DESCRIPTION="Open source high performance 3D graphics toolkit"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.openscenegraph.org/"
SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz"
LICENSE="wxWinLL-3 LGPL-2.1"
-SLOT="0/160" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
+SLOT="0/161" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="asio curl dicom debug doc egl examples ffmpeg fltk fox gdal gif glut
gstreamer jpeg las lua openexr openinventor osgapps pdf png sdl sdl2
@@ -94,9 +94,6 @@ src_configure() {
-DDYNAMIC_OPENSCENEGRAPH=ON
-DLIB_POSTFIX=${libdir/lib}
-DOPENGL_PROFILE=GL2 #GL1 GL2 GL3 GLES1 GLES3 GLES3
- -DOSG_ENVVAR_SUPPORTED=ON
- -DOSG_PROVIDE_READFILE=ON
- -DOSG_USE_LOCAL_LUA_SOURCE=OFF
$(cmake_use_find_package asio Asio)
$(cmake_use_find_package curl CURL)
-DBUILD_DOCUMENTATION=$(usex doc)