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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C973F1581D3 for ; Sat, 1 Jun 2024 17:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D39E2A6C; Sat, 1 Jun 2024 17:18:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7004E2A6C for ; Sat, 1 Jun 2024 17:18:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06A84335D63 for ; Sat, 1 Jun 2024 17:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 594FC119 for ; Sat, 1 Jun 2024 17:18:44 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1717262281.a50850f7732e1d191f334629b41dc78d17f3c822.kocelfc@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.4.9.ebuild media-video/obs-vkcapture/obs-vkcapture-1.5.0.ebuild media-video/obs-vkcapture/obs-vkcapture-9999.ebuild X-VCS-Directories: media-video/obs-vkcapture/ X-VCS-Committer: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: a50850f7732e1d191f334629b41dc78d17f3c822 X-VCS-Branch: dev Date: Sat, 1 Jun 2024 17:18:44 +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: d107a2c4-f066-4b49-a3ae-19f78c31311a X-Archives-Hash: fc46f64f1df386b0afd95888715288e0 commit: a50850f7732e1d191f334629b41dc78d17f3c822 Author: Kostadin Shishmanov tutanota com> AuthorDate: Sat Jun 1 17:18:01 2024 +0000 Commit: Kostadin Shishmanov tutanota com> CommitDate: Sat Jun 1 17:18:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a50850f7 media-video/obs-vkcapture: fix tinderbox QA warnings Closes: https://bugs.gentoo.org/932834 Signed-off-by: Kostadin Shishmanov tutanota.com> .../obs-vkcapture/obs-vkcapture-1.4.9.ebuild | 21 +++++++++++---------- .../obs-vkcapture/obs-vkcapture-1.5.0.ebuild | 21 +++++++++++---------- media-video/obs-vkcapture/obs-vkcapture-9999.ebuild | 21 +++++++++++---------- 3 files changed, 33 insertions(+), 30 deletions(-) diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild index f09feca24..669b12113 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild @@ -21,20 +21,21 @@ HOMEPAGE="https://github.com/nowrep/obs-vkcapture" LICENSE="GPL-2" SLOT="0" -BDEPEND=" - dev-util/vulkan-headers - media-libs/shaderc +COMMON_DEPEND=" + dev-libs/wayland + media-libs/libglvnd[${MULTILIB_USEDEP}] media-libs/vulkan-loader[${MULTILIB_USEDEP}] - >=media-video/obs-studio-27[wayland] - x11-libs/libdrm[${MULTILIB_USEDEP}] + media-video/obs-studio[wayland] + x11-libs/libxcb[${MULTILIB_USEDEP}] " -RDEPEND=" - media-libs/libglvnd[${MULTILIB_USEDEP}] - >=media-video/obs-studio-27[wayland] - x11-libs/libdrm[${MULTILIB_USEDEP}] - x11-libs/libxcb:=[${MULTILIB_USEDEP}] +DEPEND=" + ${COMMON_DEPEND} + dev-util/vulkan-headers + dev-util/wayland-scanner " +RDEPEND="${COMMON_DEPEND}" + QA_SONAME=" /usr/lib64/libVkLayer_obs_vkcapture.so /usr/lib64/libobs_glcapture.so diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.5.0.ebuild b/media-video/obs-vkcapture/obs-vkcapture-1.5.0.ebuild index f09feca24..669b12113 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-1.5.0.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-1.5.0.ebuild @@ -21,20 +21,21 @@ HOMEPAGE="https://github.com/nowrep/obs-vkcapture" LICENSE="GPL-2" SLOT="0" -BDEPEND=" - dev-util/vulkan-headers - media-libs/shaderc +COMMON_DEPEND=" + dev-libs/wayland + media-libs/libglvnd[${MULTILIB_USEDEP}] media-libs/vulkan-loader[${MULTILIB_USEDEP}] - >=media-video/obs-studio-27[wayland] - x11-libs/libdrm[${MULTILIB_USEDEP}] + media-video/obs-studio[wayland] + x11-libs/libxcb[${MULTILIB_USEDEP}] " -RDEPEND=" - media-libs/libglvnd[${MULTILIB_USEDEP}] - >=media-video/obs-studio-27[wayland] - x11-libs/libdrm[${MULTILIB_USEDEP}] - x11-libs/libxcb:=[${MULTILIB_USEDEP}] +DEPEND=" + ${COMMON_DEPEND} + dev-util/vulkan-headers + dev-util/wayland-scanner " +RDEPEND="${COMMON_DEPEND}" + QA_SONAME=" /usr/lib64/libVkLayer_obs_vkcapture.so /usr/lib64/libobs_glcapture.so diff --git a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild index f09feca24..669b12113 100644 --- a/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild +++ b/media-video/obs-vkcapture/obs-vkcapture-9999.ebuild @@ -21,20 +21,21 @@ HOMEPAGE="https://github.com/nowrep/obs-vkcapture" LICENSE="GPL-2" SLOT="0" -BDEPEND=" - dev-util/vulkan-headers - media-libs/shaderc +COMMON_DEPEND=" + dev-libs/wayland + media-libs/libglvnd[${MULTILIB_USEDEP}] media-libs/vulkan-loader[${MULTILIB_USEDEP}] - >=media-video/obs-studio-27[wayland] - x11-libs/libdrm[${MULTILIB_USEDEP}] + media-video/obs-studio[wayland] + x11-libs/libxcb[${MULTILIB_USEDEP}] " -RDEPEND=" - media-libs/libglvnd[${MULTILIB_USEDEP}] - >=media-video/obs-studio-27[wayland] - x11-libs/libdrm[${MULTILIB_USEDEP}] - x11-libs/libxcb:=[${MULTILIB_USEDEP}] +DEPEND=" + ${COMMON_DEPEND} + dev-util/vulkan-headers + dev-util/wayland-scanner " +RDEPEND="${COMMON_DEPEND}" + QA_SONAME=" /usr/lib64/libVkLayer_obs_vkcapture.so /usr/lib64/libobs_glcapture.so