DidierSpaier wrote: ↑8. Oct 2022, 17:21
...
Indeed the "lib" dependencies puzzles me and to a lesser degree the "libmms" dependency (supposed to be an auto-detected dependency of libmediainfo).
Neither a "lib" package nor a "libmms" package are installed here.
Thanks Didier, I've since fixed that.
Bird wrote: ↑9. Oct 2022, 14:46
On Salix 14.1 32-bit, for the SlackBuild Kdenlive 0.9.8, there are some missing dependencies:
linuxdoc-tools
qjson
automoc4
kdelibs
I did install gsm manually and unchecked "Resolve dependencies" in Sourcery.
Well, it's really an old version, and the developers probably have other things to do. But this is more for my personal documentation when installing these systems that run pretty well with the old programs.
Thanks Bird, I have added those to the kdenlive deps for 14.1.
DidierSpaier wrote: ↑13. Oct 2022, 21:25
This file mentions libmanette as dependency, probably because in Salix it is a dependency of webkit2gtk, itself a dependency of surf.
...
As an aside I like surf, a lot faster than Firefox. Based on webkit2gtk, with only 2149 lines of code in
surf.c.
Actually, it seems libmanette is a direct dependency of surf:
Code: Select all
$ ldd /usr/bin/surf|grep manette
libmanette-0.2.so.0 => /usr/lib64/libmanette-0.2.so.0 (0x00007f40485d2000)
But I'm glapt you have it fixed the proper way.
And surf is great! It's astonishingly fast, although of course it can't cope with the craziness that is the modern web.