libvncserver
library for creating vnc servers
LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
homepage ↗ github: LibVNC/libvncserver sourceforge: libvncserver cpe: cpe:/a:libvnc_project:libvncserver
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 0.9.15-r1 | 1 | 16 h | details › |
| mva GitHub ↗ | 9999 | 1 | 5 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | hppa | loong | mips | ppc | s390 | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9999 LIVE ≈ | mva | follows upstream — no keywords | 6 mo | view · download · history ↗ | ||||||||||||
| 0.9.15-r1 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
Use flags of 0.9.15-r1
- +24bpp Enable 24bpp support
- +filetransfer Enable support for TightVNC's file transfer protocol
- gnutls Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl)
- ipv6 Add support for IP version 6
- +jpeg Add JPEG image support
- lzo Enable LZO support via dev-libs/lzo instead of using internal miniLZO implementation
- +png Add support for libpng (PNG images)
- sasl Add support for the Simple Authentication and Security Layer
- ssl Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- systemd Enable use of systemd-specific libraries and features like socket activation or session tracking
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- +threads Add threads support for various packages. Usually pthreads
- +zlib Add support for zlib compression
Runtime dependencies of 0.9.15-r1
show 27 lines
ssl?
(
!gnutls?
(
)
gnutls?
(
)
)
jpeg?
(
)
lzo?
(
)
png?
(
)
sasl?
(
)
systemd?
(
)
zlib?
(
)