From unknown Fri Jun 13 10:38:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#36138 <36138@debbugs.gnu.org> To: bug#36138 <36138@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add crispy-doom. Reply-To: bug#36138 <36138@debbugs.gnu.org> Date: Fri, 13 Jun 2025 17:38:54 +0000 retitle 36138 [PATCH] gnu: Add crispy-doom. reassign 36138 guix-patches submitter 36138 Dan Frumin severity 36138 normal tag 36138 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 09:31:05 2019 Received: (at submit) by debbugs.gnu.org; 8 Jun 2019 13:31:05 +0000 Received: from localhost ([127.0.0.1]:53031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZbR3-0008Bp-BP for submit@debbugs.gnu.org; Sat, 08 Jun 2019 09:31:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:48529) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZbQz-00087x-AC for submit@debbugs.gnu.org; Sat, 08 Jun 2019 09:31:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56228) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZbQy-0000lS-4Q for guix-patches@gnu.org; Sat, 08 Jun 2019 09:31:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZbQx-0003n2-2s for guix-patches@gnu.org; Sat, 08 Jun 2019 09:31:00 -0400 Received: from smtp1.science.ru.nl ([131.174.16.143]:43228) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZbQw-0003fl-QI for guix-patches@gnu.org; Sat, 08 Jun 2019 09:30:59 -0400 Received: from rutherford.wifi.ns.nl (ip565a9ee0.direct-adsl.nl [86.90.158.224] (may be forged)) (authen=dfrumin@cs.ru.nl) by smtp1.science.ru.nl (8.14.4/5.32) with ESMTP id x58DUhXM029216; Sat, 8 Jun 2019 15:30:47 +0200 From: Dan Frumin To: guix-patches@gnu.org Subject: [PATCH] gnu: Add crispy-doom. Date: Sat, 8 Jun 2019 15:30:33 +0200 Message-Id: <20190608133033.21069-1-dfrumin@cs.ru.nl> X-Mailer: git-send-email 2.17.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 131.174.16.143 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Dan Frumin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --- gnu/packages/games.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7a433a0bfd..32ce2c6050 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5596,6 +5596,40 @@ affect gameplay).") (home-page "https://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom") (license license:gpl2))) +(define-public crispy-doom + (package + (inherit chocolate-doom) + (name "crispy-doom") + (version "5.5.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fabiangreffrath/crispy-doom.git") + (commit (string-append "crispy-doom-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1a60ns0blhvml6gzj9qx18c18pbf02rq7vypaajd6nqy5h4fz3cn")))) + (native-inputs + (append + (package-native-inputs chocolate-doom) + `(("automake" ,automake) + ("autoreconf" ,autoconf)))) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'bootstrap + ;; the autogen.sh script in the source tree doesn't work + (lambda _ (invoke "autoreconf" "-vif")))))) + (synopsis "Limit-removing enhanced-resolution Doom source port based on +Chocolate Doom") + (description + "Crispy Doom is a friendly fork of Chocolate Doom that provides a higher +display resolution, removes the static limits of the Doom engine and offers +further optional visual, tactical and physical enhancements while remaining +entirely config file, savegame, netplay and demo compatible with the +original.") + (home-page "https://www.chocolate-doom.org/wiki/index.php/Crispy_Doom"))) + (define-public fortune-mod (package (name "fortune-mod") -- 2.17.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 19 16:57:42 2019 Received: (at 36138-done) by debbugs.gnu.org; 19 Jun 2019 20:57:42 +0000 Received: from localhost ([127.0.0.1]:47506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdheI-00046Z-76 for submit@debbugs.gnu.org; Wed, 19 Jun 2019 16:57:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdheG-00046L-4V for 36138-done@debbugs.gnu.org; Wed, 19 Jun 2019 16:57:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hdheA-0005ld-7f; Wed, 19 Jun 2019 16:57:34 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48312 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hdhe9-0001BD-KF; Wed, 19 Jun 2019 16:57:34 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Dan Frumin Subject: Re: [bug#36138] [PATCH] gnu: Add crispy-doom. References: <20190608133033.21069-1-dfrumin@cs.ru.nl> Date: Wed, 19 Jun 2019 22:57:32 +0200 In-Reply-To: <20190608133033.21069-1-dfrumin@cs.ru.nl> (Dan Frumin's message of "Sat, 8 Jun 2019 15:30:33 +0200") Message-ID: <87h88l1ef7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36138-done Cc: 36138-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Dan, Dan Frumin skribis: > --- > gnu/packages/games.scm | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) I added a commit log and a copyright line for you and committed. Thanks! Ludo=E2=80=99. From unknown Fri Jun 13 10:38:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Jul 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator