pkgsrc-WIP-changes archive

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

woof: Update to 1.2.0



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Apr 20 11:35:36 2020 +0200
Changeset:	41ed362f43235d4b01d82dfe2b894e41d7a0b410

Modified Files:
	woof/Makefile
	woof/distinfo
Added Files:
	woof/TODO

Log Message:
woof: Update to 1.2.0

Changes for 1.2.0:
*  Precaching of all sound effects (with normal pitch) has been added, optional but enabled by default.
*  A -nooptions parameter has been added to avoid the loading of OPTIONS lumps embedded into WAD files.
*  Blockmaps are now always rebuilt if their lumps are found too short.
*  Missing rotations for a sprite frame are now non-fatal.
*  Additional states, sprites and mobjtypes have been added for use in Dehacked patches.
*  Demo compatibility with Boom 2.02 has been further improved.
*  The automap now updates during playing.
*  A "demowarp" feature has been added to fast-forward to a desired map in a demo, e.g. -playdemo 30uv666.lmp -warp MAP10.
*  Compatibility with the Doom v1.2 IWAD has been further improved.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=41ed362f43235d4b01d82dfe2b894e41d7a0b410

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

diffstat:
 woof/Makefile | 2 +-
 woof/TODO     | 1 +
 woof/distinfo | 8 ++++----
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/woof/Makefile b/woof/Makefile
index 82e657876b..9c0535e244 100644
--- a/woof/Makefile
+++ b/woof/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	woof_1.1.0
+DISTNAME=	woof_1.2.0
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fabiangreffrath/}
diff --git a/woof/TODO b/woof/TODO
new file mode 100644
index 0000000000..47d37020f3
--- /dev/null
+++ b/woof/TODO
@@ -0,0 +1 @@
+[ ] Add ${PREFIX}/share/doom directory to search list
diff --git a/woof/distinfo b/woof/distinfo
index 0556598513..7a6e4b875d 100644
--- a/woof/distinfo
+++ b/woof/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (woof_1.1.0.tar.gz) = 6be913956310c0b6082f449093819fe0955e7fde
-RMD160 (woof_1.1.0.tar.gz) = bdc25b1832ad69f58abf16a934d19f75e4f2aa30
-SHA512 (woof_1.1.0.tar.gz) = fcc55c8aa6fbe91b93e085fb98a58caf0b8aa1be9a089d1dae06bce8414b21e100e0eb1e8da827d3d08612bdf18fc1df6503b2672af1c8c97a8ee9b5f4a9377d
-Size (woof_1.1.0.tar.gz) = 1872379 bytes
+SHA1 (woof_1.2.0.tar.gz) = 3680a312ed80f2229d59e94a49b7b13cd72aaaea
+RMD160 (woof_1.2.0.tar.gz) = 92a74545a0e5e7c5272783450a678e347a20305c
+SHA512 (woof_1.2.0.tar.gz) = 9672f6d2326eea8cc0027583489ad4cb817105e8a6a567e51ef49b777ca900099fb0f20357e86613532c6dd85dda81c138a421f47ac3a8442658f9642e1f66ff
+Size (woof_1.2.0.tar.gz) = 1875308 bytes


Home | Main Index | Thread Index | Old Index