[digikam] [Bug 448681] digikam uses abandoned library incompatible with ffmpeg 5.0

https://bugs.kde.org/show_bug.cgi?id=448681

--- Comment #50 from caulier.gil...@gmail.com ---
Git commit 44da06a0b008eb4030ae59e57c11a1341c157c8c by Gilles Caulier.
Committed on 13/12/2023 at 11:53.
Pushed by cgilles into branch 'master'.

Remove ENABLE_QTMULTIMEDIA cmake option.
Auto-detect automatically the mediaplyer to use : Qt5:QtAV | Qt6:QtMultimedia
Separate ffmpeg rules in a separate cmake script
Disable VideoSlideshow tool with Qt6: It needs to be ported to FFmpeg API
instead QtAV
Note: now with Qt6, QtAV codes are not compiled at all.
Related: bug 472503

M  +0    -1    Mainpage.dox
M  +0    -1    bootstrap.linux
M  +0    -1    bootstrap.tarball
M  +0    -1    bootstrap.vcpkg
M  +1    -0    core/CMakeLists.txt
M  +9    -1    core/app/DigikamCoreTarget.cmake
A  +107  -0    core/cmake/rules/RulesFFmpeg.cmake
M  +269  -364  core/cmake/rules/RulesMediaPlayer.cmake
M  +0    -1    core/cmake/rules/RulesOptionDefinitions.cmake
M  +10   -2    core/dplugins/generic/tools/CMakeLists.txt
M  +12   -12   core/libs/video/CMakeLists.txt
R  +0    -0    core/libs/video/ffmpegconfighelper.cpp [from:
core/libs/video/qtav/ffmpeg/ffmpegconfighelper.cpp - 100% similarity]
R  +0    -0    core/libs/video/ffmpegconfighelper.h [from:
core/libs/video/qtav/ffmpeg/ffmpegconfighelper.h - 100% similarity]
M  +1    -1    core/tests/CMakeLists.txt
M  +0    -1    project/bundles/appimage/03-build-digikam.sh
M  +1    -1    project/bundles/macports/03-build-digikam.sh

https://invent.kde.org/graphics/digikam/-/commit/44da06a0b008eb4030ae59e57c11a1341c157c8c

-- 
You are receiving this mail because:
You are watching all bug changes.

Read more here: Source link