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
|
# x11vnc - VNC server for real (or virtual/Xvfb) X displays
# THE VNC bridge for the headless XLibre/Xvfb desktop.
# https://github.com/LibVNC/x11vnc
[package]
name = "x11vnc"
version = "0.9.17"
release = 1
description = "VNC server for X11 displays"
url = "https://github.com/LibVNC/x11vnc"
license = "GPL-2.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"
[dependencies]
runtime = ["libX11", "libXext", "libXtst", "libXdamage", "libXfixes", "libXrandr", "libXinerama", "libjpeg-turbo", "libvncserver"]
build = ["libX11", "libXext", "libXtst", "libXdamage", "libXfixes", "libXrandr", "libXinerama", "libjpeg-turbo", "libvncserver", "xorgproto", "util-macros"]
[[source]]
file = "x11vnc-0.9.17.tar.gz"
urls = ["https://github.com/LibVNC/x11vnc/archive/refs/tags/0.9.17.tar.gz"]
checksum = "3ab47c042bc1c33f00c7e9273ab674665b85ab10592a8e0425589fe7f3eb1a69"
[build]
parallel = true
|