games-action/d1x-rebirth: Remove in favour of dxx-rebirth

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2020-07-03 21:02:25 +01:00
parent ab70b9af7d
commit dc8eb9addc
4 changed files with 0 additions and 147 deletions

View File

@@ -1,7 +0,0 @@
DIST d1datapt.zip 439942 BLAKE2B dbe0c0fc4aeb25d7ea01296e78680a5388aed622452ee7d7ce163eb1e60741216e998730a30da0404963561a78ffb28e12d154efa3654c40cfca49d2a3451b5d SHA512 41b7777ef679ed0904a5e64534ef0b145e9c49546c9449a569cf0ac75ada3d6095a603136211f939daaf97aa7f09511db85416fefea7ce1447cfe8df7a16b555
DIST d1x-rebirth_v0.58.1-src.tar.gz 1247599 BLAKE2B 813b971e695a5376129991424ec349b448bf9fda21dfc04f2665a7aa344ecefbd48d7c44cd6e474d3ff8648e13aa9c09498034c19d447f526ac4cfbf8afecefb SHA512 d1bdaeee07c5ac34b2e6839fea1449344d206f76f1eb2ba3fd4fa7cbe6acd82c2e8d7140b2d6297add3d5e8fb7fe4ca2b1c22c900def94603c218f6660644c80
DIST d1xr-briefings-ger.zip 16798 BLAKE2B f5e1f4f91cb3464b3d356fab1e3993700cc19f3f2db8682f5194e59aa5d2623efa427db4135c3595534e5dac0f2589b53aac7df3610501b759407e1ead342458 SHA512 956a3ef1fe7379b71d5f651fdcb1f26b786883a35193a0a22009204e885a12fceb3a69c6accbeb2bd20be65afe087d23532d7ef3439edd97cc8904968bf519e3
DIST d1xr-opl3-music.zip 81503503 BLAKE2B b560597e0f08139109a6dc4ee7996c05010561686029d1fd754375278b8a11e6df0f6106c797d524e92d4998683d6e1e07b6cfc982ea3ff167a0b9ca92ba0dc2 SHA512 4ac82c4bc2ddb02e2941746921443e38b698c6e54cfcab317fc9108f84ada7b868ec2ee3c70b28c1dfe9f41e2aadab4124c8daa65a409905cba5d674f0aab8a8
DIST d1xr-sc55-music.zip 72803408 BLAKE2B eb52491f5c43e9f04aea5715cffc0a47d029dda0b8e5ae1a79ec36122a17c01e3b2a731f369d72fe0e069e1188bdaf03f82d0845b574d76b6798be33481e3b84 SHA512 3cdce5b6535e28397b3216cc9ca05cccf7194349c62d64c54300f02f39248b98598d170599e5c61b6900d780e4917f905c3c31eb814fbb8429221c804cbd8bf9
DIST d1xrdata.zip 1364601 BLAKE2B b17f76cf9a0f967d4462275d48113ca0161df09053c98eb6031766ce424632b5fb190386f852887242d1e709fc18ec5fad93490a610b754f047b9482c2e9de95 SHA512 9ca4ac459367476250bef6eb7f3fccdb4070f4ed5c00dad318c1d63e7bcb2c61ef8cb8233f3f2156f46ed4ba57232033f2b456078f883a96ab7ebd5b5df84c59
DIST dxx-rebirth_icons.zip 137392 BLAKE2B 34b975cd0b1ada2d7ba6f8b39bf2e4b753462b5876be18dbc2fb6e19767814b61af850533f575bb12446e4f6b42d1bd1960f19cc1af26e0d96a18cb7f0571a99 SHA512 d13edc1897cf047a1fa0bf23c2b64334f095d9a28255fb500f7f0ffb6122559eb10fea372b02c52c71ac467d8276ece4c7dff4069585ab74dfa9ebb8bda2deb2

View File

@@ -1,108 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CDROM_OPTIONAL="yes"
inherit eutils cdrom scons-utils games
DV=1
MY_P=${PN}_v${PV}-src
DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine"
HOMEPAGE="https://www.dxx-rebirth.com/"
SRC_URI="https://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz
https://www.dxx-rebirth.com/download/dxx/res/d1xrdata.zip
https://www.dxx-rebirth.com/download/dxx/res/dxx-rebirth_icons.zip
opl3-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip )
sc55-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip )
cdinstall? ( https://www.dxx-rebirth.com/download/dxx/res/d1datapt.zip )
l10n_de? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )"
LICENSE="D1X GPL-2 public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cdinstall debug demo ipv6 l10n_de +music opengl opl3-musicpack sc55-musicpack"
REQUIRED_USE="?? ( cdinstall demo )
?? ( opl3-musicpack sc55-musicpack )
opl3-musicpack? ( music )
sc55-musicpack? ( music )"
RDEPEND="dev-games/physfs[hog,zip]
media-libs/libsdl[X,sound,joystick,opengl?,video]
cdinstall? ( !games-action/descent1-demodata )
music? (
media-libs/sdl-mixer[timidity]
)
opengl? (
virtual/opengl
virtual/glu
)"
DEPEND="${RDEPEND}
app-arch/unzip"
PDEPEND="demo? ( games-action/descent1-demodata )"
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${MY_P}.tar.gz dxx-rebirth_icons.zip
if use cdinstall ; then
unpack d1datapt.zip
cdrom_get_cds descent/descent.hog
mkdir "${S}"/Data
cp \
${CDROM_ROOT}/descent/descent.{hog,pig} \
${CDROM_ROOT}/descent/chaos.{hog,msn} \
"${S}"/Data || die
fi
}
src_prepare() {
if use cdinstall ; then
cd Data
patch -p0 < "${WORKDIR}"/d1datapt/descent.hog.diff descent.hog
patch -p0 < "${WORKDIR}"/d1datapt/descent.pig.diff descent.pig
fi
epatch "${FILESDIR}"/${P}-flags.patch
}
src_compile() {
escons \
verbosebuild=1 \
sharepath="${GAMES_DATADIR}/d${DV}x" \
$(use_scons ipv6) \
$(use_scons music sdlmixer) \
$(use_scons debug) \
$(use_scons opengl) || die
}
src_install() {
dodoc {CHANGELOG,INSTALL,README,RELEASE-NOTES}.txt
insinto "${GAMES_DATADIR}/d${DV}x"
doins "${DISTDIR}"/d1xrdata.zip
# None of the following zip files need to be extracted.
use l10n_de && doins "${DISTDIR}"/d${DV}xr-briefings-ger.zip
use opl3-musicpack && doins "${DISTDIR}"/d${DV}xr-opl3-music.zip
use sc55-musicpack && doins "${DISTDIR}"/d${DV}xr-sc55-music.zip
if use cdinstall ; then
doins Data/descent.{hog,pig}
insinto "${GAMES_DATADIR}"/d${DV}x/missions
doins Data/chaos.{hog,msn}
fi
doicon "${WORKDIR}/${PN}.xpm"
dogamesbin d${DV}x-rebirth
make_desktop_entry d${DV}x-rebirth "Descent ${DV} Rebirth"
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
if ! use cdinstall ; then
echo
elog "To play the full game enable USE=\"cdinstall\" or manually "
elog "copy the files to ${GAMES_DATADIR}/d${DV}x."
elog "See /usr/share/doc/${PF}/INSTALL.txt for details."
echo
fi
}

View File

@@ -1,11 +0,0 @@
diff -ru d1x-rebirth_v0.58.1-src.orig/SConstruct d1x-rebirth_v0.58.1-src/SConstruct
--- d1x-rebirth_v0.58.1-src.orig/SConstruct 2013-08-03 08:13:39.000000000 -0400
+++ d1x-rebirth_v0.58.1-src/SConstruct 2015-01-27 02:38:03.847800615 -0500
@@ -218,7 +218,6 @@
env.Append(CPPFLAGS = ['-g'])
else:
env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
- env.Append(CPPFLAGS = ['-O2'])
# profiler?
if (self.user_settings.profiler == 1):

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<longdescription>
Descent 1 is a classic first-person shooter released in 1995 by Interplay
and Parallax. It was one of the first games with true 3-dimensional
graphics, movement, and light sourcing. D1X-Rebirth is a modification of the
Descent 1 source that was released by Parallax and is based on the D1X source.
</longdescription>
<use>
<flag name="demo">Use the demo data instead of the full game</flag>
<flag name="music">Support for ingame music</flag>
<flag name="l10n_de">Provides German translations for the game's briefings, robot descriptions, and outro of the original campaign</flag>
<flag name="opl3-musicpack">Include alternate version of the game's music, recorded with the Yamaha YMF262 OPL3 soundchip</flag>
<flag name="sc55-musicpack">Include alternate version of the game's music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
</use>
</pkgmetadata>