mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: pulseaudio-qt: Update to 1.5.0.
* gnu/packages/kde-frameworks.scm (pulseaudio-qt): Update to 1.5.0. [arguments]<#:configure-flags>: Pass -DBUILD_WITH_QT6=ON. [inputs]: Remove qtdeclarative-5 and qtbase-5; add qtdeclarative and qtbase. Change-Id: Ifa1a2ad94cae9152220504f8ab6a79642c4bb682
This commit is contained in:
parent
db36da417d
commit
f147673663
1 changed files with 4 additions and 3 deletions
|
@ -1397,19 +1397,20 @@ (define-public prison
|
|||
(define-public pulseaudio-qt
|
||||
(package
|
||||
(name "pulseaudio-qt")
|
||||
(version "1.4.0")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/pulseaudio-qt"
|
||||
"/pulseaudio-qt-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rfh1qawf2bxh26p5xr03z2zizpnfw8k9ycwhmmqac11rx765jnq"))))
|
||||
"0845d910jyd6w02yc157m4myfwzbmj1l0y6mj3yx0wq0f34533yd"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
(list glib pulseaudio qtdeclarative-5 qtbase-5))
|
||||
(list glib pulseaudio qtdeclarative qtbase))
|
||||
(home-page "https://invent.kde.org/libraries/pulseaudio-qt/")
|
||||
(synopsis "Qt bindings for PulseAudio")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue