summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-14 03:02:46 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:22:08 +0700
commit31291ea7b17659273b569d33005a6371ecd53a9f (patch)
treeade2d4caf946db7136f278e9bccd0163f5f7b75e
parent673689df5fc41423953e1c3fab1018583de3d924 (diff)
downloadslackbuilds-31291ea7b17659273b569d33005a6371ecd53a9f.tar.gz
slackbuilds-31291ea7b17659273b569d33005a6371ecd53a9f.tar.xz
games/doomretro: Updated for version 4.7.2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/doomretro/README24
-rw-r--r--games/doomretro/doomretro.SlackBuild3
-rw-r--r--games/doomretro/doomretro.desktop2
-rw-r--r--games/doomretro/doomretro.info6
4 files changed, 18 insertions, 17 deletions
diff --git a/games/doomretro/README b/games/doomretro/README
index 35a68083b6..9b45b722a0 100644
--- a/games/doomretro/README
+++ b/games/doomretro/README
@@ -1,25 +1,25 @@
+doomretro (Doom source port)
+
DOOM Retro is the classic, refined DOOM source port. It represents
what DOOM should be today, in all its dark, gritty, unapologetically
-pixellated glory. DOOM Retro's source code is forked from Chocolate
+pixellated glory. DOOM Retro's source code is forked from Chocolate
DOOM, with enhancements from other DOOM source ports, as well as many
orignal ideas. DOOM Retro is deliberately minimalist by design, and
does a few things differently when compared with other source ports.
The game looks in /usr/share/games/doom (and a few other places) for
-game date. To play Shareware Doom, install doom_shareware_data. To
+game data. To play Shareware Doom, install doom_shareware_data. To
play Doom 2 or the full version of Doom, copy doom2.wad or doom.wad
from the game CD or install directory to /usr/share/games/doom.
-For MIDI playback, first build and install FluidSynth, then build
-and install SDL2_mixer (so that it has FluidSynth support), and then
-build and install DOOM Retro. Then, before starting DOOM Retro, set
-the SDL_SOUNDFONTS environment variable to the path to a soundfont in
-sf2 format:
-
-i.e.
-
- export SDL_SOUNDFONTS=/path/to/soundfonts.sf2
-
Settings are stored in $HOME/.config/doomretro. After starting Doom
Retro for the first time, you will find an editable doomretro.cfg
there.
+
+NOTE: In Slackware 15.0, MIDI music playback in doomretro is broken.
+The game will segfault the first time the music changes (when starting
+a game, or when completing a level if -warp is used). To avoid this,
+you must run "doomretro -nomusic" if starting from the command
+line. If you're using a desktop launcher, the .desktop file already
+includes the -nomusic argument. The issue is with Slackware's SDL2 and
+fluidsynth packages, which can't be fixed by this SlackBuild. Sorry.
diff --git a/games/doomretro/doomretro.SlackBuild b/games/doomretro/doomretro.SlackBuild
index f1fef4f963..361c0a9399 100644
--- a/games/doomretro/doomretro.SlackBuild
+++ b/games/doomretro/doomretro.SlackBuild
@@ -23,6 +23,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20230114 bkw: update for v4.7.2, add note about music to README.
# 20220611 bkw: update for v4.5.1, fix 16x16 icon path.
# 20211006 bkw:
# - update for v4.2.3.
@@ -39,7 +40,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=doomretro
-VERSION=${VERSION:-4.5.1}
+VERSION=${VERSION:-4.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/games/doomretro/doomretro.desktop b/games/doomretro/doomretro.desktop
index fcb98398f7..bd34b7fff7 100644
--- a/games/doomretro/doomretro.desktop
+++ b/games/doomretro/doomretro.desktop
@@ -3,6 +3,6 @@ Type=Application
Name=Doom Retro
GenericName=Classic refined DOOM source port
Icon=doomretro
-Exec=/usr/games/doomretro %F
+Exec=/usr/games/doomretro -nomusic %F
Terminal=false
Categories=Game;ActionGame;
diff --git a/games/doomretro/doomretro.info b/games/doomretro/doomretro.info
index 126b3e198e..52ec2d561b 100644
--- a/games/doomretro/doomretro.info
+++ b/games/doomretro/doomretro.info
@@ -1,8 +1,8 @@
PRGNAM="doomretro"
-VERSION="4.5.1"
+VERSION="4.7.2"
HOMEPAGE="https://www.doomretro.com"
-DOWNLOAD="https://github.com/bradharding/doomretro/archive/v4.5.1/doomretro-4.5.1.tar.gz"
-MD5SUM="41e98264f262834838f3da9d78b70947"
+DOWNLOAD="https://github.com/bradharding/doomretro/archive/v4.7.2/doomretro-4.7.2.tar.gz"
+MD5SUM="f141193b6b5b17e5482c6fcad4332402"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""