games-engines/exult - 1.12.0 (gentoo)

Search

Package Information

Description:
Ultima 7 game engine that runs on modern operating systems
Homepage:
https://exult.sourceforge.io
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.12.0 8 ~amd64 ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# 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
	virtual/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."
}

USE Flags

Dependencies

DEPEND

	
	games-misc/exult-sound
	media-libs/libpng:=
	media-libs/libsdl2[X,joystick,sound,video]
	media-libs/libvorbis
	virtual/zlib:=
	alsa? ( media-libs/alsa-lib )
	fluidsynth? ( media-sound/fluidsynth:= )
	timidity? ( media-sound/timidity++ )
	x11-base/xorg-proto

RDEPEND

	games-misc/exult-sound
	media-libs/libpng:=
	media-libs/libsdl2[X,joystick,sound,video]
	media-libs/libvorbis
	virtual/zlib:=
	alsa? ( media-libs/alsa-lib )
	fluidsynth? ( media-sound/fluidsynth:= )
	timidity? ( media-sound/timidity++ )

Manifest for 1.12.0

Type File Size Source URLs
DIST exult-1.12.0.tar.gz 18707764 bytes https://downloads.sourceforge.net/exult/exult-1.12.0.tar.gz