Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 500172 - media-tv/xbmc-9999 - disable support for external virtual/ffmpeg
Summary: media-tv/xbmc-9999 - disable support for external virtual/ffmpeg
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL: https://github.com/xbmc/xbmc/pull/4005
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-02-03 11:52 UTC by hal
Modified: 2014-05-12 17:28 UTC (History)
3 users (show)

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


Attachments
Patch removes support for external ffmpeg (xbmc-9999-no-external-ffmpeg.patch,1.36 KB, patch)
2014-02-03 11:52 UTC, hal
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hal 2014-02-03 11:52:50 UTC
Created attachment 369430 [details, diff]
Patch removes support for external ffmpeg

Please see https://github.com/xbmc/xbmc/pull/4005 for details.

Upstream decided to drop support for external ffmpeg for now. Their plan is to switch to external ffmpeg in the mid/long term.
Comment 1 Anthony Ryan 2014-04-30 05:46:23 UTC
nvidia-drivers should not be required for vdpau unless you're using VIDEO_CARDS="nvidia". VIDEO_CARDS="nouveau" provides vdpau as well.

I would suggest addressing this by checking VIDEO_CARDS within the vdpau? conditional dependency.
Comment 2 Anthony Ryan 2014-04-30 05:48:44 UTC
I should also note, XBMC no longer supports the --enable-external-libraries configure option. It's removal relates heavily to the mandatory static ffmpeg.
Comment 3 SpanKY gentoo-dev 2014-05-08 20:04:48 UTC
they've dropped support for internal ffmpeg in latest git now
Comment 4 hal 2014-05-12 17:28:56 UTC
That'd be fine. :)

Do you mind pointing me to the commit upstream? Unfortunately I really couldn't find any information about it.