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 6347F158092 for ; Thu, 16 Sep 2021 12:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D63E0875; Thu, 16 Sep 2021 12:19:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B3D7E0875 for ; Thu, 16 Sep 2021 12:19:34 +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 28A6F343101 for ; Thu, 16 Sep 2021 12:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AEA255 for ; Thu, 16 Sep 2021 12:19:31 +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: <1631794744.aa5e41e652137e9980b9a3bb297eba1340e316dc.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: aa5e41e652137e9980b9a3bb297eba1340e316dc X-VCS-Branch: dev Date: Thu, 16 Sep 2021 12:19:31 +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: c7a13b46-195f-4edf-96ab-3bedd7da6ae1 X-Archives-Hash: ba5172a918e474c3e36a1c20daf9291d commit: aa5e41e652137e9980b9a3bb297eba1340e316dc Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Thu Sep 16 12:19:04 2021 +0000 Commit: Adel KARA SLIMANE karaslimane com> CommitDate: Thu Sep 16 12:19:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa5e41e6 media-libs/obs-vkcapture: update dependencies Closes: https://bugs.gentoo.org/813315 Signed-off-by: Adel KARA SLIMANE zegrapher.com> media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild | 3 +++ media-video/obs-vkcapture/obs-vkcapture-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild index a07c0c7c6..a2f212fbe 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild @@ -24,7 +24,10 @@ IUSE="" DEPEND=" dev-util/vulkan-headers + media-libs/libglvnd + media-libs/mesa[vulkan] >=media-video/obs-studio-27 + x11-libs/libxcb:= " RDEPEND="${DEPEND}" diff --git a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild index a07c0c7c6..a2f212fbe 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild @@ -24,7 +24,10 @@ IUSE="" DEPEND=" dev-util/vulkan-headers + media-libs/libglvnd + media-libs/mesa[vulkan] >=media-video/obs-studio-27 + x11-libs/libxcb:= " RDEPEND="${DEPEND}"