pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/quakespasm



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan  8 13:10:50 UTC 2020

Modified Files:
        pkgsrc/games/quakespasm: Makefile distinfo

Log Message:
quakespasm: Update to 0.93.2

Changes in 0.93.2:

  o Lightmaps are now dynamically allocated (from QSS), and
    BLOCK_WIDTH/HEIGHT raised from 128 to 256.

  o Fixed several uncheked limits that would crash the Slayer's
    Testaments mod (sf.net bug #33).

  o Raised MAXALIASTRIS from 2048 to 4096, so that the Slayer's
    Testaments mod works.

  o Fixed 'pants' and 'shirt' types so that those textures load
    correctly on platforms where char is unsigned by default
    (sf.net bug #28).

  o Windows audio: WASAPI-enabled SDL2 dlls function properly now.

  o Update the third-party libraries. Other fixes/cleanups.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/quakespasm/Makefile \
    pkgsrc/games/quakespasm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/quakespasm/Makefile
diff -u pkgsrc/games/quakespasm/Makefile:1.6 pkgsrc/games/quakespasm/Makefile:1.7
--- pkgsrc/games/quakespasm/Makefile:1.6        Wed Jul  3 19:14:49 2019
+++ pkgsrc/games/quakespasm/Makefile    Wed Jan  8 13:10:49 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2019/07/03 19:14:49 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/08 13:10:49 nia Exp $
 
-DISTNAME=      quakespasm-0.93.1
-CATEGORIES=    games x11
+DISTNAME=      quakespasm-0.93.2
+CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=quakespasm/}
 EXTRACT_SUFX=  .tgz
 
Index: pkgsrc/games/quakespasm/distinfo
diff -u pkgsrc/games/quakespasm/distinfo:1.6 pkgsrc/games/quakespasm/distinfo:1.7
--- pkgsrc/games/quakespasm/distinfo:1.6        Wed Jul  3 19:14:49 2019
+++ pkgsrc/games/quakespasm/distinfo    Wed Jan  8 13:10:49 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/07/03 19:14:49 nia Exp $
+$NetBSD: distinfo,v 1.7 2020/01/08 13:10:49 nia Exp $
 
-SHA1 (quakespasm-0.93.1.tgz) = aca08d7bea6085bc7b755fad1e83ef976b542c1e
-RMD160 (quakespasm-0.93.1.tgz) = d03071c17698310cc8c160213bc4dd795d27e7a4
-SHA512 (quakespasm-0.93.1.tgz) = 3443d1b6ea75d7b6762a3b26d58d871fcdd4a79f776c0e881b8e0ebca822a3c2b500081cfde26d56f1db019df99439c4a93140139d2b627857fd09381d564751
-Size (quakespasm-0.93.1.tgz) = 8270996 bytes
+SHA1 (quakespasm-0.93.2.tgz) = 5f23fa15799dfadb25b28b3329b2cbb9693738c8
+RMD160 (quakespasm-0.93.2.tgz) = 64719d57c6969d70642f7dab2a588fc95070c50a
+SHA512 (quakespasm-0.93.2.tgz) = 30e8515aa9c6a64ef76f2440e878493e98e85e8c19356738e35b5bbd6e5f49ed42b4d73dc716cce0e687b4e7e27a65fa97541e89ae7857fb165a63e09385743f
+Size (quakespasm-0.93.2.tgz) = 8527223 bytes
 SHA1 (patch-aa) = 3c46fbc72ffa736be66aa4b96e683406a6b05832



Home | Main Index | Thread Index | Old Index