GNU bug report logs - #58449
[PATCH] gnu: cantata: Update to 2.5.0.

Previous Next

Package: guix-patches;

Reported by: simon <at> netpanic.org

Date: Tue, 11 Oct 2022 18:41: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#58449: closed ([PATCH] gnu: cantata: Update to 2.5.0.)
Date: Thu, 13 Oct 2022 11:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Oct 2022 12:46:16 +0100
with message-id <87fsfs6j4t.fsf <at> cbaines.net>
and subject line Re: [bug#58449] [PATCH] gnu: cantata: Update to 2.5.0.
has caused the debbugs.gnu.org bug report #58449,
regarding [PATCH] gnu: cantata: Update to 2.5.0.
to be marked as done.

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


-- 
58449: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58449
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: simon <at> netpanic.org
To: guix-patches <at> gnu.org
Cc: Simon Streit <simon <at> netpanic.org>
Subject: [PATCH] gnu: cantata: Update to 2.5.0.
Date: Tue, 11 Oct 2022 20:39:56 +0200
From: Simon Streit <simon <at> netpanic.org>

* gnu/packages/mpd.scm (cantata): Update to 2.5.0.
[inputs]: Add "avahi" and "musicbrainz".
---
 gnu/packages/mpd.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 05737f3a86..edec855fff 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2019 Evan Straw <evan.straw99 <at> gmail.com>
 ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado <at> elephly.net>
 ;;; Copyright © 2020 Lars-Dominik Braun <lars <at> 6xq.net>
-;;; Copyright © 2020, 2021 Simon Streit <simon <at> netpanic.org>
+;;; Copyright © 2020–2022 Simon Streit <simon <at> netpanic.org>
 ;;; Copyright © 2021 Noah Evans <noah <at> nevans.me>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -63,6 +63,7 @@ (define-module (gnu packages mpd)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages mp3)
+  #:use-module (gnu packages music)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages pkg-config)
@@ -442,7 +443,7 @@ (define-public mpdris2
 (define-public cantata
   (package
     (name "cantata")
-    (version "2.4.2")
+    (version "2.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/CDrummond/"
@@ -450,16 +451,18 @@ (define-public cantata
                                   "cantata-" version ".tar.bz2"))
               (sha256
                (base32
-                "10pcrpmb4n1mkgr21xd580nrbmh57q7s72cbs1zay847hc65vliy"))))
+                "090ph8kb2vicjaajn64kmfppb90ix0pnxj525shglyjn7ymh0zpb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; No test suite
     (native-inputs
      (list pkg-config))
     (inputs
-     (list eudev
+     (list avahi
+           eudev
            ffmpeg
            libcdio-paranoia
+           libmusicbrainz
            libebur128
            libmtp
            mpg123
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: simon <at> netpanic.org
Cc: 58449-done <at> debbugs.gnu.org
Subject: Re: [bug#58449] [PATCH] gnu: cantata: Update to 2.5.0.
Date: Thu, 13 Oct 2022 12:46:16 +0100
[Message part 4 (text/plain, inline)]
simon <at> netpanic.org writes:

> From: Simon Streit <simon <at> netpanic.org>
>
> * gnu/packages/mpd.scm (cantata): Update to 2.5.0.
> [inputs]: Add "avahi" and "musicbrainz".
> ---
>  gnu/packages/mpd.scm | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)

Thanks, I've pushed this to master as
5dec941818b8a65ff2c1b8f1ed893c256a26e86c.

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

This bug report was last modified 2 years and 283 days ago.

Previous Next


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