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

Bug 294389

Summary: mplayer ebuild should not rely on unrar-gpl or should use either unrar-gpl or unrar
Product: Gentoo Linux Reporter: mikeym <abc.mikey>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.