all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59753] [PATCH] gnu: cava: Update to 0.8.3.
@ 2022-12-02  2:43 kiasoc5 via Guix-patches via
  2022-12-08 12:05 ` bug#59753: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-12-02  2:43 UTC (permalink / raw)
  To: 59753; +Cc: kiasoc5

* gnu/packages/audio.scm (cava): Update to 0.8.3.
[source]: Delete snippet because iniparser is no longer bundled.
[homepage]: Update it.
---
 gnu/packages/audio.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ead5ce5963..13329ca5f8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4828,7 +4828,7 @@ (define-public cli-visualizer
 (define-public cava
   (package
     (name "cava")
-    (version "0.7.4")
+    (version "0.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4837,15 +4837,7 @@ (define-public cava
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mziklmqifhnb4kg9ia2r56r8wjn6xp40bkpf484hsgqvnrccl86"))
-              (modules '((guix build utils)))
-              (snippet
-               #~(begin
-                   (delete-file-recursively "iniparser")
-                   (substitute* "configure.ac"
-                     (("AC_CONFIG_FILES\\(iniparser/Makefile\\)") ""))
-                   (substitute* "Makefile.am"
-                     (("SUBDIRS = iniparser") ""))))))
+                "0v0l6al3ygj6lq224ddffb1f10yv4218k7l82hbba8d7dj2rc67b"))))
     (build-system gnu-build-system)
     (native-inputs (list autoconf automake libtool))
     (inputs (list fftw ncurses pulseaudio iniparser))
@@ -4875,7 +4867,7 @@ (define-public cava
                                              (string-append #$output
                                               "/share/doc/examples")))
                              (find-files "example_files")))))))
-    (home-page "https://karlstav.github.io/cava/")
+    (home-page "https://github.com/karlstav/cava")
     (synopsis "Console audio visualizer for ALSA, MPD, and PulseAudio")
     (description "C.A.V.A. is a bar audio spectrum visualizer for the terminal
 using ALSA, MPD, PulseAudio, or a FIFO buffer as its input.")

base-commit: 2775bb95c7e4ecfaf81af579e8003dddedab6960
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59753: [PATCH] gnu: cava: Update to 0.8.3.
  2022-12-02  2:43 [bug#59753] [PATCH] gnu: cava: Update to 0.8.3 kiasoc5 via Guix-patches via
@ 2022-12-08 12:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-12-08 12:05 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59753-done

Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

> * gnu/packages/audio.scm (cava): Update to 0.8.3.
> [source]: Delete snippet because iniparser is no longer bundled.
> [homepage]: Update it.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-08 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02  2:43 [bug#59753] [PATCH] gnu: cava: Update to 0.8.3 kiasoc5 via Guix-patches via
2022-12-08 12:05 ` bug#59753: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.