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

Bug 293968

Summary: Additional use flags and improved dependencies for media-tv/xbmc-9999
Product: Gentoo Linux Reporter: Craig Andrews <candrews>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Craig Andrews gentoo-dev 2009-11-21 17:44:16 UTC
I believe these should be added to RDEPEND:
pulseaudio? ( media-sound/pulseaudio )
media-libs/jpeg
sys-libs/zlib
avahi? net-dns/avahi
vdpau? ( >=x11-drivers/nvidia-drivers-180.51 )
xscreensaver? ( x11-misc/xscreensaver )
xrandr? ( x11-libs/libXrandr )
faac? media-libs/faac
css? media-libs/libdvdcss
And you can drop sys-apps/pmount (see bug 293108)

New use flags, IUSE:
xrandr
xscreensaver
avahi
faac
midi
css
goom

and in src_configure():
$(use_enable avahi)
$(use_enable xrandr)
$(use_enable xscreensaver)
$(use_enable faac)
$(use_enable goom)
$(use_enable midi mid)
$(use_enable css dvdcss)

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2009-11-22 20:25:32 UTC
i added most things, except:
 - there is no screensaver configure flag
 - i always enabled goom
 - the faac dep should be USE=aac

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.38&r2=1.39