# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LUA_COMPAT=( lua5-1 ) WX_GTK_VER="3.0-gtk3" inherit cmake flag-o-matic lua-single wxwidgets MY_PN="OpenSceneGraph" MY_P=${MY_PN}-${PV} DESCRIPTION="Open source high performance 3D graphics toolkit" HOMEPAGE="https://www.openscenegraph.com/" SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz" S="${WORKDIR}/${MY_PN}-${MY_P}" LICENSE="wxWinLL-3 LGPL-2.1" SLOT="0/161" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION KEYWORDS="amd64 ~arm64 ~hppa ppc64 x86" IUSE=" collada curl dicom debug doc egl examples ffmpeg fltk fox gdal gif glut gstreamer jpeg las lua openexr openinventor osgapps pdf png sdl sdl2 svg tiff truetype vnc wxwidgets xrandr +zlib " REQUIRED_USE=" dicom? ( zlib ) lua? ( ${LUA_REQUIRED_USE} ) openexr? ( zlib ) sdl2? ( sdl ) " # TODO: FBX, GTA, NVTT, OpenVRML, Performer BDEPEND=" app-arch/unzip virtual/pkgconfig doc? ( app-text/doxygen[dot] ) " #