summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-02-08 23:59:07 +0530
committerAndreas Enge <andreas@enge.fr>2026-02-24 12:04:33 +0100
commitfb5746ca640d088e4f8b6771a53e11cc6a437bde (patch)
tree4564701b4a799b2e51e481ffb33871ffb4211c25 /gnu
parent198aba433d9b0e5c021b57742028af9190cb284b (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')
-rw-r--r--gnu/packages/kde-multimedia.scm7
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.")
(define-public amarok
(package
(name "amarok")
- (version "3.3.1")
+ (version "3.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/amarok/" version
"/amarok-" version ".tar.xz"))
(sha256
(base32
- "00cw6gk1vhc5ch2jri90lma5jbkah3bq1dmyzg49bnq77aljwvrr"))))
+ "02v6sf2v9hnkzzkxq3xszazxbswaymqhnvvyyf6f86wrsc4nnhxa"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
- #:configure-flags
- #~(list "-DBUILD_WITH_QT6=ON")
+ #:test-exclude "testtrackforurlworker"
#:phases
#~(modify-phases %standard-phases
(add-before 'configure 'check-setup