diff --git a/gui-apps/xwaylandvideobridge/Manifest b/gui-apps/xwaylandvideobridge/Manifest index b36c45ab2d1b0..f058aeb8619f0 100644 --- a/gui-apps/xwaylandvideobridge/Manifest +++ b/gui-apps/xwaylandvideobridge/Manifest @@ -1,2 +1,3 @@ DIST xwaylandvideobridge-0.5.0.tar.xz 37536 BLAKE2B 1dd8a5ae610f6def415fa3a452e76e348d3fa084ac8a61706b4088f7ec77cd9622e22fb752ffef83d9371b03d52c99673884af04e7c593a5d89153d1b78baa26 SHA512 d3659715a48620d5c7b676665d7016ef93accbda930cb67bdcbbc3c797001ea7030990f09c5c6a87abd14f21836c786aaf19e537d68ae1fd8502c29a00926a8f DIST xwaylandvideobridge-0.5.1.tar.xz 37552 BLAKE2B 9c188a636e37e55cb8d90433c86e237944c0525f1cc62e9349e8dec4d33d4dc20348bdf89775107fd06a18599c6b432509ba44440b772abf876ee4dcae6cdcd3 SHA512 4bcfd7dd268d340d407436d85178f86e488bbe4b6cae32921d3072ac884df78a2de4d34336fde6954cbe06aafbc96cfe7e352e18bacdf34faa542c580b7aa796 +DIST xwaylandvideobridge-0.5.2.tar.xz 39624 BLAKE2B 0aba3fc714b1d0d52567ccf1b353737b8b4ae3f19e7496ae672b4f82b63af1ecae789db989e4ff132b521dd8fd6496c757dc68d4671c9d3cd1c61437b345c59f SHA512 463f1d3fa2e2a8c6d618991863508c79e86556b807cdcdfbc7c8a307c7ac01fcc2e0accfb48fd017740305b7a2421cffe599371945ae395323e0f54a5943c9c4 diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.2.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.2.ebuild new file mode 100644 index 0000000000000..df736f76a59e0 --- /dev/null +++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-0.5.2.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"