https://bugs.kde.org/show_bug.cgi?id=523012
Jean-Baptiste Mardelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/kdenlive/-/commit/f0 | |c85816140bbe573d67a6322489b | |41b39d48bab Resolution|--- |FIXED --- Comment #3 from Jean-Baptiste Mardelle <[email protected]> --- Git commit f0c85816140bbe573d67a6322489b41b39d48bab by Jean-Baptiste Mardelle, on behalf of Jaimukund Bhan. Committed on 21/07/2026 at 12:22. Pushed by mardelle into branch 'master'. Add missing Kdenlive and FFmpeg versions for Debug Info `KDENLIVE_FULL_VERSION_STRING` was only configured in `CMakeLists.txt` if a `.git` directory existed. Since Flatpak is built from release source tarballs, it remained empty. This MR adds a fallback check to set it to `KDENLIVE_VERSION`. In `src/main.cpp`, the FFmpeg component was registered with `KAboutData` using an empty `QString()` for the version. This MR includes `<libavutil/avutil.h>` and fetches the dynamic runtime version of FFmpeg using `av_version_info()`. M +3 -0 CMakeLists.txt M +6 -2 src/main.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/f0c85816140bbe573d67a6322489b41b39d48bab -- You are receiving this mail because: You are watching all bug changes.
