# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Source: =games-simulation/simutrans-124.2.1 from default Gentoo overlay EAPI=8 inherit cmake flag-o-matic xdg subversion DESCRIPTION="A free Transport Tycoon clone" HOMEPAGE="https://www.simutrans.com/" # If you want to version bump the ebuild, get the SVN revision of the release # you want from the release announcement: # ESVN_REPO_URI="svn://servers.simutrans.org/simutrans/trunk@11671" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+midi fontconfig upnp zstd doc tools" DEPEND=" app-arch/bzip2 media-libs/freetype media-libs/libpng:0= media-libs/libsdl2[sound,video] sys-libs/zlib midi? ( media-sound/fluidsynth:=[sdl] ) fontconfig? ( media-libs/fontconfig ) upnp? ( net-libs/miniupnpc:= ) zstd? ( app-arch/zstd ) " RDEPEND=" ${DEPEND} midi? ( media-sound/fluid-soundfont ) !