all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Wong via Guix-patches via <guix-patches@gnu.org>
To: 75223@debbugs.gnu.org
Cc: Andrew Wong <wongandj@icloud.com>
Subject: [bug#75223] [PATCH v2] gnu: cantata: Update to 3.3.0.
Date: Sun,  5 Jan 2025 04:09:08 -0500	[thread overview]
Message-ID: <ebe02586f4e2e4fe8810e354b1618a26c4681787.1736068147.git.wongandj@icloud.com> (raw)
In-Reply-To: <20241231110946.31480-1-wongandj@icloud.com>

* gnu/packages/mpd.scm (cantata): Update to 3.3.0.
[origin]: Change upstream repository.
[native-inputs]: Add libcddb. Update Qt libraries to Qt6.
[description]: Update description. This is a Qt6 app now.
[home-page]: Change upstream repository.

Change-Id: I85589f010154270c4a9a6e89f9376769c7efe170
---
Fixed several errors in the previous patch version.
 gnu/packages/mpd.scm | 63 ++++++++++++++++++++++----------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index fb679065de..7e9bf730e6 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -504,41 +504,42 @@ (define-public mpdris2
 (define-public cantata
   (package
     (name "cantata")
-    (version "2.5.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/CDrummond/"
-                                  "cantata/releases/download/v" version "/"
-                                  "cantata-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "090ph8kb2vicjaajn64kmfppb90ix0pnxj525shglyjn7ymh0zpb"))))
+    (version "3.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nullobsi/cantata")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "09nskgw9c6jhr647yv9irzjb2zibv1w8bwbpfgz0viibqn81f7bp"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f)) ; No test suite
-    (native-inputs
-     (list pkg-config))
-    (inputs
-     (list avahi
-           eudev
-           ffmpeg
-           libcdio-paranoia
-           libmusicbrainz
-           libebur128
-           libmtp
-           mpg123
-           qtbase-5
-           qtmultimedia-5
-           qtsvg-5
-           taglib
-           zlib))
+     `(#:tests? #f)) ;No test suite
+    (native-inputs (list pkg-config))
+    (inputs (list avahi
+                  eudev
+                  ffmpeg
+                  libcddb
+                  libcdio-paranoia
+                  libmusicbrainz
+                  libebur128
+                  libmtp
+                  mpg123
+                  qtbase
+                  qtmultimedia
+                  qtsvg
+                  taglib
+                  zlib))
     (synopsis "Graphical MPD Client")
-    (description "Cantata is a graphical client for the Music Player Daemon
-(MPD), using the Qt5 toolkit.  Its user interface is highly customizable,
-supporting multiple collections, ratings, and dynamic playlists.  A local cache
-of the music library will be created to provide a hierarchy of albums and
+    (description
+     "Cantata is a graphical client for the Music Player Daemon (MPD).  Its
+user interface is highly customizable, supporting multiple
+collections, ratings, and dynamic playlists.  A local cache of the
+music library will be created to provide a hierarchy of albums and
 artists along with albumart.")
-    (home-page "https://github.com/cdrummond/cantata")
+    (home-page "https://github.com/nullobsi/cantata")
     (license license:gpl3+)))
 
 (define-public mcg

base-commit: e383e8e34097b064d4baa4207673c6ba30617347
-- 
2.47.1





      reply	other threads:[~2025-01-05  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Andrew Wong via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ebe02586f4e2e4fe8810e354b1618a26c4681787.1736068147.git.wongandj@icloud.com \
    --to=guix-patches@gnu.org \
    --cc=75223@debbugs.gnu.org \
    --cc=wongandj@icloud.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.