diff options
author | Dugan Chen <thedoogster@gmail.com> | 2016-01-12 19:47:08 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:58:11 -0600 |
commit | e2f7d6ee34406e8390b4020b82d35df2847aaa6d (patch) | |
tree | 46d15b5056b098ef51377bcd5749340ac93c7cd4 | |
parent | 1096419b09e510b9cce8a6363d385fdb73dcb96d (diff) | |
download | slackbuilds-e2f7d6ee34406e8390b4020b82d35df2847aaa6d.tar.gz |
games/prboom-plus: Updated for version 2.5.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/prboom-plus/README | 5 | ||||
-rw-r--r-- | games/prboom-plus/prboom-plus.SlackBuild | 2 | ||||
-rw-r--r-- | games/prboom-plus/prboom-plus.info | 6 |
3 files changed, 5 insertions, 8 deletions
diff --git a/games/prboom-plus/README b/games/prboom-plus/README index 61162ca9cd..43eafc4b0e 100644 --- a/games/prboom-plus/README +++ b/games/prboom-plus/README @@ -5,10 +5,7 @@ variable gamespeed, re-record, walkcam, chasecam, full full mouselook, fov and other features along with full compatibility with the original Doom/Doom2 engines. -FluidSynth, needed for soundfont support, is a recommended optional dependency. -To get soundfont support, edit ~/.prboom-plus/prboom-plus.cfg. Set -snd_midiplayer to "fluidsynth" and snd_soundfont to the path to the soundfont -(.sf2) file. +FluidSynth, needed for soundfont support, is an optional dependency. The documentation refers to a directory into which an IWAD file (doom.wad, doom2.wad, tnt.wad, plutonia.wad, or the shareware doom1.wad) may be placed. diff --git a/games/prboom-plus/prboom-plus.SlackBuild b/games/prboom-plus/prboom-plus.SlackBuild index c7a5bf4f48..2ac6a047c3 100644 --- a/games/prboom-plus/prboom-plus.SlackBuild +++ b/games/prboom-plus/prboom-plus.SlackBuild @@ -5,7 +5,7 @@ # Written by Dugan Chen (thedoogster@gmail.com) PRGNAM=prboom-plus -VERSION=${VERSION:-2.5.1.3} +VERSION=${VERSION:-2.5.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/prboom-plus/prboom-plus.info b/games/prboom-plus/prboom-plus.info index 872b684d5a..450e3d6e19 100644 --- a/games/prboom-plus/prboom-plus.info +++ b/games/prboom-plus/prboom-plus.info @@ -1,8 +1,8 @@ PRGNAM="prboom-plus" -VERSION="2.5.1.3" +VERSION="2.5.1.4" HOMEPAGE="http://prboom-plus.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/prboom-plus/prboom-plus/2.5.1.3/prboom-plus-2.5.1.3.tar.gz" -MD5SUM="9401c48fb0aa0a1d2d78ef0008a25993" +DOWNLOAD="http://downloads.sourceforge.net/project/prboom-plus/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4.tar.gz" +MD5SUM="eff7878d4542259a2bd6b2fef79962ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |