How is Kdenlive's MLT built?

I ask because this is the recommended way:

./configure \
        --prefix='/usr' \
        --avformat-swscale \
        --enable-gpl \
        --enable-gpl3 \
        --enable-opencv \
        --enable-lumas \
        --qt-libdir='/usr/lib' \
        --qt-includedir='/usr/include/qt'

Also with these are the dependencies I use for archlinux:

  • ladspa
  • frei0r-plugins
  • libdv
  • sdl_image
  • libsamplerate
  • sox
  • ffmpeg
  • vid.stab
  • qt5-svg
  • jack
  • libexif
  • python
  • swig
  • movit
  • eigen
  • opencv
  • libebur128
  • gtk2
  • rubberband
  • sdl2
  • sdl_image
  • swh-plugins

https://github.com/flathub/org.kde.kdenlive

Note that --prefix=/app is set by flatpak-builder.

Also if you want swh-plugins for LADSPA you don’t need to build them. Just to auto install the extension. (Kdenlive does that now)

Ping me if you need help with that.