flathub / org.kde.kdenlive

https://flathub.org/apps/details/org.kde.kdenlive
17 stars 18 forks source link

KDE KF6 update #347

Closed travier closed 7 months ago

flathubbot commented 8 months ago

Started test build 104282

flathubbot commented 8 months ago

Build 104282 failed

flathubbot commented 8 months ago

Started test build 104293

flathubbot commented 8 months ago

Build 104293 was cancelled

travier commented 8 months ago

Looks like it's working but I did not test rendering anything.

But I got:

Missing MLT module: kdenlivetitle
required to create titles
Missing MLT module: glaxnimate
required to load Lottie animations
travier commented 8 months ago

bot, build

flathubbot commented 8 months ago

Queued test build for org.kde.kdenlive.

flathubbot commented 8 months ago

Started test build 104398

flathubbot commented 8 months ago

Build 104398 failed

travier commented 8 months ago

bot, build

flathubbot commented 8 months ago

Queued test build for org.kde.kdenlive.

flathubbot commented 8 months ago

Started test build 104479

flathubbot commented 8 months ago

Build 104479 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/87271/org.kde.kdenlive.flatpakref
travier commented 7 months ago

bot, build

flathubbot commented 7 months ago

Queued test build for org.kde.kdenlive.

flathubbot commented 7 months ago

Started test build 105610

flathubbot commented 7 months ago

Build 105610 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/88414/org.kde.kdenlive.flatpakref
jakubklos77 commented 7 months ago

Unfortunately, this version has the "Add Title Clip" disabled (greyed out). If I use the official, it works and the menu item is enabled. So I cannot test the functionality in this build...

jlskuz commented 7 months ago

You need to update the cmake flags for MLT like:

        "-DMOD_OPENCV=ON",
        "-DMOD_MOVIT=ON",
        "-DMOD_GLAXNIMATE=OFF",
        "-DMOD_QT=OFF",
        "-DMOD_QT6=ON",
        "-DMOD_GLAXNIMATE_QT6=ON",
flathubbot commented 7 months ago

Started test build 106221

travier commented 7 months ago

Thanks, updated. Let's see how this goes.

flathubbot commented 7 months ago

Build 106221 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/89033/org.kde.kdenlive.flatpakref
jakubklos77 commented 7 months ago

Yes, that build works for me including the rendering. Thank you

gtirloni commented 7 months ago

Also confirming this works great here (Fedora 39 x86-64).

travier commented 7 months ago

Thanks a lot for testing!

travier commented 7 months ago

OK, this looks good for a quick test. @jlskuz Can I let you merge if you think this is good? Thanks