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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C111215812D for ; Sun, 29 Dec 2024 18:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ABB0E0718; Sun, 29 Dec 2024 18:28:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02F52E0718 for ; Sun, 29 Dec 2024 18:28:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4306933BF29 for ; Sun, 29 Dec 2024 18:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFD9697F for ; Sun, 29 Dec 2024 18:28:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1735496901.b73da59e06ed470577b35ceed4688d30ac7fa3e2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/xwaylandvideobridge/metadata.xml gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild X-VCS-Directories: gui-apps/xwaylandvideobridge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b73da59e06ed470577b35ceed4688d30ac7fa3e2 X-VCS-Branch: master Date: Sun, 29 Dec 2024 18:28:29 +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: 6bad73ad-ffe7-404a-91cf-268a6cc7e85d X-Archives-Hash: 13645381f27184948cc8695a8cf036f9 commit: b73da59e06ed470577b35ceed4688d30ac7fa3e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 29 18:06:52 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 18:28:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73da59e gui-apps/xwaylandvideobridge: Add dev-qt/qtbase[X] USEdep, slot op - Amend upstream metadata Signed-off-by: Andreas Sturmlechner gentoo.org> gui-apps/xwaylandvideobridge/metadata.xml | 1 + ...ideobridge-0.4.0.ebuild => xwaylandvideobridge-0.4.0-r1.ebuild} | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gui-apps/xwaylandvideobridge/metadata.xml b/gui-apps/xwaylandvideobridge/metadata.xml index ba3626b987aa..39b959c153b7 100644 --- a/gui-apps/xwaylandvideobridge/metadata.xml +++ b/gui-apps/xwaylandvideobridge/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + https://bugs.kde.org/enter_bug.cgi?product=XWaylandVideoBridge system/xwaylandvideobridge diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild similarity index 86% rename from gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild rename to gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild index 88a5db22d7a4..3d553cedcf81 100644 --- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0.ebuild +++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.4.0-r1.ebuild @@ -3,8 +3,8 @@ EAPI=8 -KFMIN=5.245.0 -QTMIN=6.6.2 +KFMIN=6.5.0 +QTMIN=6.7.2 KDE_ORG_CATEGORY="system" inherit ecm kde.org @@ -20,8 +20,9 @@ fi LICENSE="GPL-2+" SLOT="0" +# dev-qt/qtbase:= slot op: Uses Qt::GuiPrivate for qtx11extras_p.h DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets,X] >=dev-qt/qtdeclarative-${QTMIN}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6