GNU bug report logs - #75942
[PATCH] gnu: taisei: Update to 1.4.2.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#75942: closed (Re: [bug#75942] [PATCH] gnu: taisei: Update to
 1.4.2.)
Date: Sun, 02 Feb 2025 06:55:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75942: [PATCH] gnu: taisei: Update to 1.4.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75942 <at> debbugs.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> envs.net>
To: 75942-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Adam Faiz <adam.faiz <at> disroot.org>
Subject: Re: [bug#75942] [PATCH] gnu: taisei: Update to 1.4.2.
Date: Sun, 02 Feb 2025 14:58:08 +0800
Pushed to master, close.

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: taisei: Update to 1.4.2.
Date: Thu, 30 Jan 2025 18:45:47 +0800
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




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.