Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 331983

Summary: media-tv/xbmc-9999 automagic dependency on media-video/rtmpdump
Product: Gentoo Linux Reporter: Daniel Marmander <daniel.marmander>
Component: Current packagesAssignee: Gentoo Xbox project <xbox>
Status: RESOLVED FIXED    
Severity: minor CC: eras
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Marmander 2010-08-10 06:46:04 UTC
While xbmc is running it's ./configure, it checks for rtmp libs. If media-video/rtmpdump is installed, the support for rtmp is included, otherwise it isn't. By adding rtmp as a use-flag that sets media-video/rtmpdump as a dependency, this problem can be avoided.


Reproducible: Always

Steps to Reproduce:
1. Apply proposed fix for bundled python according to http://bugs.gentoo.org/show_bug.cgi?id=304521
2. Emerge
3. Run
4. Install a video addon (or script/plugin), for example youtube
5. Run the addon


Step 4 and 5 could probably be replaced by some other action that requires rtmp as well.
Actual Results:  
No sound/video

Expected Results:  
Sound/video
Comment 1 Eray Aslan gentoo-dev 2010-08-10 07:46:48 UTC
Assigning so that the maintainers can note but probably INVALID as the proposed change in bug #304521 is not in the tree.
Comment 2 Daniel Marmander 2010-08-10 08:11:15 UTC
(In reply to comment #1)
> Assigning so that the maintainers can note but probably INVALID as the proposed
> change in bug #304521 is not in the tree.
> 

The fix suggested in bug #304521 was only applied so that the addons would work at all. There might very well be some way to reproduce the bug without that fix. What's important is that rtmp will not work if rtmpdump isn't emerged. Regardless of other bugs.
Comment 3 SpanKY gentoo-dev 2010-08-12 05:12:14 UTC
ebuild now has USE=rtmp

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.59&r2=1.60