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: Sat, 01 Oct 2022 22:48:45
Message-Id: 1664664491.063c6f4aa0b99385f2a8080414c7a8381728fc37.mattst88@gentoo
1 commit: 063c6f4aa0b99385f2a8080414c7a8381728fc37
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 22:47:42 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 22:48:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063c6f4a
7
8 media-libs/mesa: Depend on glslang for RADV
9
10 And move it to BDEPEND, because it's only used at build-time.
11
12 Closes: https://bugs.gentoo.org/872269
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/mesa/mesa-22.2.0.ebuild | 4 ++--
16 media-libs/mesa/mesa-9999.ebuild | 3 ++-
17 2 files changed, 4 insertions(+), 3 deletions(-)
18
19 diff --git a/media-libs/mesa/mesa-22.2.0.ebuild b/media-libs/mesa/mesa-22.2.0.ebuild
20 index b67f1493125c..ca85f615d85a 100644
21 --- a/media-libs/mesa/mesa-22.2.0.ebuild
22 +++ b/media-libs/mesa/mesa-22.2.0.ebuild
23 @@ -75,13 +75,11 @@ RDEPEND="
24 >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
25 )
26 vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
27 - xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
28 selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] )
29 wayland? (
30 >=dev-libs/wayland-1.18.0:=[${MULTILIB_USEDEP}]
31 )
32 ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_intel?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
33 - vulkan-overlay? ( dev-util/glslang:0=[${MULTILIB_USEDEP}] )
34 X? (
35 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
36 >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
37 @@ -194,6 +192,8 @@ BDEPEND="
38 sys-devel/flex
39 virtual/pkgconfig
40 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
41 + vulkan? ( video_cards_radeonsi? ( dev-util/glslang ) )
42 + vulkan-overlay? ( dev-util/glslang )
43 wayland? ( dev-util/wayland-scanner )
44 "
45
46
47 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
48 index 19cf4bf54a9c..72724b3f5546 100644
49 --- a/media-libs/mesa/mesa-9999.ebuild
50 +++ b/media-libs/mesa/mesa-9999.ebuild
51 @@ -79,7 +79,6 @@ RDEPEND="
52 >=dev-libs/wayland-1.18.0:=[${MULTILIB_USEDEP}]
53 )
54 ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_intel?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
55 - vulkan-overlay? ( dev-util/glslang:0=[${MULTILIB_USEDEP}] )
56 X? (
57 >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
58 >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
59 @@ -192,6 +191,8 @@ BDEPEND="
60 sys-devel/flex
61 virtual/pkgconfig
62 $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
63 + vulkan? ( video_cards_radeonsi? ( dev-util/glslang ) )
64 + vulkan-overlay? ( dev-util/glslang )
65 wayland? ( dev-util/wayland-scanner )
66 "