games/d1x-rebirth: Switch to i586 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Alan Ianson 2017-07-22 23:52:58 +01:00 committed by David Spencer
parent 9f9b7c61fd
commit a16c6201cd
3 changed files with 11 additions and 10 deletions

View File

@ -1,10 +1,10 @@
d1x-rebirth is a source port of the Descent 1 Engine for Windows,
Mac OS and Linux offering OpenGL graphics and effects, advanced
Mac OS and Linux offering OpenGL graphics and effects, advanced
Multiplayer gaming, many improvements and new features.
You will need the game data files to actually use d1x-rebirth,
place these in /usr/share/games/d1x-rebirth or ~/.d1x-rebirth.
Details of how to extract the correct game files are found in
You will need the game data files to actually use d1x-rebirth,
place these in /usr/share/games/d1x-rebirth or ~/.d1x-rebirth.
Details of how to extract the correct game files are found in
the file INSTALL.txt. For enhanced gameplay I would suggest that
you consider downloading both the Highres 'AddOn pack' and improved
you consider downloading both the Highres 'AddOn pack' and improved
soundtrack 'AddOn pack' from the dxx-rebirth site.

View File

@ -3,6 +3,7 @@
# Slackware build script for d1x-rebirth
# Copyright 2012-2015 Andrew Strong, Blue Mountains Australia.
# Copyright 2017 Alan Ianson, Penticton, BC Canada.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -6,5 +6,5 @@ MD5SUM="8f43e66191fdedd0c7ff9278719accf1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="physfs"
MAINTAINER="Andrew Strong"
EMAIL="andrew.david.strong@gmail.com"
MAINTAINER="Alan Ianson"
EMAIL="agianson@gmail.com"