Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294389 - mplayer ebuild should not rely on unrar-gpl or should use either unrar-gpl or unrar
Summary: mplayer ebuild should not rely on unrar-gpl or should use either unrar-gpl or...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 10:25 UTC by mikeym
Modified: 2009-11-24 14:35 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 mikeym 2009-11-24 10:25:02 UTC
Having mplayer installed puts a block on unrar by having a requirement for unrar-gpl since these 2 packages are essentially interchangeable if the dependency is required it should give the option of one or the other to be installed on the system.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-11-24 13:24:26 UTC
emerge --info please.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-11-24 13:26:31 UTC
mplayer-1.0_rc2_p20090322.ebuild:

 95     rar? ( || ( app-arch/unrar-gpl
 96         app-arch/unrar ) )

mplayer is satisfied with either of the two.
Comment 3 mikeym 2009-11-24 14:35:08 UTC
Sorry. I assumed that emerge was clever enough to work out if a option was valid when calculating blocks and when it had placed a block on unrar due to mplayer that it was because mplayer would only accept unrar-gpl. 

Thanks for your time.