unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48403] [PATCH] gnu: warzone2100: Update to 4.0.1.
@ 2021-05-13 18:31 Kei Kebreau
  2021-05-13 19:27 ` Kei Kebreau
  2021-05-26 20:20 ` bug#48403: " Kei Kebreau
  0 siblings, 2 replies; 3+ messages in thread
From: Kei Kebreau @ 2021-05-13 18:31 UTC (permalink / raw)
  To: 48403; +Cc: Kei Kebreau

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#48403] [PATCH] gnu: warzone2100: Update to 4.0.1.
  2021-05-13 18:31 [bug#48403] [PATCH] gnu: warzone2100: Update to 4.0.1 Kei Kebreau
@ 2021-05-13 19:27 ` Kei Kebreau
  2021-05-26 20:20 ` bug#48403: " Kei Kebreau
  1 sibling, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2021-05-13 19:27 UTC (permalink / raw)
  To: 48403

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

I've submitted this patch because I'm unable to test the Vulkan
rendering backend on my hardware.  If someone wants to remove the
disabling configure flag and add the appropriate inputs, that'd be
great.  In either case, I'll push this patch within the next week.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#48403: [PATCH] gnu: warzone2100: Update to 4.0.1.
  2021-05-13 18:31 [bug#48403] [PATCH] gnu: warzone2100: Update to 4.0.1 Kei Kebreau
  2021-05-13 19:27 ` Kei Kebreau
@ 2021-05-26 20:20 ` Kei Kebreau
  1 sibling, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2021-05-26 20:20 UTC (permalink / raw)
  To: 48403-done

Pushed to master as commit 2a8417d3b2.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-26 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 18:31 [bug#48403] [PATCH] gnu: warzone2100: Update to 4.0.1 Kei Kebreau
2021-05-13 19:27 ` Kei Kebreau
2021-05-26 20:20 ` bug#48403: " Kei Kebreau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).