public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/webcamoid/
Date: Mon,  8 Jul 2024 03:19:05 +0000 (UTC)	[thread overview]
Message-ID: <1720408719.d2e77ee9cec6ee8f70e1572e2a243f555c1241a3.eschwartz@gentoo> (raw)

commit:     d2e77ee9cec6ee8f70e1572e2a243f555c1241a3
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 00:03:52 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 03:18:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e77ee9

media-video/webcamoid: update live to build with upstream changes

Primarily, it has moved to Qt6 now.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 media-video/webcamoid/webcamoid-9999.ebuild | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/media-video/webcamoid/webcamoid-9999.ebuild b/media-video/webcamoid/webcamoid-9999.ebuild
index c539d8831d38..c77abd8ab919 100644
--- a/media-video/webcamoid/webcamoid-9999.ebuild
+++ b/media-video/webcamoid/webcamoid-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,23 +24,16 @@ IUSE="alsa ffmpeg gstreamer jack libuvc oss portaudio pulseaudio qtaudio qtcamer
 REQUIRED_USE="v4lutils? ( v4l )"
 
 COMMON_DEPEND="
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtopengl:5
-	dev-qt/qtquickcontrols2:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
+	dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets]
+	dev-qt/qtdeclarative:6
+	dev-qt/qtsvg:6
 	ffmpeg?	( media-video/ffmpeg:= )
 	gstreamer? ( >=media-libs/gstreamer-1.6.0 )
 	jack? ( virtual/jack )
 	libuvc? ( media-libs/libuvc )
 	pulseaudio? ( media-libs/libpulse )
-	qtaudio? ( dev-qt/qtmultimedia:5 )
-	qtcamera? ( dev-qt/qtmultimedia:5 )
+	qtaudio? ( dev-qt/qtmultimedia:6 )
+	qtcamera? ( dev-qt/qtmultimedia:6 )
 	sdl? ( media-libs/libsdl2 )
 	v4l? ( media-libs/libv4l )
 "
@@ -64,6 +57,7 @@ src_configure() {
 		"-DNOPIPEWIRE=1"
 		"-DNOPORTAUDIO=1" # PortAudio not packaged for gentoo
 		"-DNOALSA=$(usex alsa 0 1)"
+		"-DNOQTAUDIO=$(usex qtaudio 0 1)"
 		"-DNOQTCAMERA=$(usex qtcamera 0 1)"
 		"-DNOFFMPEG=$(usex ffmpeg 0 1)"
 		"-DNOGSTREAMER=$(usex gstreamer 0 1)"


             reply	other threads:[~2024-07-08  3:19 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08  3:19 Eli Schwartz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17 20:20 [gentoo-commits] repo/gentoo:master commit in: media-video/webcamoid/ Andreas Sturmlechner
2025-02-17 20:20 Andreas Sturmlechner
2025-02-17 20:20 Andreas Sturmlechner
2025-01-06 22:58 Andreas Sturmlechner
2024-07-08  3:19 Eli Schwartz
2023-08-17  7:39 Joonas Niilola
2023-08-17  7:39 Joonas Niilola
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2022-11-11 18:13 Joonas Niilola
2022-11-11 18:13 Joonas Niilola
2022-11-11 17:41 Joonas Niilola
2022-11-11 11:14 Joonas Niilola
2022-11-11  8:34 Joonas Niilola
2022-11-11  8:34 Joonas Niilola
2022-03-08 14:52 Jonas Stein
2022-02-17 21:23 Jonas Stein
2021-02-21 15:25 Joonas Niilola
2020-12-02 23:21 Sam James
2020-11-23 16:14 Joonas Niilola
2020-07-19 15:57 Andreas Sturmlechner
2020-07-19 15:57 Andreas Sturmlechner
2020-07-19 15:57 Andreas Sturmlechner
2020-04-26  8:08 Mikle Kolyada
2017-12-30 18:17 Aaron Swenson

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=1720408719.d2e77ee9cec6ee8f70e1572e2a243f555c1241a3.eschwartz@gentoo \
    --to=eschwartz@gentoo.org \
    --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