summaryrefslogtreecommitdiff
blob: cfdfacc01f93cf04bfff06ab9122098ae2964a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>gentoo@aisha.cc</email>
		<name>Aisha Tammy</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<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>
</pkgmetadata>