Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 26 Aug 2015 21:24:28
Message-Id: 1440624499.ba053f76296da25d3cd10bdf01e70d68c24ea435.mattst88@gentoo
1 commit: ba053f76296da25d3cd10bdf01e70d68c24ea435
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 26 21:28:08 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 26 21:28:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba053f76
7
8 media-libs/mesa: Require >=x11-libs/libvdpau-1.1.
9
10 Bug: https://bugs.gentoo.org/558462
11 Package-Manager: portage-2.2.20.1
12
13 media-libs/mesa/mesa-11.0.0_rc1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-11.0.0_rc1.ebuild b/media-libs/mesa/mesa-11.0.0_rc1.ebuild
17 index 51b6b0a..970a64a 100644
18 --- a/media-libs/mesa/mesa-11.0.0_rc1.ebuild
19 +++ b/media-libs/mesa/mesa-11.0.0_rc1.ebuild
20 @@ -117,7 +117,7 @@ RDEPEND="
21 )
22 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
23 vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )
24 - vdpau? ( >=x11-libs/libvdpau-0.7:=[${MULTILIB_USEDEP}] )
25 + vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
26 wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
27 xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
28 ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,${MULTILIB_USEDEP}]