diff options
| author | Andrew Wong <wongandj@runbox.com> | 2025-12-21 13:11:49 -0500 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-12-23 16:16:30 +0800 |
| commit | a33944f438f14f0178e99b41136d814111eb472d (patch) | |
| tree | 59995e76604389b6f3b8350b5205a94dee03a2bc /gnu | |
| parent | 43122908e105e832200f6e62b4cdc8a0c3476880 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/mpd.scm | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index f8341dba55b..9b5ea768a76 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm | |||
| @@ -58,6 +58,7 @@ | |||
| 58 | #:use-module (gnu packages gnupg) | 58 | #:use-module (gnu packages gnupg) |
| 59 | #:use-module (gnu packages gtk) | 59 | #:use-module (gnu packages gtk) |
| 60 | #:use-module (gnu packages icu4c) | 60 | #:use-module (gnu packages icu4c) |
| 61 | #:use-module (gnu packages kde-frameworks) | ||
| 61 | #:use-module (gnu packages libusb) | 62 | #:use-module (gnu packages libusb) |
| 62 | #:use-module (gnu packages lua) | 63 | #:use-module (gnu packages lua) |
| 63 | #:use-module (gnu packages readline) | 64 | #:use-module (gnu packages readline) |
| @@ -524,16 +525,25 @@ MPRIS 2 support.") | |||
| 524 | (define-public cantata | 525 | (define-public cantata |
| 525 | (package | 526 | (package |
| 526 | (name "cantata") | 527 | (name "cantata") |
| 527 | (version "3.3.1") | 528 | (version "3.4.0") |
| 528 | (source (origin | 529 | (source (origin |
| 529 | (method git-fetch) | 530 | (method git-fetch) |
| 530 | (uri (git-reference | 531 | (uri (git-reference |
| 531 | (url "https://github.com/nullobsi/cantata") | 532 | (url "https://github.com/nullobsi/cantata") |
| 532 | (commit (string-append "v" version)))) | 533 | (commit (string-append "v" version)))) |
| 533 | (file-name (git-file-name name version)) | 534 | (file-name (git-file-name name version)) |
| 534 | (sha256 | 535 | (sha256 |
| 535 | (base32 | 536 | (base32 |
| 536 | "0x5bm8s9cl68ybdv37w65kjlxyz40s42ddyf0cv4351vxxiiyng2")))) | 537 | "1hjq73w5lnh2gj51bnaqym0lds82zzlwjr2ndz2m8xrcv2w2q0lg")) |
| 538 | (modules '((guix build utils))) | ||
| 539 | (snippet | ||
| 540 | #~(begin | ||
| 541 | (with-directory-excursion "3rdparty" | ||
| 542 | (for-each delete-file-recursively | ||
| 543 | '("karchive" | ||
| 544 | "kcategorizedview" | ||
| 545 | "qtsingleapplication"))) | ||
| 546 | (delete-file-recursively "support/fonts"))))) | ||
| 537 | (build-system cmake-build-system) | 547 | (build-system cmake-build-system) |
| 538 | (arguments | 548 | (arguments |
| 539 | `(#:tests? #f)) ; No test suite | 549 | `(#:tests? #f)) ; No test suite |
| @@ -543,16 +553,13 @@ MPRIS 2 support.") | |||
| 543 | (list avahi | 553 | (list avahi |
| 544 | eudev | 554 | eudev |
| 545 | ffmpeg | 555 | ffmpeg |
| 556 | karchive | ||
| 557 | kitemviews | ||
| 546 | libcddb | 558 | libcddb |
| 547 | libcdio-paranoia | 559 | libcdio-paranoia |
| 548 | libmusicbrainz | ||
| 549 | libebur128 | ||
| 550 | libmtp | ||
| 551 | mpg123 | ||
| 552 | qtbase | 560 | qtbase |
| 553 | qtmultimedia | 561 | qtmultimedia |
| 554 | qtsvg | 562 | qtsvg |
| 555 | taglib | ||
| 556 | zlib)) | 563 | zlib)) |
| 557 | (synopsis "Graphical MPD Client") | 564 | (synopsis "Graphical MPD Client") |
| 558 | (description "Cantata is a graphical client for the Music Player Daemon | 565 | (description "Cantata is a graphical client for the Music Player Daemon |
