diff options
author | nia <nia@pkgsrc.org> | 2020-03-22 09:08:51 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-22 09:08:51 +0000 |
commit | 919f1919c86c9665f4e87ad8c0ce1b0156ebac18 (patch) | |
tree | a2ed6354c4407ea3ce4ee77b4546a3019251160f /games/yquake2 | |
parent | 4955bf4debe5aa5a04ed49717a2619342eb48c6a (diff) | |
download | pkgsrc-919f1919c86c9665f4e87ad8c0ce1b0156ebac18.tar.gz |
yquake2: Update to 7.43
Quake II 7.42 to 7.43:
- Recover from a lost sound device, do not crash of no sound device is
available. This fixes several problem with DisplayPort and HDMI audio,
especially with the Intel Windows GPU drivers.
- Several small game logic fixes. This includes a fix for a potential
progress blocker in 'The Torture Chambers' introduced in the last
release. (by BjossiAlfreds)
- Add the 'gl1_particle_square' cvar, it forces square particles in
the GL1 renderer. (by Mason UnixBeard)
- The software renderer is no longer experimental.
- Add an option to configure the gun Z offset in the software renderer.
Diffstat (limited to 'games/yquake2')
-rw-r--r-- | games/yquake2/Makefile | 5 | ||||
-rw-r--r-- | games/yquake2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games/yquake2/Makefile b/games/yquake2/Makefile index e36ba69512b..8c4b480b7e2 100644 --- a/games/yquake2/Makefile +++ b/games/yquake2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/03/08 16:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/22 09:08:51 nia Exp $ -DISTNAME= quake2-7.42 +DISTNAME= quake2-7.43 PKGNAME= y${DISTNAME} -PKGREVISION= 3 CATEGORIES= games MASTER_SITES= https://deponie.yamagi.org/quake2/ EXTRACT_SUFX= .tar.xz diff --git a/games/yquake2/distinfo b/games/yquake2/distinfo index 3c634c88acd..a976591e68d 100644 --- a/games/yquake2/distinfo +++ b/games/yquake2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2019/12/14 17:18:28 nia Exp $ +$NetBSD: distinfo,v 1.3 2020/03/22 09:08:51 nia Exp $ -SHA1 (quake2-7.42.tar.xz) = 0de1f703e5a91f9c3a1566cef99b44627648c28d -RMD160 (quake2-7.42.tar.xz) = 6c77bb9aab22070cb1834ba24fab6877ae2f4f68 -SHA512 (quake2-7.42.tar.xz) = 0f51204fcf14ecb3f1f654e6ee19207836cf4642022569ef202bc12f312f76dbd43695aa4d9f9fb70c8b023f42d1a8fcec25f472a32175ebb0a308211fa40cc0 -Size (quake2-7.42.tar.xz) = 1987332 bytes +SHA1 (quake2-7.43.tar.xz) = 7336f1e9958bee28a6d3a9e26337a68de28a955f +RMD160 (quake2-7.43.tar.xz) = 1e9d48416c757e2b27da125a83ace0ea450637b5 +SHA512 (quake2-7.43.tar.xz) = c728609e277330b39fc423d66bbd098e360e7fc8c54500fa5accbc4aaeb9145a00c8ff8be67ce8f36047dbe6d98480bdbe1f330da5b0037517607ada8a63e4b8 +Size (quake2-7.43.tar.xz) = 1989812 bytes SHA1 (patch-CMakeLists.txt) = 9abf8f2345ed90379146a637bf79f4021777a67b |