# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-{1..4} ) inherit cmake lua-single optfeature DESCRIPTION="A challenging 2D motocross platform game, where physics play an important role" HOMEPAGE="https://xmoto.org" SRC_URI="https://github.com/xmoto/xmoto/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="double-precision +nls +system-ode" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" ${LUA_DEPS} app-arch/bzip2 dev-db/sqlite:3 dev-libs/libxdg-basedir dev-libs/libxml2:= media-fonts/dejavu media-libs/glu media-libs/libglvnd media-libs/libjpeg-turbo:= media-libs/libpng:0= media-libs/libsdl2[joystick,opengl] media-libs/sdl2-mixer[vorbis] media-libs/sdl2-net media-libs/sdl2-ttf net-misc/curl sys-libs/zlib:= nls? ( virtual/libintl ) system-ode? (