summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Wong <wongandj@icloud.com>2025-06-07 17:56:30 -0400
committer宋文武 <iyzsong@member.fsf.org>2025-06-08 09:09:14 +0800
commitb8f4b68c7b109003e56bd53dda9737888532e1ef (patch)
tree44c2b438447b5f5ee8b935108e06aa30b32a2864
parentfba552164a4928bfefa3f673be1185b330a08d76 (diff)
gnu: dsda-doom: Update to 0.29.0.
* gnu/packages/games.scm (dsda-doom): Update to 0.29.0. [description]: Revise. Closes: #469 Change-Id: I17f196b5862ce53987137076ec77e49e31b46419 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r--gnu/packages/games.scm21
1 files changed, 7 insertions, 14 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 892283bf943..9381ea85883 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2760,7 +2760,7 @@ Every puzzle has a complete solution, although there may be more than one.")
2760(define-public dsda-doom 2760(define-public dsda-doom
2761 (package 2761 (package
2762 (name "dsda-doom") 2762 (name "dsda-doom")
2763 (version "0.28.2") 2763 (version "0.29.0")
2764 (source 2764 (source
2765 (origin 2765 (origin
2766 (method git-fetch) 2766 (method git-fetch)
@@ -2769,7 +2769,7 @@ Every puzzle has a complete solution, although there may be more than one.")
2769 (commit (string-append "v" version)))) 2769 (commit (string-append "v" version))))
2770 (file-name (git-file-name name version)) 2770 (file-name (git-file-name name version))
2771 (sha256 2771 (sha256
2772 (base32 "1qvxx4r3ahiy8w9x0559g581971ycmbqm1kszzc65w1aa85f5q2f")))) 2772 (base32 "1aki559nz1czlvzah1rdmpdcad4mswpp5gszfwxhil9x0hc3gj4r"))))
2773 (build-system cmake-build-system) 2773 (build-system cmake-build-system)
2774 (arguments 2774 (arguments
2775 (list 2775 (list
@@ -2791,18 +2791,11 @@ Every puzzle has a complete solution, although there may be more than one.")
2791 (home-page "https://github.com/kraflab/dsda-doom") 2791 (home-page "https://github.com/kraflab/dsda-doom")
2792 (synopsis "Doom source port, successor of PrBoom+") 2792 (synopsis "Doom source port, successor of PrBoom+")
2793 (description 2793 (description
2794 "This is a successor of PrBoom+ with new features, including: 2794 "DSDA-Doom is a Doom source port and successor of PrBoom+, with extra
2795@enumerate 2795features for demo recording/playback and quality of life. In particular, its
2796@item Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support 2796features include support for the Heretic, Hexen, MBF21, Doom-in-Hexen and UDMF
2797@item In-game console and scripting 2797map formats, MAPINFO support, full controller support, debug and scripting
2798@item Full controller support 2798features, rewinding, and a strict mode for speedrunning.")
2799@item Palette-based opengl renderer
2800@item Debugging features for testing
2801@item Strict mode for speedrunning
2802@item Various quality of life improvements
2803@item Advanced tools for TASing
2804@item Rewind
2805@end enumerate")
2806 (license license:gpl2+))) 2799 (license license:gpl2+)))
2807 2800
2808(define-public prboom-plus 2801(define-public prboom-plus