blob: 7804639e53a5e9a1f584637992330c4cc7d977c6 (
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://docs.baldeagleos.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>baldeagleos-repo</origin>
</pkgmetadata>
|