diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-12-23 13:56:34 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2021-01-25 09:55:26 -0500 |
commit | dd2d142855ae7b8dd3bd29bf5f968a5f8672d51e (patch) | |
tree | 94902a8d77d2c1ad43562b6310b1e1c35dc538ce /gui-apps/waypipe/metadata.xml | |
parent | gui-apps/wayvnc: simple and fast vnc server for wayland (diff) | |
download | gentoo-dd2d142855ae7b8dd3bd29bf5f968a5f8672d51e.tar.gz gentoo-dd2d142855ae7b8dd3bd29bf5f968a5f8672d51e.tar.bz2 gentoo-dd2d142855ae7b8dd3bd29bf5f968a5f8672d51e.zip |
gui-apps/waypipe: transparent proxy for wayland over networks
Allows for using wayland through network sockets
much like ssh -X, so that GUIs can be viewed remotely.
A much lighter protocol than VNC as there is no
need for sending frames over the tunnell.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18789
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps/waypipe/metadata.xml')
-rw-r--r-- | gui-apps/waypipe/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gui-apps/waypipe/metadata.xml b/gui-apps/waypipe/metadata.xml new file mode 100644 index 000000000000..c0b193b3bddb --- /dev/null +++ b/gui-apps/waypipe/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + waypipe is a proxy for wayland clients to allow streaming. + sessions over tcp. It forwards Wayland messages and + serializes changes to shared memory buffers over a single socket. + This makes application forwarding similar to ssh -X feasible. + </longdescription> + <use> + <flag name="dmabuf">Use dmabuf for data exchange and hardware decoding</flag> + <flag name="ffmpeg">Link with ffmpeg for software decoding</flag> + <flag name="man">Build and install man pages</flag> + <flag name="systemtap">Enable SystemTAP/DTrace tracing</flag> + </use> +</pkgmetadata> |