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

Bug 350360

Summary: media-tv/xbmc-9999: remove unused rdepend media-libs/a52dec
Product: Gentoo Linux Reporter: hal <laservader>
Component: Current packagesAssignee: Gentoo Xbox project <xbox>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: https://github.com/xbmc/xbmc/blob/master/README.linux
Whiteboard:
Package list:
Runtime testing required: ---

Description hal 2011-01-02 12:50:56 UTC
according to 

https://github.com/xbmc/xbmc/blob/master/README.linux

and 

./configure help

useage of liba52 and libdts is deprecated and thus could be removed from the ebuild:

./configure --help:

  --enable-libdts         enable deprecated libdts support
  --enable-liba52         enable deprecated liba52 support

i removed both dependencies from the rdepend list a couple of months ago and haven't had any problems regarding ac3 and dts playback.

Reproducible: Always

Steps to Reproduce:
1. emerge xbmc-9999



Actual Results:  
1. liba52 and libdts get pulled in as deps

Expected Results:  
1. liba52 and libdts should not get pulled in as deps
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-01-02 13:11:55 UTC
xbmc-9999.ebuild doesn't depend on libdts, dunno where you got that from... unless you meant libdca?

the a52dec is there, though, so moving to maintainers ->
Comment 2 hal 2011-01-02 13:20:13 UTC
you are right about the dca/dts dependency. sorry for that.

though im wondering whether or not libdca is required. don't have it inside my custom ebuild and didn't encounter any issues with dts playback. :/
Comment 3 hal 2011-01-02 13:20:54 UTC
(In reply to comment #2)
> you are right about the dca/dts dependency. sorry for that.
> 
> though im wondering whether or not libdca is required. don't have it inside my
> custom ebuild and didn't encounter any issues with dts playback. :/
> 

at least it is not listed in the README at github.