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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75942 in the body.
You can then email your comments to 75942 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#75942
; Package
guix-patches
.
(Thu, 30 Jan 2025 10:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Thu, 30 Jan 2025 10:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sun, 02 Feb 2025 06:55:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Sun, 02 Feb 2025 06:55:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 75942-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master, close.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 02 Mar 2025 12:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.