Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608472 - media-tv/kodi: Add a use flag to choose between system ffmpeg or bundled one
Summary: media-tv/kodi: Add a use flag to choose between system ffmpeg or bundled one
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 18:50 UTC by Marc Perrudin
Modified: 2017-04-14 17:02 UTC (History)
1 user (show)

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


Attachments
system-ffmpeg use flag (kodi_with_bundled_ffmpeg.patch,3.59 KB, patch)
2017-02-06 18:50 UTC, Marc Perrudin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Perrudin 2017-02-06 18:50:05 UTC
Created attachment 462678 [details, diff]
system-ffmpeg use flag

Like libdvd, there is options in kodi to use the bundled ffmpeg. The kodi fork allow the use of the system ffmpeg but it doesn't cost a lot to permit the use of the forked version with all options needed by kodi.

ffmpeg is statically linked to kodi so there is no risk of collision with the system installed version.
Comment 1 Craig Andrews gentoo-dev 2017-02-08 18:09:36 UTC
https://github.com/gentoo/gentoo/pull/3885

Thanks for the patch!
Comment 2 Marc Perrudin 2017-02-12 13:19:50 UTC
Ok, so THIS package can't use 'system-ffmpeg' while other can because it violate the policy of not using bundled libraries but for all the java stuff, it's ok !

Very fun.