GNU bug report logs - #75502
[PATCH] gnu: Add dsda-doom.

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sat, 11 Jan 2025 20:28:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75502 in the body.
You can then email your comments to 75502 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#75502; Package guix-patches. (Sat, 11 Jan 2025 20:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Wong <wongandj <at> icloud.com>:
New bug report received and forwarded. Copy sent to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Sat, 11 Jan 2025 20:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrew Wong <wongandj <at> icloud.com>
To: guix-patches <at> gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH] gnu: Add dsda-doom.
Date: Sat, 11 Jan 2025 15:27:24 -0500
* gnu/packages/games.scm (dsda-doom): New variable.

Change-Id: I1a999b1b5bf06a7cbe38aa0d4d0ccbb28430b1cf
---
 gnu/packages/games.scm | 46 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fb8018e271..15aebe7fc7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2557,6 +2557,52 @@ (define-public pipewalker
 Every puzzle has a complete solution, although there may be more than one.")
     (license license:gpl3+)))
 
+(define-public dsda-doom
+  (package
+    (name "dsda-doom")
+    (version "0.28.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kraflab/dsda-doom")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1qvxx4r3ahiy8w9x0559g581971ycmbqm1kszzc65w1aa85f5q2f"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:tests? #f ;no tests
+       #:phases (modify-phases %standard-phases
+                  (add-after 'unpack 'chdir
+                    (lambda _
+                      (chdir "prboom2"))))))
+    (inputs (list sdl2
+                  sdl2-mixer
+                  fluidsynth
+                  portmidi
+                  libmad
+                  libzip
+                  glu
+                  dumb
+                  libvorbis))
+    (home-page "https://github.com/kraflab/dsda-doom")
+    (synopsis "Successor of PrBoom+ with many new features")
+    (description
+     "This is a successor of prboom+ with many new features, including:
+@enumerate
+@item Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support
+@item In-game console and scripting
+@item Full controller support
+@item Palette-based opengl renderer
+@item Debugging features for testing
+@item Strict mode for speedrunning
+@item Various quality of life improvements
+@item Advanced tools for TASing
+@item Rewind
+@end enumerate")
+    (license license:gpl2+)))
+
 (define-public prboom-plus
   (package
    (name "prboom-plus")

base-commit: f15ca836e4686496f675308655c370c95e9f52b7
-- 
2.47.1





Information forwarded to wongandj <at> icloud.com, adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#75502; Package guix-patches. (Fri, 21 Feb 2025 08:00:05 GMT) Full text and rfc822 format available.

Message #8 received at 75502 <at> debbugs.gnu.org (full text, mbox):

From: Andrew Wong <wongandj <at> icloud.com>
To: 75502 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH v2] gnu: Add dsda-doom.
Date: Fri, 21 Feb 2025 02:59:37 -0500
* gnu/packages/games.scm (dsda-doom): New variable.

Change-Id: I1a999b1b5bf06a7cbe38aa0d4d0ccbb28430b1cf
---
 gnu/packages/games.scm | 47 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 30aaf0767a..ca3dad8774 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -87,6 +87,7 @@
 ;;; Copyright © 2024 Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
 ;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
 ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
+;;; Copyright © 2025 Andrew Wong <wongandj <at> icloud.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2677,6 +2678,52 @@ (define-public pipewalker
 Every puzzle has a complete solution, although there may be more than one.")
     (license license:gpl3+)))
 
+(define-public dsda-doom
+  (package
+    (name "dsda-doom")
+    (version "0.28.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kraflab/dsda-doom")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1qgc6ngxlwwmbh4iaikb93253if9s8kkq6abddqarj7gj29kzapb"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:tests? #f ;no tests
+       #:phases (modify-phases %standard-phases
+                  (add-after 'unpack 'chdir
+                    (lambda _
+                      (chdir "prboom2"))))))
+    (inputs (list dumb
+                  fluidsynth
+                  glu
+                  libmad
+                  libvorbis
+                  libzip
+                  portmidi
+                  sdl2-mixer
+                  sdl2))
+    (home-page "https://github.com/kraflab/dsda-doom")
+    (synopsis "Successor of PrBoom+ with many new features")
+    (description
+     "This is a successor of prboom+ with many new features, including:
+@enumerate
+@item Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support
+@item In-game console and scripting
+@item Full controller support
+@item Palette-based opengl renderer
+@item Debugging features for testing
+@item Strict mode for speedrunning
+@item Various quality of life improvements
+@item Advanced tools for TASing
+@item Rewind
+@end enumerate")
+    (license license:gpl2+)))
+
 (define-public prboom-plus
   (package
    (name "prboom-plus")

base-commit: cd20619cfcb32c2631fb602729512740bc510550
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#75502; Package guix-patches. (Sat, 01 Mar 2025 23:07:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andrew Wong via Guix-patches via <guix-patches <at> gnu.org>
Cc: 75502-done <at> debbugs.gnu.org
Subject: Re: [bug#75502] [PATCH v2] gnu: Add dsda-doom.
Date: Sat, 01 Mar 2025 23:06:06 +0000
[Message part 1 (text/plain, inline)]
Andrew Wong via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/games.scm (dsda-doom): New variable.
>
> Change-Id: I1a999b1b5bf06a7cbe38aa0d4d0ccbb28430b1cf
> ---
>  gnu/packages/games.scm | 47 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 47 insertions(+)

Thanks for the patch.

> +    (synopsis "Successor of PrBoom+ with many new features")

Maybe this package is purely defined in it's relationship to something
else, but unless that really is the case it's probably better to write a
standalone synopsis/description. I changed the synopsis to "Doom source
port, successor of PrBoom+", at least then Doom is mentioned.

The synopsis and description could probably be further improved, but
I've gone ahead and pushed this to master as
4dcf2959f5ac5becfedb6b735657635b4d915693.

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 01 Mar 2025 23:07:03 GMT) Full text and rfc822 format available.

Notification sent to Andrew Wong <wongandj <at> icloud.com>:
bug acknowledged by developer. (Sat, 01 Mar 2025 23:07:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 30 Mar 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.