gnu: juk: Update to 25.08.1.

* gnu/packages/kde-multimedia.scm (juk): Update to 25.08.1.
[inputs]: Add qtmultimedia; remove phonon and phonon-backend-vlc.

Change-Id: Iab43f91c5569bb11f2548fc58e8227bbf2c0831f
This commit is contained in:
Sughosha 2025-09-18 11:03:32 +05:30
parent 0cf74c2403
commit f035be34f1
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -300,14 +300,14 @@ This package is part of the KDE multimedia module.")
(define-public juk (define-public juk
(package (package
(name "juk") (name "juk")
(version "25.04.0") (version "25.08.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/juk-" version ".tar.xz")) "/src/juk-" version ".tar.xz"))
(sha256 (sha256
(base32 "0mcikzh5zvg9f1zyh92jjblcrvqi2pvj8wv08s2d9xv5qwa28qip")))) (base32 "1mwdsyqcvwiz7lcq9l6sywqnbsc7916racgd1sgrwwswmdf4p8ir"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
@ -330,9 +330,8 @@ This package is part of the KDE multimedia module.")
kwindowsystem kwindowsystem
kxmlgui kxmlgui
breeze-icons ; default icon set breeze-icons ; default icon set
phonon
phonon-backend-vlc
qtbase qtbase
qtmultimedia
qtsvg qtsvg
taglib)) taglib))
(arguments (list #:qtbase qtbase)) (arguments (list #:qtbase qtbase))