commit:     9f6a4215d6536eaa03b131309293d5685e3a65ca
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Jun  7 12:04:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 23:17:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6a4215

games-engines/exult: add 1.12.0

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42485
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-engines/exult/Manifest            |  1 +
 games-engines/exult/exult-1.12.0.ebuild | 57 +++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/games-engines/exult/Manifest b/games-engines/exult/Manifest
index 264976543329..c1a57a66024d 100644
--- a/games-engines/exult/Manifest
+++ b/games-engines/exult/Manifest
@@ -1 +1,2 @@
 DIST exult-1.10.1.tar.gz 19688644 BLAKE2B 
82f8f9c590d29844cb12cf56939d6aaea65cb42a3b0e507d4e5727febbd3e5037c81064528a4cddb8e064ca4a47622c1be64c66e7bed8afe3de48d7d9a94beb9
 SHA512 
fc17e4d6f0fdc121f5a201508b20902d12858f227d14413b393ad8b9cfcc72a85c2cff35b502dc9e7525f7860bf663c6daca0f6680ab15e3a9f90d4db3a7ec2c
+DIST exult-1.12.0.tar.gz 18707764 BLAKE2B 
f99957d277dcd60269742b54527434437a5d7db40e71a522390eeb3907c51e0567750210c351cfe787f1fbdb3b6819d190636b9bc1260f8b959ce14291df34fc
 SHA512 
90af4e2b6fc3d68480c00fc1c7fc8fd83b6bc5171e3dc28b928de37b9a3e1ec4983ca99b076695785b5e87035b45540f4f3ac8b901ee2723fde52d075d37edaf

diff --git a/games-engines/exult/exult-1.12.0.ebuild 
b/games-engines/exult/exult-1.12.0.ebuild
new file mode 100644
index 000000000000..36a775def1e9
--- /dev/null
+++ b/games-engines/exult/exult-1.12.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Ultima 7 game engine that runs on modern operating systems"
+HOMEPAGE="https://exult.sourceforge.io";
+SRC_URI="https://downloads.sourceforge.net/exult/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="alsa fluidsynth timidity tools"
+
+RDEPEND="
+       games-misc/exult-sound
+       media-libs/libpng:=
+       media-libs/libsdl2[X,joystick,sound,video]
+       media-libs/libvorbis
+       sys-libs/zlib:=
+       alsa? ( media-libs/alsa-lib )
+       fluidsynth? ( media-sound/fluidsynth:= )
+       timidity? ( media-sound/timidity++ )"
+DEPEND="
+       ${RDEPEND}
+       x11-base/xorg-proto"
+
+src_prepare() {
+       default
+
+       eautoreconf
+}
+
+src_configure() {
+       local econfargs=(
+               --docdir="${EPREFIX}"/usr/share/${PF}/html
+               --with-desktopdir="${EPREFIX}"/usr/share/applications
+               --with-icondir="${EPREFIX}"/usr/share/pixmaps
+               $(use_enable alsa)
+               $(use_enable fluidsynth)
+               $(use_enable timidity timidity-midi)
+               $(use_enable tools)
+               $(use_enable tools compiler)
+               $(use_enable tools mods)
+               --enable-zip-support
+       )
+
+       econf "${econfargs[@]}"
+}
+
+pkg_postinst() {
+       elog "You *must* have the original Ultima7 The Black Gate and/or"
+       elog "The Serpent Isle installed."
+       elog "See documentation in ${EROOT}/usr/share/doc/${PF} for 
information."
+}

Reply via email to