blob: de505296ed94f75a272a9f84e67c8b9d8ed1fda4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mm1ke@gentoo.org</email>
<name>Michael Mair-Keimberger</name>
</maintainer>
<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>
<use>
<flag name="gbm">enable GPU-side screencopy (experimental)</flag>
<flag name="tracing">Trace kernel and memory calls</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|