Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642848 - kde-apps/kdenlive w/o media-libs/mlt[frei0r] cannot find frei0r-plugins
Summary: kde-apps/kdenlive w/o media-libs/mlt[frei0r] cannot find frei0r-plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-31 14:43 UTC by John Dallahan
Modified: 2017-12-31 15:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_642848.txt,5.86 KB, text/plain)
2017-12-31 14:43 UTC, John Dallahan
Details
the box that appears at startup (Screenshot_20171231_174354.png,33.40 KB, image/png)
2017-12-31 14:44 UTC, John Dallahan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Dallahan 2017-12-31 14:43:19 UTC
Created attachment 512282 [details]
emerge --info

I installed both kdenlive and frei0r-plugins but at startup kdenlive tells me that it cannot find frei0r effects.

[ebuild   R    ] kde-apps/kdenlive-17.12.0:5::gentoo  USE="handbook semantic-desktop -debug -freesound -gles2 -jogshuttle -v4l"
[ebuild   R    ] media-plugins/frei0r-plugins-1.6.1::gentoo  USE="facedetect scale0tilt -doc"
Comment 1 John Dallahan 2017-12-31 14:44:58 UTC
Created attachment 512284 [details]
the box that appears at startup
Comment 2 Andreas Sturmlechner gentoo-dev 2017-12-31 15:01:45 UTC
$ equery u mlt
Comment 3 John Dallahan 2017-12-31 15:09:14 UTC
Thanks, I didn't know that required a USE flag. Maybe add a USE dependency to mlt on frei0r-plugins install? I can't be the only person who got stumped on this.
Comment 4 Andreas Sturmlechner gentoo-dev 2017-12-31 15:13:32 UTC
No, that would be backwards. media-libs/mlt[frei0r] is pulling in media-plugins/frei0r-plugins.
Comment 5 John Dallahan 2017-12-31 15:49:13 UTC
(In reply to Andreas Sturmlechner from comment #4)
> No, that would be backwards. media-libs/mlt[frei0r] is pulling in
> media-plugins/frei0r-plugins.

Hmm... but that use flag isn't enabled by default. Then maybe add a post-install message telling people to enable media-libs/mlt[frei0r] if they want to use frei0r-effects with Kdenlive?