It seems that kdenlive-0.7 needs mlt to be built with the sdl USE-Flag. Otherwise it will raise an error when starting up kdenlive reporting a missing mlt SDL module. compiling mlt with the sdl USE-Flag enabled solve this probelm. Reproducible: Always Steps to Reproduce: 1. emerge media-libs/mlt without sdl USE-Flag 2. emerge media-video/kdenlive 3. startup kdenlive Actual Results: kdenlive startup wizard reports an error Expected Results: kdenlive should work without problems if sdl isn't required In the ebuild the sdl use-flag IS required for media-video/ffmpeg but not for media-libs/mlt.
fixed, thanks for reporting