diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-06-27 20:18:16 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2021-01-25 09:55:26 -0500 |
commit | b6cce86b8061287856c9ac3b164401d09790a960 (patch) | |
tree | 074ffc94791052c5690910ef175a310b77da0ea8 /gui-apps/wayvnc/metadata.xml | |
parent | gui-libs/neatvnc: clean vnc library for wayland (diff) | |
download | gentoo-b6cce86b8061287856c9ac3b164401d09790a960.tar.gz gentoo-b6cce86b8061287856c9ac3b164401d09790a960.tar.bz2 gentoo-b6cce86b8061287856c9ac3b164401d09790a960.zip |
gui-apps/wayvnc: simple and fast vnc server for wayland
the first vnc server to support wlroots based
compositors to enable remote access
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16461
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps/wayvnc/metadata.xml')
-rw-r--r-- | gui-apps/wayvnc/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gui-apps/wayvnc/metadata.xml b/gui-apps/wayvnc/metadata.xml new file mode 100644 index 000000000000..32c02efdbf9e --- /dev/null +++ b/gui-apps/wayvnc/metadata.xml @@ -0,0 +1,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> |