gnu: godot: Update to 3.4.

* gnu/packages/game-development.scm (godot): Update to 3.4.
[source]: Add new bundled dependencies to the origin snippet.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Andy Tai 2021-12-01 15:49:39 -08:00 committed by Leo Famulari
parent 7a171235af
commit dd4365efa1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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