* [bug#58449] [PATCH] gnu: cantata: Update to 2.5.0.
@ 2022-10-11 18:39 simon
2022-10-13 11:46 ` bug#58449: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: simon @ 2022-10-11 18:39 UTC (permalink / raw)
To: 58449; +Cc: Simon Streit
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#58449: [PATCH] gnu: cantata: Update to 2.5.0.
2022-10-11 18:39 [bug#58449] [PATCH] gnu: cantata: Update to 2.5.0 simon
@ 2022-10-13 11:46 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-10-13 11:46 UTC (permalink / raw)
To: simon; +Cc: 58449-done
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-13 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 18:39 [bug#58449] [PATCH] gnu: cantata: Update to 2.5.0 simon
2022-10-13 11:46 ` bug#58449: " Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).