Gentoo Archives: gentoo-commits

From: Maciej Mrozowski <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/
Date: Sun, 02 Aug 2020 22:30:49
Message-Id: 1596407413.699b71b8401ae95e23e5c23e5ca57a2f408a2dd7.reavertm@gentoo
1 commit: 699b71b8401ae95e23e5c23e5ca57a2f408a2dd7
2 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 22:20:43 2020 +0000
4 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 22:30:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699b71b8
7
8 dev-games/openscenegraph: Fix SLOT for all and subslot for 3.6.5
9
10 Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
11
12 dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 2 +-
13 dev-games/openscenegraph/openscenegraph-3.6.4.ebuild | 2 +-
14 dev-games/openscenegraph/openscenegraph-3.6.5.ebuild | 7 ++-----
15 3 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
18 index 250b3589885..00182829434 100644
19 --- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
20 +++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -WX_GTK_VER="3.0"
26 +WX_GTK_VER="3.0-gtk3"
27
28 inherit cmake-utils flag-o-matic wxwidgets vcs-snapshot
29
30
31 diff --git a/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
32 index c8d6dbf4fbb..694ca9a6e5e 100644
33 --- a/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
34 +++ b/dev-games/openscenegraph/openscenegraph-3.6.4.ebuild
35 @@ -5,7 +5,7 @@ EAPI=7
36
37 MY_PN="OpenSceneGraph"
38 MY_P=${MY_PN}-${PV}
39 -WX_GTK_VER="3.0"
40 +WX_GTK_VER="3.0-gtk3"
41 inherit cmake flag-o-matic wxwidgets
42
43 DESCRIPTION="Open source high performance 3D graphics toolkit"
44
45 diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
46 index 4614315778a..6a1d992b139 100644
47 --- a/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
48 +++ b/dev-games/openscenegraph/openscenegraph-3.6.5.ebuild
49 @@ -5,7 +5,7 @@ EAPI=7
50
51 MY_PN="OpenSceneGraph"
52 MY_P=${MY_PN}-${PV}
53 -WX_GTK_VER="3.0"
54 +WX_GTK_VER="3.0-gtk3"
55 inherit cmake flag-o-matic wxwidgets
56
57 DESCRIPTION="Open source high performance 3D graphics toolkit"
58 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.openscenegraph.org/"
59 SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz"
60
61 LICENSE="wxWinLL-3 LGPL-2.1"
62 -SLOT="0/160" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
63 +SLOT="0/161" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
64 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
65 IUSE="asio curl dicom debug doc egl examples ffmpeg fltk fox gdal gif glut
66 gstreamer jpeg las lua openexr openinventor osgapps pdf png sdl sdl2
67 @@ -94,9 +94,6 @@ src_configure() {
68 -DDYNAMIC_OPENSCENEGRAPH=ON
69 -DLIB_POSTFIX=${libdir/lib}
70 -DOPENGL_PROFILE=GL2 #GL1 GL2 GL3 GLES1 GLES3 GLES3
71 - -DOSG_ENVVAR_SUPPORTED=ON
72 - -DOSG_PROVIDE_READFILE=ON
73 - -DOSG_USE_LOCAL_LUA_SOURCE=OFF
74 $(cmake_use_find_package asio Asio)
75 $(cmake_use_find_package curl CURL)
76 -DBUILD_DOCUMENTATION=$(usex doc)