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
|
#:configure-flags
|
||||||
#~(list
|
#~(list
|
||||||
"-DBUILD_WITH_QT6=ON"
|
"-DBUILD_WITH_QT6=ON"
|
||||||
|
"-DWITH_FFMPEG=ON"
|
||||||
(string-append "-DDOCBOOK_XSL_DIR="
|
(string-append "-DDOCBOOK_XSL_DIR="
|
||||||
#$(this-package-native-input "docbook-xsl")))
|
#$(this-package-native-input "docbook-xsl")))
|
||||||
#:qtbase qtbase
|
#:qtbase qtbase
|
||||||
|
@ -467,13 +468,13 @@ projects.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xsl
|
(list docbook-xsl
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
ffmpeg-4
|
|
||||||
kdoctools
|
kdoctools
|
||||||
libxslt
|
libxslt
|
||||||
python-minimal-wrapper
|
python-minimal-wrapper
|
||||||
qttools))
|
qttools))
|
||||||
(inputs
|
(inputs
|
||||||
(list chromaprint
|
(list chromaprint
|
||||||
|
ffmpeg-6
|
||||||
flac
|
flac
|
||||||
id3lib
|
id3lib
|
||||||
kconfig
|
kconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue