blob: 32c02efdbf9e9b7c3728adaeba63798343912347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
VNC server for wlroots based Wayland compositors.
It attaches to a running Wayland session, creates
virtual input devices and exposes a single display
via the RFB protocol. The Wayland session may be a
headless one, so it is also possible to run wayvnc
without a physical display attached.
</longdescription>
<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>
<use>
<flag name="gbm">enable GPU-side screencopy (experimental)</flag>
<flag name="tracing">Trace kernel and memory calls</flag>
</use>
</pkgmetadata>
|