diff options
| author | Andrew Wong <wongandj@icloud.com> | 2025-10-16 00:28:43 -0400 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-11-14 17:26:03 +0800 |
| commit | 7e286874b81dc1d4f60153ae80348e493eda35c1 (patch) | |
| tree | a8cf04664543855b78261846774107662ce24170 /gnu | |
| parent | df2eadaa33e9a4edb1ddd1ed3629d5fbd14bff14 (diff) | |
gnu: ring-racers: Update to 2.4.
* gnu/packages/games.scm (ring-racers-data): Update to 2.4.
(ring-racers): Update to 2.4.
[native-inputs]: Add pkg-config.
[inputs]: Add opus.
Closes: guix/guix#4020
Change-Id: I286434f48378db99b19e95ea6a700d5f81d4e68a
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a6cfb7c9be3..459d50b2038 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4836,7 +4836,7 @@ also available.") (hidden-package (package (name "ring-racers-data") - (version "2.3") + (version "2.4") (source (origin (method url-fetch/zipbomb) @@ -4845,7 +4845,7 @@ also available.") version "/Dr.Robotnik.s-Ring-Racers-v" version "-Assets.zip")) (file-name (string-append name "-" version ".zip")) (sha256 - (base32 "0i6sq8c1vq7z5r5i1hana0v73xvj53696f2xwn37xicxds4d15wp")))) + (base32 "087i1bz46g57s0850j5wf9j2bdmr451lzg156hrg681chwdxgfpf")))) (build-system copy-build-system) (home-page "https://github.com/KartKrewDev/RingRacers/releases") (synopsis "Data files for Ring Racers") @@ -4855,16 +4855,16 @@ also available.") (define-public ring-racers (package (name "ring-racers") - (version "2.3") + (version "2.4") (source (origin (method git-fetch) (uri (git-reference - (url "https://git.do.srb2.org/KartKrew/RingRacers") - (commit (string-append "v" version)))) + (url "https://gitlab.com/kart-krew-dev/ring-racers") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "05lf799imbk0x3i2adaj0r84ck5yyrvzjvhs4k9dj7l4jg0x4sjz")) + (base32 "05aj09rm50xb6910zx6imarj8k728x9bpvpa7ydwgb4sj1nypil8")) (modules '((guix build utils))) (snippet '(begin (with-directory-excursion "thirdparty" @@ -4894,12 +4894,14 @@ also available.") (wrap-program "bin/ringracers" `("RINGRACERSWADDIR" = (,(assoc-ref inputs "ring-racers-data")))))))))) + (native-inputs (list pkg-config)) (inputs (list glm libogg libpng libvorbis libvpx libyuv + opus ring-racers-data sdl2 zlib |
