# 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 DESCRIPTION="A free Transport Tycoon clone" HOMEPAGE="https://www.simutrans.com/" MY_PV=${PV//./-} # If you want to version bump the ebuild, get the SVN revision of the release # you want from the release announcement: # ESVN_WC_REVISION="11993" SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${MY_PV}/${PN}-src-${MY_PV}.zip" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+midi fontconfig upnp zstd tools" DEPEND=" app-arch/bzip2 media-libs/freetype media-libs/libpng:0= media-libs/libsdl2[sound,video] virtual/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 ) !