gnu: phonon-backend-vlc: Enable QT6.

* gnu/packages/kde-frameworks.scm (phonon-backend-vlc): Switch to Qt6.
[arguments]<configure-flags>: Add "-DPHONON_BUILD_QT5=OFF" and replace
"-DPHONON_BUILD_QT6=OFF" with "-DPHONON_BUILD_QT6=ON".
[native-inputs]: Replace qttools-5 with qttools.
[inputs]: Replace qtbase-5 with qtbase.

Change-Id: I45380ca844e987bb27ee67106e35cb60fc0565c3
This commit is contained in:
Sughosha 2024-10-23 19:43:38 +05:30 committed by Zheng Junjie
parent 9eac1d4f68
commit 5f4ba1c09f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -311,11 +311,12 @@ (define-public phonon-backend-vlc
(build-system cmake-build-system)
(arguments
(list #:configure-flags
#~(list "-DPHONON_BUILD_QT6=OFF")))
#~(list "-DPHONON_BUILD_QT5=OFF"
"-DPHONON_BUILD_QT6=ON")))
(native-inputs
(list extra-cmake-modules qttools-5))
(list extra-cmake-modules qttools))
(inputs
(list phonon qtbase-5 vlc))
(list phonon qtbase vlc))
(home-page "https://community.kde.org/Phonon")
(synopsis "Phonon backend which uses VLC")
(description "Phonon makes use of backend libraries to provide sound.