1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: wayvnc
Priority: optional
Section: admin
Maintainer: Johannes Schauer Marin Rodrigues <josch@debian.org>
Standards-Version: 4.7.0
Build-Depends:
debhelper-compat (= 13),
dpkg-build-api (= 1),
meson,
pkgconf,
scdoc,
libpam0g-dev,
libpixman-1-dev,
libdrm-dev,
libxkbcommon-dev,
libwayland-dev,
libaml-dev (>= 0.3.0),
libjansson-dev,
libneatvnc-dev (>= 0.9.0),
zlib1g-dev,
libturbojpeg0-dev,
gnutls-dev,
Homepage: https://github.com/any1/wayvnc
Vcs-Git: https://salsa.debian.org/debian/wayvnc.git
Vcs-Browser: https://salsa.debian.org/debian/wayvnc
Package: wayvnc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: 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.
|