unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 68199@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#68199] [PATCH 3/3] gnu: taisei: Update to 1.4.
Date: Tue,  2 Jan 2024 10:07:51 +0900	[thread overview]
Message-ID: <072c18afa5ec0033ae27fa45dcbc23386085cc76.1704112246.git.gemmaro.dev@gmail.com> (raw)
In-Reply-To: <cover.1704112246.git.gemmaro.dev@gmail.com>

* gnu/packages/games.scm (taisei): Update to 1.4.

Change-Id: Ic83c4b9f77affe7782b62812be86f3c376c7ef28
---
 gnu/packages/games.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1bfa8e19b8..87e4b1c6ad 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -193,6 +193,7 @@ (define-module (gnu packages games)
   #:use-module (gnu packages protobuf)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-compression)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
@@ -3385,12 +3386,12 @@ (define-public talkfilters
 (define-public taisei
   (package
     (name "taisei")
-    (version "1.3.2")
+    (version "1.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/taisei-project/"
-                           "taisei/releases/download/v"
+                           "taisei/releases/download/"
                            version
                            "/taisei-v"
                            version
@@ -3416,7 +3417,8 @@ (define-public taisei
                   sdl2-mixer
                   shaderc
                   spirv-cross
-                  zlib))
+                  zlib
+                  (list zstd "lib")))
     (home-page "https://taisei-project.org/")
     (synopsis "Shoot'em up fangame and libre clone of Touhou Project")
     (description
-- 
2.41.0





  parent reply	other threads:[~2024-01-02  1:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02  1:04 [bug#68199] [PATCH 0/3] gnu: taisei: Update to 1.4 gemmaro
2024-01-02  1:07 ` [bug#68199] [PATCH 1/3] gnu: taisei: Reformat with guix style gemmaro
2024-01-02 21:02   ` Liliana Marie Prikler
2024-01-02  1:07 ` [bug#68199] [PATCH 2/3] gnu: taisei: Use gexps gemmaro
2024-01-02 21:02   ` Liliana Marie Prikler
2024-01-02  1:07 ` gemmaro [this message]
2024-01-02 23:59 ` [bug#68199] [PATCH v2 1/2] " gemmaro
2024-01-02 23:59   ` [bug#68199] [PATCH v2 2/2] gnu: taisei: Update to 1.4 gemmaro
2024-01-05 17:52   ` [bug#68199] [PATCH v2 1/2] gnu: taisei: Use gexps Liliana Marie Prikler
2024-01-06  2:20 ` [bug#68199] [PATCH v3 " gemmaro
2024-01-06  2:20   ` [bug#68199] [PATCH v3 2/2] gnu: taisei: Update to 1.4 gemmaro
2024-01-07  9:30     ` bug#68199: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=072c18afa5ec0033ae27fa45dcbc23386085cc76.1704112246.git.gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=68199@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).