From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E53B158011 for ; Mon, 20 Sep 2021 14:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8E47E08BD; Mon, 20 Sep 2021 14:17:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF4B2E08BD for ; Mon, 20 Sep 2021 14:17:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D3F3430D6 for ; Mon, 20 Sep 2021 14:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C02B5A7 for ; Mon, 20 Sep 2021 14:17:46 +0000 (UTC) From: "Adel KARA SLIMANE" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adel KARA SLIMANE" Message-ID: <1632147459.9e3dfe0d5b671e27c43cc82a01161b1bdd0ab69a.adel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild media-video/obs-vkcapture/obs-vkcapture-9999.ebuild X-VCS-Directories: media-video/obs-vkcapture/ X-VCS-Committer: adel X-VCS-Committer-Name: Adel KARA SLIMANE X-VCS-Revision: 9e3dfe0d5b671e27c43cc82a01161b1bdd0ab69a X-VCS-Branch: dev Date: Mon, 20 Sep 2021 14:17:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ce27b86-6c15-4bed-a6b8-702f4312fd2d X-Archives-Hash: 39b78889a1229798916036e3950bca16 commit: 9e3dfe0d5b671e27c43cc82a01161b1bdd0ab69a Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Mon Sep 20 14:16:57 2021 +0000 Commit: Adel KARA SLIMANE karaslimane com> CommitDate: Mon Sep 20 14:17:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e3dfe0d media-video/obs-vkcapture: fix dependencies Closes: https://bugs.gentoo.org/814035 Signed-off-by: Adel KARA SLIMANE zegrapher.com> media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild | 9 ++++++--- media-video/obs-vkcapture/obs-vkcapture-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild index 8c56b7ca3..302d65496 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild @@ -22,14 +22,17 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND=" +BDEPEND=" dev-util/vulkan-headers + media-libs/shaderc + media-libs/vulkan-loader + >=media-video/obs-studio-27 +" +RDEPEND=" media-libs/libglvnd - media-libs/mesa[vulkan] >=media-video/obs-studio-27 x11-libs/libxcb:= " -RDEPEND="${DEPEND}" src_unpack() { default diff --git a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild index 8c56b7ca3..302d65496 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild @@ -22,14 +22,17 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND=" +BDEPEND=" dev-util/vulkan-headers + media-libs/shaderc + media-libs/vulkan-loader + >=media-video/obs-studio-27 +" +RDEPEND=" media-libs/libglvnd - media-libs/mesa[vulkan] >=media-video/obs-studio-27 x11-libs/libxcb:= " -RDEPEND="${DEPEND}" src_unpack() { default