Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474976 - x11-libs/libva VIDEO_CARDS=radeon
Summary: x11-libs/libva VIDEO_CARDS=radeon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 13:24 UTC by ViliusSutkus89
Modified: 2013-06-27 14:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
x11-libs/libva VIDEO_CARDS=radeon (libva-1.1.1_radeon_use_flag,664 bytes, patch)
2013-06-27 13:25 UTC, ViliusSutkus89
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.