Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350360 - media-tv/xbmc-9999: remove unused rdepend media-libs/a52dec
Summary: media-tv/xbmc-9999: remove unused rdepend media-libs/a52dec
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Xbox project
URL: https://github.com/xbmc/xbmc/blob/mas...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-02 12:50 UTC by hal
Modified: 2011-01-02 18:05 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 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.