mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kid3: Fix build.
* gnu/packages/kde-multimedia.scm (kid3)[arguments]<#:configure-flags>: Add "-DWITH_FFMPEG=ON". [native-inputs]: Remove ffmpeg-4. [inputs]: Add ffmpeg-6. Change-Id: I52236bfdb525473e83b5f6f6ed2d8a55026e1e16
This commit is contained in:
parent
aceaa49d82
commit
0d42fc1624
1 changed files with 2 additions and 1 deletions
|
@ -453,6 +453,7 @@ projects.")
|
|||
#:configure-flags
|
||||
#~(list
|
||||
"-DBUILD_WITH_QT6=ON"
|
||||
"-DWITH_FFMPEG=ON"
|
||||
(string-append "-DDOCBOOK_XSL_DIR="
|
||||
#$(this-package-native-input "docbook-xsl")))
|
||||
#:qtbase qtbase
|
||||
|
@ -467,13 +468,13 @@ projects.")
|
|||
(native-inputs
|
||||
(list docbook-xsl
|
||||
extra-cmake-modules
|
||||
ffmpeg-4
|
||||
kdoctools
|
||||
libxslt
|
||||
python-minimal-wrapper
|
||||
qttools))
|
||||
(inputs
|
||||
(list chromaprint
|
||||
ffmpeg-6
|
||||
flac
|
||||
id3lib
|
||||
kconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue