Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270728 - XBMC should allow unrar-gpl in place of unrar
Summary: XBMC should allow unrar-gpl in place of unrar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 16:27 UTC by Mathy Vanvoorden
Modified: 2009-05-29 20:58 UTC (History)
0 users

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 Mathy Vanvoorden 2009-05-21 16:27:22 UTC
XBMC depends only on unrar, but there is also unrar-gpl which provides the same functionality.

From the mplayer ebuild:
        rar? ( || ( app-arch/unrar-gpl
                app-arch/unrar ) )

XBMC ebuild only checks for unrar, resulting in blocking errors if you have unrar-gpl installed.

I don't know if this qualifies for a virtual, but since they basically provide the same functionality, I would suspect so.