gnu: phonon: Enable qt6.
* gnu/packages/kde-frameworks.scm (phonon): Enable qt6. [arguments]: Remove "-DPHONON_BUILD_QT6=OFF". <#:phases>: Remove patch-installdir phase. [inputs]: Add qtbase and qt5compat. [native-inputs]: Remove qttools-5; add qttools. Change-Id: Ie9421f5d1f8191fe1d600bc71fdb8a318fa92ca1master
parent
c77f92a69e
commit
52a037fdcd
|
@ -225,22 +225,11 @@ continuous display of high-volume data.")
|
|||
"16pk8g5rx00x45gnxrqg160b1l02fds1b7iz6shllbfczghgz1rj"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
;; TODO: Add building the super experimental QML support
|
||||
(list appstream extra-cmake-modules pkg-config qttools-5))
|
||||
(inputs (list glib qtbase-5 pulseaudio))
|
||||
(list appstream extra-cmake-modules pkg-config qttools))
|
||||
(inputs (list qtbase qt5compat glib qtbase-5 pulseaudio))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~'("-DCMAKE_CXX_FLAGS=-fPIC"
|
||||
"-DPHONON_BUILD_QT6=OFF") ;KDE is still using Qt 5
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'install 'patch-installdir
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((regex (string-append "(INSTALL DESTINATION \")"
|
||||
#$(this-package-input "qtbase"))))
|
||||
(substitute* "cmake_install.cmake"
|
||||
((regex all dest)
|
||||
(string-append dest #$output)))))))))
|
||||
#~(list "-DCMAKE_CXX_FLAGS=-fPIC")))
|
||||
(home-page "https://community.kde.org/Phonon")
|
||||
(synopsis "KDE's multimedia library")
|
||||
(description "KDE's multimedia library.")
|
||||
|
|
Reference in New Issue