From 60f25f5e17668a0a7cebcbcce6083c8f65ac3830 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sat, 18 Oct 2025 21:17:50 +0200 Subject: [PATCH] gnu: ultrastar-deluxe: Update to 2025.10.1. * gnu/packages/games.scm (ultrastar-deluxe): Update to 2025.10.1. [arguments]: Remove linking with zlib, which was removed in 2025.9.0. [inputs]: Remove zlib. Change-Id: I06327e19571b0281c1e366f76bc8a6b74d43b1b2 Signed-off-by: Andreas Enge --- gnu/packages/games.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ada0898ef0c1805cb86e42ee872e5310f8d64ef4..e03fab8b538bdd2b81e8827be0f46d1365a71e77 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -13147,7 +13147,7 @@ and unsafe rides. Which path will you take?") (define-public ultrastar-deluxe (package (name "ultrastar-deluxe") - (version "2024.10.0") + (version "2025.10.1") (source (origin (method git-fetch) (uri (git-reference @@ -13156,7 +13156,7 @@ and unsafe rides. Which path will you take?") (file-name (git-file-name name version)) (sha256 (base32 - "16q6b5nnjx5baq4m30ys47970kjgp06xihyd6qyb08s0yk2f54jz")) + "009fbxdv4qkc15y4lisi6d4phv3dk9mypl2hhzfhyjh0i04d2wwa")) (patches (search-patches "ultrastar-deluxe-no-freesans.patch")) (modules '((guix build utils))) (snippet @@ -13194,10 +13194,9 @@ and unsafe rides. Which path will you take?") (string-append "linkflags := -lpthread -lsqlite3 -lSDL2" " -lSDL2_image -ldl " - " -lz -lfreetype -lportaudio -lavcodec" + " -lfreetype -lportaudio -lavcodec" " -lavformat -lavutil -lswresample" " -lswscale -llua -ldl -lX11 -lportmidi" - " -L" (where inputs "lib/libz.so") " -L" (where inputs "lib/libX11.so") " -L" (where inputs "lib/libportmidi.so")))))) (add-after 'install 'font-paths @@ -13221,8 +13220,7 @@ and unsafe rides. Which path will you take?") portmidi sdl2 sdl2-image - sqlite - zlib)) + sqlite)) (native-inputs (list pkg-config fpc autoconf automake)) (synopsis "Karaoke game") (description