From patchwork Sat Jun 8 13:30:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Frumin X-Patchwork-Id: 14262 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 856EE170B8; Sat, 8 Jun 2019 14:32:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 21F7817055 for ; Sat, 8 Jun 2019 14:32:10 +0100 (BST) Received: from localhost ([::1]:58474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZbS5-00014D-EK for patchwork@mira.cbaines.net; Sat, 08 Jun 2019 09:32:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56414) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZbS1-000145-F1 for guix-patches@gnu.org; Sat, 08 Jun 2019 09:32:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZbRz-0004Ve-K4 for guix-patches@gnu.org; Sat, 08 Jun 2019 09:32:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZbRy-0004V2-Sc for guix-patches@gnu.org; Sat, 08 Jun 2019 09:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hZbRy-0000Sz-MT for guix-patches@gnu.org; Sat, 08 Jun 2019 09:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#36138] [PATCH] gnu: Add crispy-doom. Resent-From: Dan Frumin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 Jun 2019 13:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36138 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36138@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156000066531511 (code B ref -1); Sat, 08 Jun 2019 13:32:02 +0000 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 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 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dan Frumin Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches --- 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")