gui-apps/xwaylandvideobridge: add 0.5.0

See also:
https://mail.kde.org/pipermail/kde-announce-apps/2026-May/005922.html

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-05-22 23:49:12 +02:00
parent 01230e74a0
commit 0a384af226
2 changed files with 39 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xwaylandvideobridge-0.4.0_p20250215-b7d6dd1f.tar.xz 37464 BLAKE2B 45051ac9bf2f029cff3ffc21c64584d2e86474296aecf3bb95beffaf5c772cbb267f2f904625a5dbc37c7f332878da577f49358df8445778b6fe7eb8fdf4405a SHA512 e4c768b61df40fe814240658de27369ab2ef871bf980a53bf3d2c8ce26bd5e3e4f07b5c30b7fd4e80e71dd9f87128d6bdbbf5bcd42fa06c8c7d7b5aee75e90ff
DIST xwaylandvideobridge-0.5.0.tar.xz 37536 BLAKE2B 1dd8a5ae610f6def415fa3a452e76e348d3fa084ac8a61706b4088f7ec77cd9622e22fb752ffef83d9371b03d52c99673884af04e7c593a5d89153d1b78baa26 SHA512 d3659715a48620d5c7b676665d7016ef93accbda930cb67bdcbbc3c797001ea7030990f09c5c6a87abd14f21836c786aaf19e537d68ae1fd8502c29a00926a8f

View File

@@ -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"