GNU bug report logs -
#75942
[PATCH] gnu: taisei: Update to 1.4.2.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Thu, 30 Jan 2025 10:43:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Feb 2025 14:58:08 +0800
with message-id <871pwgrfy7.fsf <at> envs.net>
and subject line Re: [bug#75942] [PATCH] gnu: taisei: Update to 1.4.2.
has caused the debbugs.gnu.org bug report #75942,
regarding [PATCH] gnu: taisei: Update to 1.4.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75942: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75942
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> 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(-)
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
[Message part 3 (message/rfc822, inline)]
Pushed to master, close.
This bug report was last modified 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.