emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48076: closed ([PATCH] gnu: odamex: Update to 0.9.0.)


From: GNU bug Tracking System
Subject: bug#48076: closed ([PATCH] gnu: odamex: Update to 0.9.0.)
Date: Mon, 03 May 2021 16:21:02 +0000

Your message dated Mon, 03 May 2021 18:19:59 +0200
with message-id <87v97zx00g.fsf@gnu.org>
and subject line Re: bug#48076: [PATCH] gnu: odamex: Update to 0.9.0.
has caused the debbugs.gnu.org bug report #48076,
regarding [PATCH] gnu: odamex: Update to 0.9.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48076: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48076
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: odamex: Update to 0.9.0. Date: Tue, 27 Apr 2021 23:06:30 -0400
* gnu/packages/games.scm (odamex): Update to 0.9.0.
---
 gnu/packages/games.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3227b3e..378ea9a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2021 Olivier Rojon <o.rojon@posteo.net>
 ;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021 David Pflug <david@pflug.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7472,22 +7473,25 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
 (define-public odamex
   (package
     (name "odamex")
-    (version "0.8.3")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "mirror://sourceforge/odamex/Odamex/" version "/"
-             "odamex-src-" version ".tar.gz"))
+             "odamex-src-" version ".tar.bz2"))
        (sha256
-        (base32 "0f887g87bmcq4dpcga7xc2mpxs947dkbc934ir9xs55gz6z13q96"))))
+        (base32 "0yfrvx8zb3chy47fyz4nik6gbh0y5608yvld4gz4y8l158qk71y1"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f))          ; no tests
+    (native-inputs
+     `(("deutex" ,deutex)))
     (inputs
-     `(("sdl" ,sdl)
-       ("sdl-mixer" ,sdl-mixer)
+     `(("sdl" ,sdl2)
+       ("sdl-mixer" ,sdl2-mixer)
        ("zlib" ,zlib)
        ("libpng" ,libpng)
+       ("curl" ,curl-minimal)
        ("alsa-lib" ,alsa-lib)))
     (home-page "https://odamex.net/";)
     (synopsis "Multiplayer Doom port")
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#48076: [PATCH] gnu: odamex: Update to 0.9.0. Date: Mon, 03 May 2021 18:19:59 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi David,

David Pflug <david@pflug.io> skribis:

> * gnu/packages/games.scm (odamex): Update to 0.9.0.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]