diff options
| author | Evgeny Pisemsky <mail@pisemsky.site> | 2026-08-22 10:50:03 +0300 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-28 06:36:04 +0200 |
| commit | f23b95a3b24003f46293d67ce2ab4c2d1785853d (patch) | |
| tree | 47117c1b08d8dedcdfd019748ee7995a0b08a0d2 | |
| parent | 0149855b506cd686cedb025448dcbda673cc389f (diff) | |
gnu: taisei: Update to 1.4.5.
* gnu/packages/games.scm (taisei): Update to 1.4.5.
[native-inputs]: Remove python-zstandard.
Add gettext-minimal and python-backports-zstd.
[inputs]: Remove libzip. Add libunibreak.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Merges: guix/guix#10723
| -rw-r--r-- | gnu/packages/games.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1f94379a063..8c0016de188 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -4249,7 +4249,7 @@ a C library, so they can easily be integrated into other programs.") | |||
| 4249 | (define-public taisei | 4249 | (define-public taisei |
| 4250 | (package | 4250 | (package |
| 4251 | (name "taisei") | 4251 | (name "taisei") |
| 4252 | (version "1.4.4") | 4252 | (version "1.4.5") |
| 4253 | (source | 4253 | (source |
| 4254 | (origin | 4254 | (origin |
| 4255 | (method url-fetch) | 4255 | (method url-fetch) |
| @@ -4257,7 +4257,7 @@ a C library, so they can easily be integrated into other programs.") | |||
| 4257 | "taisei/releases/download/v" version | 4257 | "taisei/releases/download/v" version |
| 4258 | "/taisei-" version ".tar.xz")) | 4258 | "/taisei-" version ".tar.xz")) |
| 4259 | (sha256 | 4259 | (sha256 |
| 4260 | (base32 "13b2ha8nsdzbydirvc7hw1q46jzhn6cx9b9spgk777swjlgx2vph")))) | 4260 | (base32 "17b8cbjryjvid8ckmfn5gy99l8qpqz00llmmp35n5vcb4lapm2rc")))) |
| 4261 | (build-system meson-build-system) | 4261 | (build-system meson-build-system) |
| 4262 | (arguments | 4262 | (arguments |
| 4263 | (list | 4263 | (list |
| @@ -4267,19 +4267,20 @@ a C library, so they can easily be integrated into other programs.") | |||
| 4267 | "-Dshader_transpiler=enabled"))) | 4267 | "-Dshader_transpiler=enabled"))) |
| 4268 | (native-inputs | 4268 | (native-inputs |
| 4269 | (list cmake-minimal | 4269 | (list cmake-minimal |
| 4270 | gettext-minimal | ||
| 4270 | pkg-config | 4271 | pkg-config |
| 4271 | python | 4272 | python |
| 4273 | python-backports-zstd | ||
| 4272 | python-docutils | 4274 | python-docutils |
| 4273 | python-pygments | 4275 | python-pygments)) |
| 4274 | python-zstandard)) | ||
| 4275 | (inputs | 4276 | (inputs |
| 4276 | (list cglm | 4277 | (list cglm |
| 4277 | freetype | 4278 | freetype |
| 4278 | glslang | 4279 | glslang |
| 4279 | libdecor ; XXX: for sdl3 | 4280 | libdecor ; XXX: for sdl3 |
| 4280 | libpng | 4281 | libpng |
| 4282 | libunibreak | ||
| 4281 | libwebp | 4283 | libwebp |
| 4282 | libzip | ||
| 4283 | mesa | 4284 | mesa |
| 4284 | openssl | 4285 | openssl |
| 4285 | opusfile | 4286 | opusfile |
