From b7b52eeaf1c6c9b47bc62351e97a73e2bc9f56bf Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Fri, 3 Jan 2020 16:46:49 -0500 Subject: Add games-fps/doom64ex. --- games-fps/doom64ex/doom64ex-9999.ebuild | 36 +++++++++++++++++++++++++++++++++ games-fps/doom64ex/metadata.xml | 7 +++++++ 2 files changed, 43 insertions(+) create mode 100644 games-fps/doom64ex/doom64ex-9999.ebuild create mode 100644 games-fps/doom64ex/metadata.xml (limited to 'games-fps/doom64ex') diff --git a/games-fps/doom64ex/doom64ex-9999.ebuild b/games-fps/doom64ex/doom64ex-9999.ebuild new file mode 100644 index 0000000..a15ff0a --- /dev/null +++ b/games-fps/doom64ex/doom64ex-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils git-r3 + +DESCRIPTION="Recreation of Doom64 with additional modding features" +HOMEPAGE="http://doom64ex.wordpress.com/" +EGIT_REPO_URI="https://github.com/svkaiser/Doom64EX.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="system-fluidsynth" + +RDEPEND=" + media-libs/libsdl2 + media-libs/sdl2-net + media-libs/libpng + sys-libs/zlib + system-fluidsynth? ( media-sound/fluidsynth )" +DEPEND="${RDEPEND}" + +# S="${WORKDIR}/MilkyTracker-${PV}" + +src_configure() { + local mycmakeargs=( + "-DENABLE_SYSTEM_FLUIDSYNTH=$(usex system-fluidsynth)" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install +} diff --git a/games-fps/doom64ex/metadata.xml b/games-fps/doom64ex/metadata.xml new file mode 100644 index 0000000..e9a8f50 --- /dev/null +++ b/games-fps/doom64ex/metadata.xml @@ -0,0 +1,7 @@ + + + + + If disabled, use the fluidsynth-lite fork for audio. + + -- cgit v1.3