mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
9eac1d4f68
commit
5f4ba1c09f
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue