[PATCH] gnu: taisei: Update to 1.4.2.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 30 Jan 11:45 +0100
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
f4a28c8d54315fe36d205d738aeb81d8bf68bb4b.1738233943.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/games.scm (taisei): Update to 1.4.2.
[arguments]: Adjust configure-flags.

Change-Id: I3bb55fe1c17c55145832196007ec7ad195d71520
---
gnu/packages/games.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c0319dcb20..5c5da8638d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3716,7 +3716,7 @@ (define-public talkfilters
(define-public taisei
(package
(name "taisei")
- (version "1.4")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
@@ -3724,15 +3724,14 @@ (define-public taisei
"taisei/releases/download/v" version
"/taisei-" version ".tar.xz"))
(sha256
- (base32 "1glrr99xiyz674d1izgvmk9w1zxanc94d34pacd0wya66bbml0nc"))))
+ (base32 "19sgm175clkvpcv0b9p4jkjpfxqw0kyl2i5p8w63kwzqcjp9m1jx"))))
(build-system meson-build-system)
(arguments
(list
#:build-type "release" ;comment out for bug-reporting (and cheats)
#:configure-flags #~(list "-Dr_default=gles30"
- "-Dr_gles20=true"
- "-Dr_gles30=true"
- "-Dshader_transpiler=true")))
+ "-Dr_gles30=enabled"
+ "-Dshader_transpiler=enabled")))
(native-inputs
(list pkg-config
python

base-commit: c994e9262f9dbe4d688f688c92aedb3ee7ba4dfc
--
2.47.1
?
(address . 75942-done@debbugs.gnu.org)
871pwgrfy7.fsf@envs.net
Pushed to master, close.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75942@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75942
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch