Search Criteria
Package Details: ssvnc-nojava 1.0.29-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/ssvnc-nojava.git (read-only, click to copy) |
---|---|
Package Base: | ssvnc-nojava |
Description: | SSL/SSH VNC viewer no java |
Upstream URL: | http://www.karlrunge.com/x11vnc/ssvnc.html |
Licenses: | GPL |
Groups: | network |
Conflicts: | ssvnc |
Provides: | ssvnc |
Submitter: | bidulock |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-25 13:11 (UTC) |
Last Updated: | 2021-09-27 02:03 (UTC) |
Dependencies (11)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libxaw (xawmAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- tcl (tcl-fossilAUR, tcl84AUR)
- tk (tk-fossilAUR)
- imake (make)
- avahi (optional)
- perl (perl-gitAUR) (optional)
- smbclient (optional)
- stunnel (optional)
- xterm (xterm-alacritty-symlinkAUR, kitty-xterm-symlinksAUR, xterm-gitAUR, xterm-alacritty-smooth-cursor-symlinkAUR) (optional)
Latest Comments
PetrP commented on 2022-09-13 01:12 (UTC)
I had to install
net-tools
for netstat which is not in dependencies./usr/lib/ssvnc/util/ss_vncviewer: line 728: netstat: command not found
rodrigofarias77 commented on 2021-04-05 03:52 (UTC) (edited on 2021-04-09 22:54 (UTC) by rodrigofarias77)
A new version of
binutils
apparently broke this package:The following patch to
PKGBUILD
fixes the build:mhertz commented on 2019-05-13 23:24 (UTC)
Humble bump to add the debian openssl-1.1 patch also used by the full ssvnc package here, as currently the building fails.
mhertz commented on 2018-04-06 13:37 (UTC) (edited on 2019-05-11 23:21 (UTC) by mhertz)
As already mentioned, this package cannot be built because it's missing the debian patch for openssl 1.1.0 included in the full ssvnc package, so here's an updated PKGBUILD which fixes this, plus some additional changes:
As stated above, applies the openssl1.1 patch downloaded from debian's ssvnc package repo.
Another useful debian patch is added which fixes some issues with the 'auto' scaling command/option.
Upped version to last released one; development version v1.0.30, which fixes an openssl 1.x certificate fetching issue, possibly more.
Enabled turbovnc's accelerated tight-encoding patch, which was evaluated for becoming default in ssvnc just before development stalled - Gives faster speed than regular tight encoding on LAN/fast-broadband.
https://pastebin.com/r4p7p51B
uffe commented on 2018-01-19 11:15 (UTC)
Please import the openssl patch from the full ssvnc aur package
uffe commented on 2018-01-19 11:14 (UTC)
Cannot build/compile:
ultravnc_dsm_helper.c:1410:14: error: storage size of ‘dctx’ isn’t known EVP_MD_CTX dctx; ^~~~
jose1711 commented on 2017-06-11 06:54 (UTC)