pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Oct 31 12:15:45 UTC 2022

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
games/woof: Update to 10.4.0

Woof! 10.4.0
------------
New Features and Improvements
- Add snapshots to savegames.
- Separate mouse sensitivities for turn/strafe/move/look.
- Add mouse WheelLeft/WheelRight buttons (by @rrPKrr).
- Offer a choice of widescreen ratios (16:10, 16:9, 21:9) in the config
  file.
- Remove SPEED and TIME prefixes from the level time widget.
- Disable toggles and menu shortcuts when typing on chat.
- Add level brightness feature and ability to disable (or fade) menu
  background.

Bug Fixes
- Draw par times for IWAD maps and if set by DEH or UMAPINFO.
- UMAPINFO: Draw par times on intermission screen before endpic.
- Fix par time array overflow for Episode 4.
- Check demoplayback when calculating CRITICAL (by @rrPKrr).

Miscellaneous
- Convert main executable to .dll and add .exe and .com launchers.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/woof/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/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.42 pkgsrc/games/woof/Makefile:1.43
--- pkgsrc/games/woof/Makefile:1.42     Fri Sep 30 15:13:13 2022
+++ pkgsrc/games/woof/Makefile  Mon Oct 31 12:15:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2022/09/30 15:13:13 micha Exp $
+# $NetBSD: Makefile,v 1.43 2022/10/31 12:15:45 micha Exp $
 
-DISTNAME=      woof_10.3.0
+DISTNAME=      woof_10.4.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}
@@ -53,8 +53,6 @@ pre-configure:
 post-install:
        ${INSTALL_DATA} ${WRKDIR}/INSTALL.pkgsrc \
                ${DESTDIR}${PREFIX}/share/doc/woof/INSTALL.pkgsrc
-       ${MV} ${DESTDIR}${PREFIX}/share/doc/Woof/woof/CMDLINE.txt \
-               ${DESTDIR}${PREFIX}/share/doc/woof/CMDLINE.txt
 
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../audio/fluidsynth/buildlink3.mk"

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.35 pkgsrc/games/woof/distinfo:1.36
--- pkgsrc/games/woof/distinfo:1.35     Fri Sep 30 15:13:13 2022
+++ pkgsrc/games/woof/distinfo  Mon Oct 31 12:15:45 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2022/09/30 15:13:13 micha Exp $
+$NetBSD: distinfo,v 1.36 2022/10/31 12:15:45 micha Exp $
 
-BLAKE2s (woof_10.3.0.tar.gz) = 296e05b6e483f5cc0f39caa2991cd68913b30ed2cf97ada7058ccbc3870e9f49
-SHA512 (woof_10.3.0.tar.gz) = 61dbf151b70069155cd0eaae40e302a7878cf424e695ada098665439a755e4d3276ad2198cc19313d0cd62ae6d98124c630adbbf9e99b8537c4b479cae284fc4
-Size (woof_10.3.0.tar.gz) = 7266079 bytes
+BLAKE2s (woof_10.4.0.tar.gz) = e2f032e62237396b61b2eded4ad4ea533827f088db6da02a92589764630e6f7a
+SHA512 (woof_10.4.0.tar.gz) = c7a79a6dce8f67be77d62de07e7f7747eb85c43172d66773ddababdb0ab25bee54646557908d1a8bba8a7e430b392ef5a5a8cf42f7f185fed607b5e718d7ff10
+Size (woof_10.4.0.tar.gz) = 7266971 bytes
 SHA1 (patch-src_d__iwad.c) = e2e596d3f0eacfca8852afa329704c14dadf7889



Home | Main Index | Thread Index | Old Index