GNU bug report logs - #77573
[PATCH] gnu: cava: Update to 0.10.4.

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sun, 6 Apr 2025 10:06:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.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: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77573: closed ([PATCH] gnu: cava: Update to 0.10.4.)
Date: Mon, 07 Apr 2025 20:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 07 Apr 2025 21:16:26 +0100
with message-id <87wmbvsp5x.fsf <at> cbaines.net>
and subject line Re: [bug#77573] [PATCH] gnu: cava: Update to 0.10.4.
has caused the debbugs.gnu.org bug report #77573,
regarding [PATCH] gnu: cava: Update to 0.10.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77573: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77573
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andrew Wong <wongandj <at> icloud.com>
To: guix-patches <at> gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH] gnu: cava: Update to 0.10.4.
Date: Sun,  6 Apr 2025 06:04:29 -0400
Adding sdl2 and autoconf-archive allows cava to build with all features.

* gnu/packages/audio.scm (cava): Update to 0.10.4.
* gnu/packages/audio.scm (cava)[inputs]: Add sdl2, autoconf-archive.

Change-Id: I7fe6822340e7246240dbb14f2f4d6113e8618d15
---
 gnu/packages/audio.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4bfc1a9069..50267ee0fe 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5655,7 +5655,7 @@ (define-public cli-visualizer
 (define-public cava
   (package
     (name "cava")
-    (version "0.10.1")
+    (version "0.10.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5664,10 +5664,11 @@ (define-public cava
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0r13pf8z02pf4wlapa9nyp1h114nnk1s47bdpq3wl8wvw896axw6"))))
+                "09wwzqynfmdzn77vxxmrw2z0yz95p4zg9cgfp9vnpv70visi98d0"))))
     (build-system gnu-build-system)
     (native-inputs (list autoconf automake libtool pkg-config))
-    (inputs (list alsa-lib fftw ncurses pipewire pulseaudio iniparser))
+    (inputs (list alsa-lib fftw ncurses pipewire pulseaudio iniparser
+                  sdl2 autoconf-archive))
     (arguments
      (list #:configure-flags
            #~(list (string-append "PREFIX="

base-commit: 649b52b0d423c6d63f9de48346b8d730ddc41c51
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andrew Wong via Guix-patches via <guix-patches <at> gnu.org>
Cc: Gabriel Wicki <gabriel <at> erlikon.ch>, Andrew Wong <wongandj <at> icloud.com>,
 77573-done <at> debbugs.gnu.org
Subject: Re: [bug#77573] [PATCH] gnu: cava: Update to 0.10.4.
Date: Mon, 07 Apr 2025 21:16:26 +0100
[Message part 4 (text/plain, inline)]
Andrew Wong via Guix-patches via <guix-patches <at> gnu.org> writes:

> Adding sdl2 and autoconf-archive allows cava to build with all features.
>
> * gnu/packages/audio.scm (cava): Update to 0.10.4.
> * gnu/packages/audio.scm (cava)[inputs]: Add sdl2, autoconf-archive.
>
> Change-Id: I7fe6822340e7246240dbb14f2f4d6113e8618d15
> ---
>  gnu/packages/audio.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Thanks for the patch, I've pushed this to master as
7da4af6c81d9011627c880f6784d1c766eac3af2.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.