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

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

bug#48403: closed ([PATCH] gnu: warzone2100: Update to 4.0.1.)


From: GNU bug Tracking System
Subject: bug#48403: closed ([PATCH] gnu: warzone2100: Update to 4.0.1.)
Date: Wed, 26 May 2021 20:21:02 +0000

Your message dated Wed, 26 May 2021 20:20:49 +0000
with message-id <5a7db759-2d32-f0f6-3b05-c34977363853@posteo.net>
and subject line Re: [PATCH] gnu: warzone2100: Update to 4.0.1.
has caused the debbugs.gnu.org bug report #48403,
regarding [PATCH] gnu: warzone2100: Update to 4.0.1.
to be marked as done.

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


-- 
48403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48403
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: warzone2100: Update to 4.0.1. Date: Thu, 13 May 2021 18:31:55 +0000
* gnu/packages/games.scm (warzone2100): Update to 4.0.1.
[arguments]: Disable vulkan backend with "-DWZ_ENABLE_BACKEND_VULKAN=off"
configure flag.
[inputs]: Add sqlite.
---
 gnu/packages/games.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 731c0cbc4a..f2289097bf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5135,7 +5135,7 @@ in-window at 640x480 resolution or fullscreen.")
 (define-public warzone2100
   (package
     (name "warzone2100")
-    (version "3.4.1")
+    (version "4.0.1")
     (source
      (origin
        (method url-fetch)
@@ -5143,7 +5143,7 @@ in-window at 640x480 resolution or fullscreen.")
                            version
                            "/warzone2100_src.tar.xz"))
        (sha256
-        (base32 "0savalmw1kp1sf8vg5aqrl5hc77p4jacxy5y9qj8k2hi2vqdfb7a"))
+        (base32 "1f8a4kflslsjl8jrryhwg034h1yc9y3y1zmllgww3fqkz3aj4xik"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -5157,6 +5157,7 @@ in-window at 640x480 resolution or fullscreen.")
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DWZ_DISTRIBUTOR=Guix"
+                           "-DWZ_ENABLE_BACKEND_VULKAN=off"
                            "-DENABLE_DISCORD=off")
        #:tests? #f ; TODO: Tests seem to be broken, configure.ac is missing.
        #:phases
@@ -5202,6 +5203,7 @@ in-window at 640x480 resolution or fullscreen.")
               ("qtscript" ,qtscript)
               ("openssl" ,openssl)
               ("sdl2" ,sdl2)
+              ("sqlite" ,sqlite)
               ("utfcpp" ,utfcpp)))
     (home-page "https://wz2100.net";)
     (synopsis "3D Real-time strategy and real-time tactics game")
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: warzone2100: Update to 4.0.1. Date: Wed, 26 May 2021 20:20:49 +0000
Pushed to master as commit 2a8417d3b2.



--- End Message ---

reply via email to

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