blob: 418f3128fc8e1bb1757eefa665f77d84c7dae5e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Waypipe is a proxy for all Wayland clients to allow streaming
sessions over tcp. It forwards Wayland messages and serializes
changes to shared memory buffers over a single socket, to allow
application forwarding similar to ssh -X.
</longdescription>
<use>
<flag name="dmabuf">Use DMABUFs for data exchange and hardware decoding</flag>
<flag name="ffmpeg">Link with ffmpeg to allow buffer displays using video streams</flag>
<flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
</use>
<upstream>
<remote-id type="freedesktop-gitlab">mstoeckl/waypipe</remote-id>
</upstream>
</pkgmetadata>
|