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

Bug 474976

Summary: x11-libs/libva VIDEO_CARDS=radeon
Product: Gentoo Linux Reporter: ViliusSutkus89
Component: New packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: enhancement CC: chithanh
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: x11-libs/libva VIDEO_CARDS=radeon

Description ViliusSutkus89 2013-06-27 13:24:42 UTC
Some radeons can use VDPAU (UVD2) and VAAPI has a backend for this.
Currently there's a need to emerge x11-libs/libva-vdpau-driver separately.
This 2 line fix would pull it in as a dependency.
Comment 1 ViliusSutkus89 2013-06-27 13:25:43 UTC
Created attachment 352084 [details, diff]
x11-libs/libva VIDEO_CARDS=radeon
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-06-27 13:51:48 UTC
Possibly it would be better to replace video_cards_nvidia? with vdpau? in PDEPEND.
Comment 3 Alexis Ballier gentoo-dev 2013-06-27 14:01:52 UTC
(In reply to Chí-Thanh Christopher Nguyễn from comment #2)
> Possibly it would be better to replace video_cards_nvidia? with vdpau? in
> PDEPEND.

yep, added the vdpau? () dep; that's something i've been wanting to do but forgot.
not sure about video_cards_radeon: I'd like to keep the video_cards_nvidia? () because its the only way to use libva with nvidia drivers. feel free to add video_cards_radeon? () if you think its useful for the same reason.