repo/gentoo:master commit in: gui-apps/xwaylandvideobridge/
"Andreas Sturmlechner" <[email protected]> Sun, 02 Aug 2026 16:20:11 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785687595.7996762910e3916a141b303eb68ec52308dc4f34.asturm@gentoo> |
commit: 7996762910e3916a141b303eb68ec52308dc4f34
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 14:55:50 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 16:19:55 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79967629
gui-apps/xwaylandvideobridge: add 0.5.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-apps/xwaylandvideobridge/Manifest | 1 +
.../xwaylandvideobridge-0.5.1.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/gui-apps/xwaylandvideobridge/Manifest b/gui-apps/xwaylandvideobridge/Manifest
index 97347308742f..b36c45ab2d1b 100644
--- a/gui-apps/xwaylandvideobridge/Manifest
+++ b/gui-apps/xwaylandvideobridge/Manifest
@@ -1 +1,2 @@
DIST xwaylandvideobridge-0.5.0.tar.xz 37536 BLAKE2B 1dd8a5ae610f6def415fa3a452e76e348d3fa084ac8a61706b4088f7ec77cd9622e22fb752ffef83d9371b03d52c99673884af04e7c593a5d89153d1b78baa26 SHA512 d3659715a48620d5c7b676665d7016ef93accbda930cb67bdcbbc3c797001ea7030990f09c5c6a87abd14f21836c786aaf19e537d68ae1fd8502c29a00926a8f
+DIST xwaylandvideobridge-0.5.1.tar.xz 37552 BLAKE2B 9c188a636e37e55cb8d90433c86e237944c0525f1cc62e9349e8dec4d33d4dc20348bdf89775107fd06a18599c6b432509ba44440b772abf876ee4dcae6cdcd3 SHA512 4bcfd7dd268d340d407436d85178f86e488bbe4b6cae32921d3072ac884df78a2de4d34336fde6954cbe06aafbc96cfe7e352e18bacdf34faa542c580b7aa796
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.1.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.1.ebuild
new file mode 100644
index 000000000000..df736f76a59e
--- /dev/null
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.9.0
+QTMIN=6.8.1
+KDE_ORG_CATEGORY="system"
+inherit ecm kde.org xdg
+
+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
+ SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,X]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/ki18n-${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/libXfixes
+ x11-libs/xcb-util
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"