all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52233] [PATCH] gnu: godot: Update to 3.4
@ 2021-12-01 23:55 Andy Tai
  2021-12-02  5:07 ` bug#52233: " Leo Famulari
  0 siblings, 1 reply; 13+ messages in thread
From: Andy Tai @ 2021-12-01 23:55 UTC (permalink / raw)
  To: 52233

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



[-- Attachment #2: 0001-gnu-godot-Update-to-3.4.patch --]
[-- Type: text/x-patch, Size: 2538 bytes --]

From a981266f1e8388c0c5ede302cbdbc04df7e1c881 Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Wed, 1 Dec 2021 15:49:39 -0800
Subject: [PATCH] gnu: godot: Update to 3.4.
To: guix-patches@gnu.org

    * gnu/packages/game-development.scm (godot): Update to 3.4.
---
 gnu/packages/game-development.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index a060dc94dc..380b5705d0 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1846,7 +1846,7 @@ (define-public openmw
 (define-public godot
   (package
     (name "godot")
-    (version "3.2.3")
+    (version "3.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1855,7 +1855,7 @@ (define-public godot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19vrp5lhyvxbm6wjxzn28sn3i0s8j08ca7nani8l1nrhvlc8wi0v"))
+                "0y542zla6msgxf31rd0349d9j3ya7f3njnwmmrh8lmzfgxx86qbx"))
               (modules '((guix build utils)
                          (ice-9 ftw)
                          (srfi srfi-1)))
@@ -1870,19 +1870,23 @@ (define-public godot
                               "assimp"
                               "certs"
                               "cvtt"
+                              "embree"
                               "enet"
                               "etc2comp"
                               "fonts"
                               "glad"
                               "jpeg-compressor"
                               "libsimplewebm"
+                              "minimp3"
                               "miniupnpc"
                               "minizip"
                               "misc"
                               "nanosvg"
+                              "oidn"
                               "pvrtccompressor"
                               "recastnavigation"
                               "squish"
+                              "stb_rect_pack"
                               "tinyexr"
                               "vhacd"
                               "xatlas")))
@@ -1969,6 +1973,7 @@ (define-public godot
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("alsa-lib" ,alsa-lib)
               ("bullet" ,bullet)
+              ("eudev" ,eudev)
               ("freetype" ,freetype)
               ("glew" ,glew)
               ("glu" ,glu)
-- 
2.34.0


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

end of thread, other threads:[~2021-12-10 17:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 23:55 [bug#52233] [PATCH] gnu: godot: Update to 3.4 Andy Tai
2021-12-02  5:07 ` bug#52233: " Leo Famulari
2021-12-02  5:12   ` Leo Famulari
2021-12-02  5:15     ` [bug#52233] " Andy Tai
2021-12-02  6:27       ` Leo Famulari
2021-12-02  8:05         ` Nicolas Goaziou
2021-12-02  8:07       ` bug#52233: " Andy Tai
2021-12-02 19:25         ` Leo Famulari
2021-12-06  7:27           ` [bug#52233] " Andy Tai
2021-12-09 23:14             ` Andy Tai
2021-12-10  6:57               ` Leo Famulari
2021-12-10 16:21               ` bug#52233: " Leo Famulari
2021-12-10 17:49                 ` [bug#52233] " Andy Tai

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.