Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558462 - media-libs/mesa-11.0.0_rc1: vdpau use needs vdpau >= 1.1
Summary: media-libs/mesa-11.0.0_rc1: vdpau use needs vdpau >= 1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-23 10:36 UTC by Jesper Saxtorph
Modified: 2015-08-26 21:24 UTC (History)
4 users (show)

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 Jesper Saxtorph 2015-08-23 10:36:14 UTC
If vdpau use flag is set and you use x11-libs/libvdpau stable, then you will get the following error from econf/configure:
"
checking for VDPAU... no
configure: error: Package requirements (vdpau >= 1.1) were not met:

Requested 'vdpau >= 1.1' but version of VDPAU is 0.9
"

So a dependeny on >=x11-libs/libvdpau-1.1 is needed.
I tried to upgrade libvdpau and then everything compiles fine.

Reproducible: Always

Steps to Reproduce:
1. Set vdpau use flag
2. Install stable libvdpau (x11-libs/libvdpau-0.9::gentoo)
3. Try to install media-libs/mesa-11.0.0_rc1
Actual Results:  
Configure fails

Expected Results:  
Configure works
Comment 1 Mikhail Cheshkov 2015-08-23 11:43:05 UTC
Same for me
Comment 2 Daniel M. Weeks 2015-08-23 16:01:09 UTC
(In reply to Mikhail Cheshkov from comment #1)
> Same for me
Comment 3 Matt Turner gentoo-dev 2015-08-26 21:24:42 UTC
Thanks. Fixed.