Gentoo Archives: gentoo-commits

From: Adel KARA SLIMANE <adel@×××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/
Date: Mon, 20 Sep 2021 14:17:50
Message-Id: 1632147459.9e3dfe0d5b671e27c43cc82a01161b1bdd0ab69a.adel@gentoo
1 commit: 9e3dfe0d5b671e27c43cc82a01161b1bdd0ab69a
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Mon Sep 20 14:16:57 2021 +0000
4 Commit: Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
5 CommitDate: Mon Sep 20 14:17:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e3dfe0d
7
8 media-video/obs-vkcapture: fix dependencies
9
10 Closes: https://bugs.gentoo.org/814035
11
12 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
13
14 media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild | 9 ++++++---
15 media-video/obs-vkcapture/obs-vkcapture-9999.ebuild | 9 ++++++---
16 2 files changed, 12 insertions(+), 6 deletions(-)
17
18 diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
19 index 8c56b7ca3..302d65496 100644
20 --- a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
21 +++ b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
22 @@ -22,14 +22,17 @@ LICENSE="GPL-2"
23 SLOT="0"
24 IUSE=""
25
26 -DEPEND="
27 +BDEPEND="
28 dev-util/vulkan-headers
29 + media-libs/shaderc
30 + media-libs/vulkan-loader
31 + >=media-video/obs-studio-27
32 +"
33 +RDEPEND="
34 media-libs/libglvnd
35 - media-libs/mesa[vulkan]
36 >=media-video/obs-studio-27
37 x11-libs/libxcb:=
38 "
39 -RDEPEND="${DEPEND}"
40
41 src_unpack() {
42 default
43
44 diff --git a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild
45 index 8c56b7ca3..302d65496 100644
46 --- a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild
47 +++ b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild
48 @@ -22,14 +22,17 @@ LICENSE="GPL-2"
49 SLOT="0"
50 IUSE=""
51
52 -DEPEND="
53 +BDEPEND="
54 dev-util/vulkan-headers
55 + media-libs/shaderc
56 + media-libs/vulkan-loader
57 + >=media-video/obs-studio-27
58 +"
59 +RDEPEND="
60 media-libs/libglvnd
61 - media-libs/mesa[vulkan]
62 >=media-video/obs-studio-27
63 x11-libs/libxcb:=
64 "
65 -RDEPEND="${DEPEND}"
66
67 src_unpack() {
68 default