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

--- Comment #4 from Chandler Klüser <xchandle...@hotmail.com> ---
I have full cleaned kdenlive and mlt, then:

`git clone https://github.com/mltframework/mlt` in `master` branch, commit
`5eefee5167108c7a8189fc876e833d66cba5ddf3`:

```
cd mlt
cmake -B build . -DCMAKE_INSTALL_PREFIX=/usr -DMOD_OPENCV=ON
cmake --build build
sudo cmake --install build
```

then, `git clone https://github.com/KDE/kdenlive` in `master` branch, commit
`a709f378ed05b85dc8aabf66d00eb73db9e3144a`

```
cd kdenlive
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --install .
```

The issue still persists, I have got also some warnings running kdenlive to
help:

```
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use
QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Could not detect package type, probably default? App dir is
"/home/chandler/Documentos/kdenlive/build/bin"
mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltmovit.so
  (libmovit.so.8: não é possível abrir arquivo compartilhado: Arquivo ou
diretório inexistente)
mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltsox.so
  (libsox.so.3: não é possível abrir arquivo compartilhado: Arquivo ou
diretório inexistente)
profilePath from KdenliveSetting::mltPath:  "/usr/share/mlt-7/profiles"
meltPath from KdenliveSetting::rendererPath:  "/usr/bin/melt-7"
Empty metadata for  "telecide"
(...)
SETTING AUDIO DATA IN MONITOR EMPTY!!!
MUTEX LOCK!!!!!!!!!!!! setmodel
MUTEX UNLOCK!!!!!!!!!!!! setmodel
MUTEX LOCK!!!!!!!!!!!! loadEffects COUNT:  0
TRACK NOT IN TARGET :  138  =  (138)
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
clip not ready or not compatible PlaylistState::VideoOnly true
```

============================

Side Note: if you can update
[PKGBUILD](https://gitlab.archlinux.org/archlinux/packaging/packages/extra-cmake-modules/-/blob/main/PKGBUILD?ref_type=heads)
of extra-cmake-modules source code path in Arch Packages Repository to
`https://download.kde.org/stable/frameworks/5.110/extra-cmake-modules-5.110.0.tar.xz`
I will appreciate, because the link is broken written that way.

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

Reply via email to