public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
Date: Sat,  1 Jun 2024 22:03:56 +0000 (UTC)	[thread overview]
Message-ID: <1717254058.2262767c56fceeb56e24bde2f0c4891db5e1cfb5.julien@gentoo> (raw)

commit:     2262767c56fceeb56e24bde2f0c4891db5e1cfb5
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sat Jun  1 15:00:58 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun  1 15:00:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2262767c

media-video/obs-vaapi: fix tinderbox QA warnings

Closes: https://bugs.gentoo.org/932833

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild | 10 ++++++++--
 media-video/obs-vaapi/obs-vaapi-9999.ebuild  | 12 +++++++++---
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild b/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
index 339a16c63..21119f7b8 100644
--- a/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
+++ b/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
@@ -18,12 +18,18 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="video_cards_amdgpu video_cards_intel"
-RDEPEND=">=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
+COMMON_DEPEND="
 	media-video/obs-studio
+	media-libs/gst-plugins-base
+	sys-apps/pciutils
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	dev-libs/glib
+	>=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
 	video_cards_amdgpu? ( media-libs/mesa[vaapi,video_cards_radeonsi] )
 	video_cards_intel? ( media-libs/libva-intel-media-driver )
 "
-DEPEND="${RDEPEND}"
 
 src_configure() {
 	local emesonargs+=(

diff --git a/media-video/obs-vaapi/obs-vaapi-9999.ebuild b/media-video/obs-vaapi/obs-vaapi-9999.ebuild
index 125e85d82..21119f7b8 100644
--- a/media-video/obs-vaapi/obs-vaapi-9999.ebuild
+++ b/media-video/obs-vaapi/obs-vaapi-9999.ebuild
@@ -18,15 +18,21 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="video_cards_amdgpu video_cards_intel"
-RDEPEND=">=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
+COMMON_DEPEND="
 	media-video/obs-studio
+	media-libs/gst-plugins-base
+	sys-apps/pciutils
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	dev-libs/glib
+	>=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
 	video_cards_amdgpu? ( media-libs/mesa[vaapi,video_cards_radeonsi] )
 	video_cards_intel? ( media-libs/libva-intel-media-driver )
 "
-DEPEND="${RDEPEND}"
 
 src_configure() {
-	emesonargs+=(
+	local emesonargs+=(
 	--libdir=/usr/$(get_libdir)/obs-plugins
 	)
 	meson_src_configure


             reply	other threads:[~2024-06-01 22:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 22:03 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-27 11:41 [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/ David Roman
2023-12-13 12:15 David Roman
2023-12-13 12:15 David Roman
2023-07-02 13:06 Florian Schmaus
2023-06-26 11:24 Andrew Ammerlaan
2023-06-11 11:47 Viorel Munteanu

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=1717254058.2262767c56fceeb56e24bde2f0c4891db5e1cfb5.julien@gentoo \
    --to=julien@jroy.ca \
    --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