Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625476 - media-tv/kodi missing dependency for ffmpeg:openssl
Summary: media-tv/kodi missing dependency for ffmpeg:openssl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-17 23:51 UTC by A. Person
Modified: 2017-07-21 18:14 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. Person 2017-07-17 23:51:50 UTC
I couldn't get the PS Vue add-on to work (which is in the official kodi repository) until I recompiled ffmpeg with USE="openssl".  I think a lot of other streams are encrypted in kodi which will also require ffmpeg openssl support.
Comment 1 Craig Andrews gentoo-dev 2017-07-19 19:53:38 UTC
Ideally, if kodi is built with libressl, it should also require ffmpeg to be built with libressl too. However, ffmpeg doesn't support that at the moment, see bug 569818.

But for now, I'll add this dependency.

https://github.com/gentoo/gentoo/pull/5143

Thanks for reporting the issue!