games/gzdoom: Updated for version 2.4.0.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9960da8169
commit
30b8bc43c5
|
@ -4,9 +4,9 @@ of gzdoom. Supported versions:
|
|||
|
||||
1.8.09 - last version to use SDL1 (good for older/slower systems).
|
||||
1.9.1 - last version to not require OpenGL 3.0 (good for nouveau).
|
||||
2.3.2 - latest version of gzdoom (best choice for fast modern systems).
|
||||
2.4.0 - latest version of gzdoom (best choice for fast modern systems).
|
||||
|
||||
By default, 2.3.2 is built (as per the .info file). If you'd like to
|
||||
By default, 2.4.0 is built (as per the .info file). If you'd like to
|
||||
try one of the others, download the source, save it in the SlackBuild
|
||||
directory, and run gzdoom.SlackBuild with VERSION=1.8.09 or VERSION=1.9.1
|
||||
set in the environment. If you use sbopkg, you can create a custom .info
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170324 bkw:
|
||||
# - Updated for 2.4.0.
|
||||
|
||||
# 20170207 bkw:
|
||||
# - BUILD=2
|
||||
# - Get rid of private fmodapi, now that the SBo fmodapi has been updated
|
||||
|
@ -49,8 +52,8 @@
|
|||
# - Add WTFPL
|
||||
|
||||
PRGNAM=gzdoom
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gzdoom"
|
||||
VERSION="2.3.2"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://gzdoom.drdteam.org/"
|
||||
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g2.3.2/gzdoom-g2.3.2.tar.gz"
|
||||
MD5SUM="5e270c82c4e3f7b1620199aee41f7b56"
|
||||
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g2.4.0/gzdoom-g2.4.0.tar.gz"
|
||||
MD5SUM="2337388b44cd206ddbb3a2c44c78d3cc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 fmodapi"
|
||||
|
|
Loading…
Reference in New Issue