[PATCH] gnu: cantata: Update to 2.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • simon
Owner
unassigned
Submitted by
simon
Severity
normal

Debbugs page

simon wrote 2 years ago
(address . guix-patches@gnu.org)(name . Simon Streit)(address . simon@netpanic.org)
20221011183956.24099-1-simon@netpanic.org
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(-)

Toggle diff (53 lines)
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
Christopher Baines wrote 2 years ago
(address . simon@netpanic.org)(address . 58449-done@debbugs.gnu.org)
87fsfs6j4t.fsf@cbaines.net
simon@netpanic.org writes:

Toggle quote (8 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNH+qJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xe/kg//c085xV2gEORV7wxkM3XnodIJRTstBzi7
rxxTQd6gZ6tf//P+m+urNOhfx4aH/LOhKHSY9x3Kxdl5GTsL/cP163iLC/Ismk2w
EtqWVzjdsUDSzysQEacfoXYVr2sHiXTBm5ljJCCwygjxDAsowQio6rQlAhYlDE4h
IRVb5q9TgQ8pBs3hn2ZuuAcuKiolidRucy0DY6KAJE38JpjwCrKiSdM1NYrwutsg
Tz0PpWg9Mm0pZSac/OfStu1gaQN1ivZMd9GINm043fPOolRR3mI4DBO3dly+kQnV
LNnBArKHo8Ceeu+owYsEa9Zgpc0P3GK3Ugd/ngQ0XAFfEKM5bnj+IzoIg6fxQNsI
oaBRPSD+4wddP5UhoLMJFwIlzDTGyNp/b/3fsNAbnPsto670PNXJbWaqmIhN2rzG
WyHidMZ+xYF9TJk/IpCqWav1V1KE7E9mdEfcChb/bpw8mJsa6ya/4lgvwPLD1x+6
0S3aJhrlYrMfHajgNndqmMtKpU0UnBklMdTJV+nbl/FAAD0q0XPfSY11qol+XLcY
RTnKcnGczaHk2rwUxqEG9/0yp/Q1Te8rpYyNW9s6BrUwUcR1x7s3ks6cuSF7W1+s
1w+pwZg53MIXPDQMqe8pvXGenjIKQJyNCrZgA4ltcZE3t85AjeJSGdtQXtx1wooO
3d5/GOXNRFg=
=M/ZE
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58449@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58449
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help