From 50c6838e0dd54d4114bc413b955203a79b24ac47 Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 31 Oct 2022 12:15:45 +0000 Subject: 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. --- games/woof/Makefile | 6 ++---- games/woof/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'games') diff --git a/games/woof/Makefile b/games/woof/Makefile index fdeb3fd9f97..7c9e35fdffc 100644 --- a/games/woof/Makefile +++ b/games/woof/Makefile @@ -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" diff --git a/games/woof/distinfo b/games/woof/distinfo index dde95d1c8d0..1300202134f 100644 --- a/games/woof/distinfo +++ b/games/woof/distinfo @@ -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 -- cgit v1.2.3