games/prboom-plus: Updated for version 2.5.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1096419b09
commit
e2f7d6ee34
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue