public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-04-26 15:20 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2023-04-26 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     cba79970f4530617c5f3fa5b68b6496f2e49a394
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 14:40:54 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 15:20:38 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cba79970

gui-apps/xwaylandvideobridge: new package, add 9999, 0_pre20230421

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/metadata.xml          | 11 +++++++
 .../xwaylandvideobridge-0_pre20230421.ebuild       | 37 ++++++++++++++++++++++
 .../xwaylandvideobridge-9999.ebuild                | 36 +++++++++++++++++++++
 3 files changed, 84 insertions(+)

diff --git a/gui-apps/xwaylandvideobridge/metadata.xml b/gui-apps/xwaylandvideobridge/metadata.xml
new file mode 100644
index 0000000000..170f61584c
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="kde-invent">system/xwaylandvideobridge</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230421.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230421.ebuild
new file mode 100644
index 0000000000..afc48c219b
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230421.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+QTMIN=5.15.7
+KDE_ORG_CATEGORY="system"
+KDE_ORG_COMMIT="4a72e7c19884c5a87a2cbfcf01c5293199196e1e"
+inherit ecm kde.org
+
+DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtx11extras-${QTMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5=
+	>=kde-frameworks/ki18n-${KFMIN}:5=
+	>=kde-frameworks/knotifications-${KFMIN}:5=
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5=
+	>=kde-plasma/kpipewire-5.27.4:5
+	media-libs/freetype
+	x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
new file mode 100644
index 0000000000..247dd6c4c6
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+QTMIN=5.15.7
+KDE_ORG_CATEGORY="system"
+inherit ecm kde.org
+
+DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtx11extras-${QTMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5=
+	>=kde-frameworks/ki18n-${KFMIN}:5=
+	>=kde-frameworks/knotifications-${KFMIN}:5=
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5=
+	>=kde-plasma/kpipewire-5.27.4:5
+	media-libs/freetype
+	x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-08-19  6:50 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-08-19  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c249c69fc37afb677b4e39133876f0e54aa404ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:31:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:49:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c249c69f

gui-apps/xwaylandvideobridge: Add HOMEPAGE, drop bogus subslot ops

See also: https://github.com/gentoo/kde/pull/918

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index af551e8a33..17564848a2 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -9,6 +9,8 @@ KDE_ORG_CATEGORY="system"
 inherit ecm kde.org
 
 DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
+https://invent.kde.org/system/xwaylandvideobridge"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64"
@@ -23,14 +25,13 @@ DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5=
-	>=kde-frameworks/ki18n-${KFMIN}:5=
-	>=kde-frameworks/knotifications-${KFMIN}:5=
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5=
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-plasma/kpipewire-5.27.4:5
 	media-libs/freetype
 	x11-libs/libxcb:=
 "
 RDEPEND="${DEPEND}"
-
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-08-19  6:50 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-08-19  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8a56e49df8d2ad6431c0fbd09cd7e2b358c883ee
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:47:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:49:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a56e49d

gui-apps/xwaylandvideobridge: drop 0_pre20230421

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../xwaylandvideobridge-0_pre20230421.ebuild       | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230421.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230421.ebuild
deleted file mode 100644
index 59549ee442..0000000000
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230421.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-KDE_ORG_CATEGORY="system"
-KDE_ORG_COMMIT="4a72e7c19884c5a87a2cbfcf01c5293199196e1e"
-inherit ecm kde.org
-
-DESCRIPTION="Screenshare Wayland windows to XWayland apps"
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5=
-	>=kde-frameworks/ki18n-${KFMIN}:5=
-	>=kde-frameworks/knotifications-${KFMIN}:5=
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5=
-	>=kde-plasma/kpipewire-5.27.4:5
-	media-libs/freetype
-	x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-08-19  6:50 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-08-19  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     560012a11219abbe672f3374c0f4a5287bae3bac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:46:15 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:49:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=560012a1

gui-apps/xwaylandvideobridge: add 0_pre20230819 snapshot

Closes: https://github.com/gentoo/kde/pull/924
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../xwaylandvideobridge-0_pre20230819.ebuild       | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
new file mode 100644
index 0000000000..97ce7e415f
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+KDE_ORG_CATEGORY="system"
+KDE_ORG_COMMIT="8842032fe672575a9dfe44adc7ef84b468d931fe"
+inherit ecm kde.org
+
+DESCRIPTION="Screenshare Wayland windows to XWayland apps"
+HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
+https://invent.kde.org/system/xwaylandvideobridge"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtx11extras-${QTMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-plasma/kpipewire-5.27.4:5
+	media-libs/freetype
+	x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	ecm_src_prepare
+	# https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
+	ecm_punt_kf_module WidgetsAddons
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-08-19  6:50 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-08-19  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     84889c2b8e866bc253b41eebf74ca4fdecfce116
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:41:12 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:49:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=84889c2b

gui-apps/xwaylandvideobridge: Punt bogus dependency

See also: https://github.com/gentoo/kde/pull/924

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index 17564848a2..d0d406a04a 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -35,3 +35,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	ecm_src_prepare
+	# https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
+	ecm_punt_kf_module WidgetsAddons
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-08-20 16:35 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-08-20 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     86768850bb3eeb02e81c0d0549a4cd1b3a717aaa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:34:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:35:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=86768850

gui-apps/xwaylandvideobridge: drop 0_pre20230819, moved to ::gentoo

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../xwaylandvideobridge-0_pre20230819.ebuild       | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
deleted file mode 100644
index 97ce7e415f..0000000000
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0_pre20230819.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-KDE_ORG_CATEGORY="system"
-KDE_ORG_COMMIT="8842032fe672575a9dfe44adc7ef84b468d931fe"
-inherit ecm kde.org
-
-DESCRIPTION="Screenshare Wayland windows to XWayland apps"
-HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayland-screen-casting/
-https://invent.kde.org/system/xwaylandvideobridge"
-
-if [[ ${KDE_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-plasma/kpipewire-5.27.4:5
-	media-libs/freetype
-	x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	ecm_src_prepare
-	# https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
-	ecm_punt_kf_module WidgetsAddons
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-11-05 21:09 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-11-05 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c73246ecffa1ee95558e1dc7889bd99bdcc19774
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 20:46:45 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 21:00:33 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c73246ec

gui-apps/xwaylandvideobridge: Drop obsolete src_prepare(), add new dep

Upstream commits:
970e44c54642e1f50222e4cf8109313cb6ea435d
e4f68c0814c117a1e0f1da77f37a4e0154c3882b

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index d0d406a04a..1d58263f2e 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -13,6 +13,7 @@ HOMEPAGE="https://planet.kde.org/david-edmundson-2023-03-22-fixing-wayland-xwayl
 https://invent.kde.org/system/xwaylandvideobridge"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 	KEYWORDS="~amd64"
 fi
 
@@ -32,12 +33,7 @@ DEPEND="
 	>=kde-plasma/kpipewire-5.27.4:5
 	media-libs/freetype
 	x11-libs/libxcb:=
+	x11-libs/xcb-util
 "
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	ecm_src_prepare
-	# https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
-	ecm_punt_kf_module WidgetsAddons
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2023-11-11 20:35 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-11-11 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8ca886992f908142edb6bb8264b6915cc204116e
Author:     bivsk <bivsk <AT> tutanota <DOT> com>
AuthorDate: Fri Nov 10 00:34:22 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 20:32:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ca88699

gui-apps/xwaylandvideobridge: require kde-frameworks/kwindowsystem[X]

Signed-off-by: James McGeehan IV <bivsk <AT> tutanota.com>
Closes: https://github.com/gentoo/kde/pull/931
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index 1d58263f2e..2f2eaae1d9 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -29,7 +29,7 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
 	>=kde-plasma/kpipewire-5.27.4:5
 	media-libs/freetype
 	x11-libs/libxcb:=


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-01-18 16:27 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-01-18 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7b2f5a01c8d8472e848df13ba7fb7617e00913b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 16:23:31 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 16:23:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b2f5a01

gui-apps/xwaylandvideobridge: Port to KF6, update dependencies

Upstream commit 10211be85ef3e2fe1df3bd89120f2d2d718c3925

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../xwaylandvideobridge-9999.ebuild                | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index e2fe276835..53b128d9b7 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 KDE_ORG_CATEGORY="system"
 inherit ecm kde.org
 
@@ -21,16 +21,14 @@ LICENSE="GPL-2+"
 SLOT="0"
 
 DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-	>=kde-plasma/kpipewire-5.27.4:5
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+	kde-plasma/kpipewire:6
 	media-libs/freetype
 	x11-libs/libxcb:=
 	x11-libs/xcb-util


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-03-15 14:07 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-03-15 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     52d09b63410a79eb3cd785bdc22de22482159fe5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 12:44:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 12:44:06 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52d09b63

gui-apps/xwaylandvideobridge: Add missing dev-qt/qtbase:6= slot op

Uses Qt6::GuiPrivate for qtx11extras_p.h

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index 295cc0b2d5..76aefbbc1a 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -20,8 +20,9 @@ fi
 LICENSE="GPL-2+"
 SLOT="0"
 
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
 DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
 	>=dev-qt/qtdeclarative-${QTMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/
@ 2024-09-09 21:15 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1aec74f9dac179772e86be129819f935f1c67632
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 21:10:31 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 21:15:23 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1aec74f9

gui-apps/xwaylandvideobridge: Add new dependency

Upstream commit ea59b394a49fc53db4c87d5b6a8fa869b7f45a6a

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index 2d56b05179..7f37669928 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -25,6 +25,7 @@ DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
 	>=dev-qt/qtdeclarative-${QTMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/knotifications-${KFMIN}:6
 	>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-09 21:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 15:20 [gentoo-commits] proj/kde:master commit in: gui-apps/xwaylandvideobridge/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-08-19  6:50 Andreas Sturmlechner
2023-08-19  6:50 Andreas Sturmlechner
2023-08-19  6:50 Andreas Sturmlechner
2023-08-19  6:50 Andreas Sturmlechner
2023-08-20 16:35 Andreas Sturmlechner
2023-11-05 21:09 Andreas Sturmlechner
2023-11-11 20:35 Andreas Sturmlechner
2024-01-18 16:27 Andreas Sturmlechner
2024-03-15 14:07 Andreas Sturmlechner
2024-09-09 21:15 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox