diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-09 22:52:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:27 +0700 |
commit | 0cf43f37de777f2f4987a2613af49780cfb62e3f (patch) | |
tree | 21832b469b0e0ae1d64fd8a921a4a19e447249d2 | |
parent | 48763337051c92180d2c3d1a5b884fba15e9e11e (diff) |
games/gzdoom: Updated for version 4.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/gzdoom/README | 9 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 6 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games/gzdoom/README b/games/gzdoom/README index 5678f4977b2c..c9017e9818fa 100644 --- a/games/gzdoom/README +++ b/games/gzdoom/README @@ -3,10 +3,11 @@ gzdoom (OpenGL port of DOOM) Enhanced OpenGL port of the official DOOM source code that also supports Heretic, Hexen, and Strife. -This is the latest version of gzdoom, which may not run well on -older/slower systems. If gzdoom does't run smoothly on your system, -try installing gzdoom-legacy instead. Note that gzdoom and gzdoom-legacy -conflict: only install one or the other. +This is the latest version of gzdoom, which may not run well +on older/slower systems. If you have problems, try running with +"-glversion 3.3". If it still won't start, or doesn't run smoothly on +your system, try installing gzdoom-legacy instead. Note that gzdoom +and gzdoom-legacy conflict: only install one or the other. See README_SBo.txt for optional runtime dependencies. diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index 3f82194a8f99..15179ffb82f5 100644 --- a/games/gzdoom/gzdoom.SlackBuild +++ b/games/gzdoom/gzdoom.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230109 bkw: Updated for 4.10.0. Many thanks to fourtysixandtwo for +# testing this on more capable hardware than I have, and for finding +# the "-glversion 3.3" argument. + # 20201115 bkw: Add missing fix_zipdir.diff. Dammit. # 20201107 bkw: Updated for 4.5.0. # 20201027 bkw: @@ -36,7 +40,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gzdoom -VERSION=${VERSION:-4.7.0} +VERSION=${VERSION:-4.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index 2c2a1936d55f..96cbbf7bc527 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="4.7.0" +VERSION="4.10.0" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g4.7.0/gzdoom-g4.7.0.tar.gz" -MD5SUM="1b858a2ef68f04c2c9f0ba7592cb73bd" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g4.10.0/gzdoom-g4.10.0.tar.gz" +MD5SUM="54d8348650b8693fb545b20538e019ad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zmusic" |