diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-08 23:59:07 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:33 +0100 |
| commit | fb5746ca640d088e4f8b6771a53e11cc6a437bde (patch) | |
| tree | 4564701b4a799b2e51e481ffb33871ffb4211c25 /gnu/packages/kde-multimedia.scm | |
| parent | 198aba433d9b0e5c021b57742028af9190cb284b (diff) | |
gnu: amarok: Update to 3.3.2.
* gnu/packages/kde-multimedia.scm (amarok): Update to 3.3.2.
[arguments]<#:configure-flags>: Remove -DBUILD_WITH_QT6=ON.
<#:test-exclude>: Exclude testtrackforurlworker.
Change-Id: I3e6a5b930d922c1578325cae671c3467f51da381
Diffstat (limited to 'gnu/packages/kde-multimedia.scm')
| -rw-r--r-- | gnu/packages/kde-multimedia.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm index f04f89da40d..432a9d0baa5 100644 --- a/gnu/packages/kde-multimedia.scm +++ b/gnu/packages/kde-multimedia.scm | |||
| @@ -167,19 +167,18 @@ This package is part of the KDE multimedia module.") | |||
| 167 | (define-public amarok | 167 | (define-public amarok |
| 168 | (package | 168 | (package |
| 169 | (name "amarok") | 169 | (name "amarok") |
| 170 | (version "3.3.1") | 170 | (version "3.3.2") |
| 171 | (source (origin | 171 | (source (origin |
| 172 | (method url-fetch) | 172 | (method url-fetch) |
| 173 | (uri (string-append "mirror://kde/stable/amarok/" version | 173 | (uri (string-append "mirror://kde/stable/amarok/" version |
| 174 | "/amarok-" version ".tar.xz")) | 174 | "/amarok-" version ".tar.xz")) |
| 175 | (sha256 | 175 | (sha256 |
| 176 | (base32 | 176 | (base32 |
| 177 | "00cw6gk1vhc5ch2jri90lma5jbkah3bq1dmyzg49bnq77aljwvrr")))) | 177 | "02v6sf2v9hnkzzkxq3xszazxbswaymqhnvvyyf6f86wrsc4nnhxa")))) |
| 178 | (build-system qt-build-system) | 178 | (build-system qt-build-system) |
| 179 | (arguments | 179 | (arguments |
| 180 | (list #:qtbase qtbase | 180 | (list #:qtbase qtbase |
| 181 | #:configure-flags | 181 | #:test-exclude "testtrackforurlworker" |
| 182 | #~(list "-DBUILD_WITH_QT6=ON") | ||
| 183 | #:phases | 182 | #:phases |
| 184 | #~(modify-phases %standard-phases | 183 | #~(modify-phases %standard-phases |
| 185 | (add-before 'configure 'check-setup | 184 | (add-before 'configure 'check-setup |
