public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kostadin Shishmanov" <kocelfc@tutanota.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/
Date: Sat,  1 Jun 2024 17:18:44 +0000 (UTC)	[thread overview]
Message-ID: <1717262281.a50850f7732e1d191f334629b41dc78d17f3c822.kocelfc@gentoo> (raw)

commit:     a50850f7732e1d191f334629b41dc78d17f3c822
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sat Jun  1 17:18:01 2024 +0000
Commit:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> 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 <kocelfc <AT> 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


             reply	other threads:[~2024-06-01 17:18 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 17:18 Kostadin Shishmanov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21  6:34 [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/ Kostadin Shishmanov
2024-07-20 10:34 Kostadin Shishmanov
2024-07-20 10:34 Kostadin Shishmanov
2024-04-14  8:28 Kostadin Shishmanov
2024-04-14  8:28 Kostadin Shishmanov
2024-02-17 15:04 Kostadin Shishmanov
2023-11-24 20:36 Adel KARA SLIMANE
2023-11-24 20:36 Adel KARA SLIMANE
2023-10-19 16:38 Kostadin Shishmanov
2023-10-19 16:37 Kostadin Shishmanov
2023-07-10 10:47 Kostadin Shishmanov
2023-07-10 10:47 Kostadin Shishmanov
2023-06-17  6:28 Kostadin Shishmanov
2023-06-17  6:27 Kostadin Shishmanov
2023-06-08  5:55 Kostadin Shishmanov
2023-06-08  5:55 Kostadin Shishmanov
2023-06-08  5:55 Kostadin Shishmanov
2022-09-08 19:28 Adel KARA SLIMANE
2022-07-22 17:48 Adel KARA SLIMANE
2022-04-03 13:29 Adel KARA SLIMANE
2022-02-13 19:04 Adel KARA SLIMANE
2022-01-11 13:57 Adel KARA SLIMANE
2021-12-18 13:33 Adel KARA SLIMANE
2021-09-21 12:23 Adel KARA SLIMANE
2021-09-20 14:17 Adel KARA SLIMANE
2021-09-20  9:41 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-20  9:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-16 12:19 Adel KARA SLIMANE
2021-09-13 11:49 Adel KARA SLIMANE
2021-09-11 12:54 Adel KARA SLIMANE
2021-09-11 12:12 Adel KARA SLIMANE

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717262281.a50850f7732e1d191f334629b41dc78d17f3c822.kocelfc@gentoo \
    --to=kocelfc@tutanota.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox