mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: cantata: Update to 3.4.0.
* gnu/packages/mpd.scm (cantata): Update to 3.4.0. [origin]: Remove unneeded bundled code. [inputs]: Add karchive, kitemviews; remove unused libmusicbrainz, libebur128, libmtp, mpg123, taglib. Closes: guix/guix#5010 Change-Id: I9af0ec0f93d4d7b098217de8f77daf7cf26d90f4 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
43122908e1
commit
a33944f438
1 changed files with 16 additions and 9 deletions
|
|
@ -58,6 +58,7 @@
|
|||
#:use-module (gnu packages gnupg)
|
||||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages icu4c)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (gnu packages libusb)
|
||||
#:use-module (gnu packages lua)
|
||||
#:use-module (gnu packages readline)
|
||||
|
|
@ -524,16 +525,25 @@ MPRIS 2 support.")
|
|||
(define-public cantata
|
||||
(package
|
||||
(name "cantata")
|
||||
(version "3.3.1")
|
||||
(version "3.4.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nullobsi/cantata")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/nullobsi/cantata")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x5bm8s9cl68ybdv37w65kjlxyz40s42ddyf0cv4351vxxiiyng2"))))
|
||||
"1hjq73w5lnh2gj51bnaqym0lds82zzlwjr2ndz2m8xrcv2w2q0lg"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
(with-directory-excursion "3rdparty"
|
||||
(for-each delete-file-recursively
|
||||
'("karchive"
|
||||
"kcategorizedview"
|
||||
"qtsingleapplication")))
|
||||
(delete-file-recursively "support/fonts")))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No test suite
|
||||
|
|
@ -543,16 +553,13 @@ MPRIS 2 support.")
|
|||
(list avahi
|
||||
eudev
|
||||
ffmpeg
|
||||
karchive
|
||||
kitemviews
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue