Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sat, 12 Aug 2017 20:27:18
Message-Id: 1502569617.7e38228a9d9c87f5c7338f09613843656a533468.robbat2@gentoo
1 commit: 7e38228a9d9c87f5c7338f09613843656a533468
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 20:13:20 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 20:26:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e38228a
7
8 media-libs/mesa: bump x11-libs/libva dep.
9
10 mesa-17.1 uses constant VA_RT_FORMAT_YUV420_10BPP which was only
11 introduced in libva-1.7.
12
13 Package-Manager: portage-2.3.6
14 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
15
16 media-libs/mesa/mesa-9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
20 index 2a3fb561504..f54779f9572 100644
21 --- a/media-libs/mesa/mesa-9999.ebuild
22 +++ b/media-libs/mesa/mesa-9999.ebuild
23 @@ -114,7 +114,7 @@ RDEPEND="
24 )
25 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
26 vaapi? (
27 - >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}]
28 + >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
29 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
30 )
31 vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )