GNU bug report logs -
#77573
[PATCH] gnu: cava: Update to 0.10.4.
Previous Next
To reply to this bug, email your comments to 77573 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
gabriel <at> erlikon.ch, guix-patches <at> gnu.org
:
bug#77573
; Package
guix-patches
.
(Sun, 06 Apr 2025 10:06:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Wong <wongandj <at> icloud.com>
:
New bug report received and forwarded. Copy sent to
gabriel <at> erlikon.ch, guix-patches <at> gnu.org
.
(Sun, 06 Apr 2025 10:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77573
; Package
guix-patches
.
(Mon, 07 Apr 2025 20:17:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 07 Apr 2025 20:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Wong <wongandj <at> icloud.com>
:
bug acknowledged by developer.
(Mon, 07 Apr 2025 20:17:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.