Bug 499444 - Fails to build on ubuntu 24.10
Summary: Fails to build on ubuntu 24.10
Status: REPORTED
Alias: None
Product: kdenlive
Classification: Applications
Component: Setup & Installation (other bugs)
Version First Reported In: git-master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-03 06:13 UTC by mashkal2000@gmail.com
Modified: 2025-02-03 06:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mashkal2000@gmail.com 2025-02-03 06:13:27 UTC
The build page (https://invent.kde.org/multimedia/kdenlive/-/blob/master/dev-docs/build.md) says that 24.10 is supported. Particularly, that the required mlt version is >= 7.22.0. Ubuntu 24.10 has MLT version 7.24 (https://packages.ubuntu.com/oracular/libmlt++7) but cmake says that 7.28.0 is required.

CMake Error at /usr/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find MLT: Found unsuitable version "7.24.0", but required is at
  least "7.28.0" (found /usr/lib/x86_64-linux-gnu/libmlt-7.so)
Call Stack (most recent call first):
  /usr/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:601 (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindMLT.cmake:67 (find_package_handle_standard_args)
  CMakeLists.txt:133 (find_package)