diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-04-23 21:46:27 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-05-01 07:46:47 +0200 |
| commit | 5629ba1ed4aae851df59f044bec0ea5fd43d069b (patch) | |
| tree | 1281543c83d55c3398d68b1d69e4f82024f5109b | |
| parent | 9c844b6008db4c790e1f4c904501fc94853799d9 (diff) | |
gnu: taisei: Update to 1.4.4.
* gnu/packages/games.scm (taisei): Update to 1.4.4.
[native-inputs]: Add cmake-minimal.
[inputs]: Replace sdl2 and sdl2-mixer with sdl3.
Add glslang, libdecor, spirv-tools, and vulkan-loader.
| -rw-r--r-- | gnu/packages/games.scm | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 537e2904eb..f738a9971c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4129,7 +4129,7 @@ a C library, so they can easily be integrated into other programs.") (define-public taisei (package (name "taisei") - (version "1.4.2") + (version "1.4.4") (source (origin (method url-fetch) @@ -4137,7 +4137,7 @@ a C library, so they can easily be integrated into other programs.") "taisei/releases/download/v" version "/taisei-" version ".tar.xz")) (sha256 - (base32 "19sgm175clkvpcv0b9p4jkjpfxqw0kyl2i5p8w63kwzqcjp9m1jx")))) + (base32 "13b2ha8nsdzbydirvc7hw1q46jzhn6cx9b9spgk777swjlgx2vph")))) (build-system meson-build-system) (arguments (list @@ -4146,7 +4146,8 @@ a C library, so they can easily be integrated into other programs.") "-Dr_gles30=enabled" "-Dshader_transpiler=enabled"))) (native-inputs - (list pkg-config + (list cmake-minimal + pkg-config python python-docutils python-pygments @@ -4154,16 +4155,19 @@ a C library, so they can easily be integrated into other programs.") (inputs (list cglm freetype + glslang + libdecor ; XXX: for sdl3 libpng libwebp libzip mesa openssl opusfile - sdl2 - sdl2-mixer + sdl3 shaderc spirv-cross + spirv-tools ; for glslang + vulkan-loader ; XXX: for sdl3? zlib (list zstd "lib"))) (home-page "https://taisei-project.org/") |
