emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58449: closed ([PATCH] gnu: cantata: Update to 2.5.0.)


From: GNU bug Tracking System
Subject: bug#58449: closed ([PATCH] gnu: cantata: Update to 2.5.0.)
Date: Thu, 13 Oct 2022 11:47:02 +0000

Your message dated Thu, 13 Oct 2022 12:46:16 +0100
with message-id <87fsfs6j4t.fsf@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@gnu.org.)


-- 
58449: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58449
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cantata: Update to 2.5.0. Date: Tue, 11 Oct 2022 20:39:56 +0200
From: Simon Streit <simon@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@gmail.com>
 ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
-;;; Copyright © 2020, 2021 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2020–2022 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2021 Noah Evans <noah@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58449] [PATCH] gnu: cantata: Update to 2.5.0. Date: Thu, 13 Oct 2022 12:46:16 +0100 User-agent: mu4e 1.8.9; emacs 28.1
simon@netpanic.org writes:

> From: Simon Streit <simon@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]