# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg git-r3 DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor (wayland PR)" HOMEPAGE="https://godotengine.org/ https://github.com/godotengine/godot/pull/57025" EGIT_REPO_URI="https://github.com/Riteo/godot.git" EGIT_BRANCH="wayland" LICENSE=" MIT Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )" SLOT="4" # Enable roughly same as upstream by default so it works as expected, # except raycast (tools-only heavy dependency), and deprecated. IUSE=" alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast +runner speech test +theora +tools +udev +upnp +vulkan wayland +webp X" # TODO: tests still need more figuring out RESTRICT="test" REQUIRED_USE="gui? ( || ( wayland X ) )" # dlopen: libglvnd RDEPEND=" app-arch/brotli:= app-arch/zstd:= dev-games/recastnavigation:= dev-libs/icu:= dev-libs/libpcre2:=[pcre32] media-libs/freetype[brotli,harfbuzz] media-libs/harfbuzz:=[icu] media-libs/libogg media-libs/libpng:= media-libs/libvorbis