Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331983 - media-tv/xbmc-9999 automagic dependency on media-video/rtmpdump
Summary: media-tv/xbmc-9999 automagic dependency on media-video/rtmpdump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 06:46 UTC by Daniel Marmander
Modified: 2010-08-12 05:12 UTC (History)
1 user (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 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