all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75223] [PATCH] gnu: cantata: Update to 3.3.0, change repo
@ 2024-12-31 11:09 Andrew Wong via Guix-patches via
  2025-01-05  9:09 ` [bug#75223] [PATCH v2] gnu: cantata: Update to 3.3.0 Andrew Wong via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Wong via Guix-patches via @ 2024-12-31 11:09 UTC (permalink / raw)
  To: 75223; +Cc: Andrew Wong

Change-Id: Ie789d0f046716ac8e2631bb6d24fb9fe7119b280
---
 gnu/packages/mpd.scm | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index fb679065de..d5325bce5c 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -504,15 +504,15 @@ (define-public mpdris2
 (define-public cantata
   (package
     (name "cantata")
-    (version "2.5.0")
+    (version "3.3.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/CDrummond/"
-                                  "cantata/releases/download/v" version "/"
-                                  "cantata-" version ".tar.bz2"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nullobsi/cantata")
+                    (commit (string-append "v" version))))
               (sha256
                (base32
-                "090ph8kb2vicjaajn64kmfppb90ix0pnxj525shglyjn7ymh0zpb"))))
+                "09nskgw9c6jhr647yv9irzjb2zibv1w8bwbpfgz0viibqn81f7bp"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; No test suite
@@ -520,16 +520,18 @@ (define-public cantata
      (list pkg-config))
     (inputs
      (list avahi
+           ;; cdparanoia ;replaced by libcdio-paranoia
            eudev
            ffmpeg
+           libcddb
            libcdio-paranoia
            libmusicbrainz
            libebur128
            libmtp
            mpg123
-           qtbase-5
-           qtmultimedia-5
-           qtsvg-5
+           qtbase
+           qtmultimedia
+           qtsvg
            taglib
            zlib))
     (synopsis "Graphical MPD Client")
-- 
2.47.1





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

end of thread, other threads:[~2025-01-05  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 11:09 [bug#75223] [PATCH] gnu: cantata: Update to 3.3.0, change repo Andrew Wong via Guix-patches via
2025-01-05  9:09 ` [bug#75223] [PATCH v2] gnu: cantata: Update to 3.3.0 Andrew Wong via Guix-patches via

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.