Skip to content
Snippets Groups Projects
Commit f484d98c authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

x11/xwaylandvideobridge: new port

By design, X11 applications can’t access window or screen contents for wayland
clients. This is fine in principle, but it breaks screen sharing in tools like
Discord, MS Teams, Skype, etc and more.

This tool allows us to share specific windows to X11 clients, but within the
control of the user at all times.
parent b8207eed
No related branches found
No related tags found
No related merge requests found
......@@ -617,6 +617,7 @@
SUBDIR += xvmcinfo
SUBDIR += xvt
SUBDIR += xwatchwin
SUBDIR += xwaylandvideobridge
SUBDIR += xwd
SUBDIR += xwininfo
SUBDIR += xwinwrap
......
PORTNAME= xwaylandvideobridge
DISTVERSION= 0.3.0
CATEGORIES= x11 kde
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Tool to share specific windows to X11 clients
WWW= https://invent.kde.org/system/xwaylandvideobridge
USES= cmake kde:5 qt:5 tar:xz xorg
USE_KDE= coreaddons i18n kpipewire notifications windowsystem \
ecm:build
USE_QT= core dbus declarative gui network widgets x11extras \
buildtools:build qmake:build
USE_XORG= x11 xcb
.include <bsd.port.mk>
TIMESTAMP = 1699542009
SHA256 (xwaylandvideobridge-0.3.0.tar.xz) = f8da6e8fe0ec3bd5ea797af8aad8fe1daab36fc3c77e2d36bb7443832cdfcffa
SIZE (xwaylandvideobridge-0.3.0.tar.xz) = 35584
By design, X11 applications can’t access window or screen contents for wayland
clients. This is fine in principle, but it breaks screen sharing in tools like
Discord, MS Teams, Skype, etc and more.
This tool allows us to share specific windows to X11 clients, but within the
control of the user at all times.
bin/xwaylandvideobridge
etc/xdg/autostart/org.kde.xwaylandvideobridge.desktop
share/applications/org.kde.xwaylandvideobridge.desktop
share/icons/hicolor/scalable/apps/xwaylandvideobridge.svg
share/locale/ca/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/ca@valencia/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/cs/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/de/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/en_GB/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/eo/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/es/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/eu/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/fi/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/fr/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/gl/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/it/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/ja/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/ka/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/ko/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/nl/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/nn/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/pl/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/pt/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/pt_BR/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/sk/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/sl/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/sv/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/tr/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/uk/LC_MESSAGES/xwaylandvideobridge.mo
share/locale/zh_CN/LC_MESSAGES/xwaylandvideobridge.mo
share/metainfo/org.kde.xwaylandvideobridge.appdata.xml
share/qlogging-categories5/xwaylandvideobridge.categories
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment