Search Criteria
Package Details: turbovnc 2.2.6-1
Git Clone URL: | https://aur.archlinux.org/turbovnc.git (read-only, click to copy) |
---|---|
Package Base: | turbovnc |
Description: | An optimized version of TightVNC |
Upstream URL: | http://www.turbovnc.org/ |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | kfgz |
Maintainer: | hcartiaux (mrmangosir) |
Last Packager: | hcartiaux |
Votes: | 27 |
Popularity: | 0.009638 |
First Submitted: | 2013-06-03 18:29 |
Last Updated: | 2021-02-24 16:39 |
Dependencies (9)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libxaw
- libxcursor (libxcursor-git)
- libxi (libxi-git)
- libxt
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- java-environment>=8 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- cmake (cmake-git) (make)
- rsync (rsync-git) (make)
Latest Comments
1 2 3 4 Next › Last »
patryk commented on 2020-12-21 10:28
I have had a problem with compilation because of jre14. Currently working solution is the installation of jdk13-openj9-bin and execute command
archlinux-java set java-13-j9
. When you force compilation with jre14 by hand then vncviewer generate many error logs.AsmundEr commented on 2020-04-10 20:27
I can't get the Sourceforge download to work correctly anymore. Maybe they changed something?
But the project also hosts releases on Github, so perhaps it's better to get the tarball from there? Current one:
https://github.com/TurboVNC/turbovnc/archive/2.2.4.tar.gz
Edit: strangely enough, I encounter this problem only on one machine. Maybe our corporate domain blocks Sourceforge or something like this.
Markus00000 commented on 2019-06-25 15:12
If you get this error:
Check the default Java environment:
Then set it to a compatible one:
hcartiaux commented on 2019-04-22 13:23
Both packages provide the same command /bin/vncviewer and /bin/vncserver ?
ozz commented on 2019-04-22 13:19
I was planning to but I'm asking WHY it's marked as conflicting. Is there a problem or unknown? Thanks
hcartiaux commented on 2019-04-22 12:19
@newbthenewbd Done, with the downside that we now depend indirectly on the JDK
hcartiaux commented on 2019-04-22 12:04
Then, test and send a patch
d.sa commented on 2019-04-21 11:01
FYI I hit this error.
ozz commented on 2019-04-13 22:13
Why does this conflict with TigerVNC? I'd like to be able to have both available like they are on other distros (eg. Ubuntu).
newbthenewbd commented on 2019-04-09 21:36
The jdk-openjdk requirement actually forces the usage of Java 11 to compile turbovnc. As far as I'm aware, to properly relax that requirement, java-environment should be made a dependency, instead.
If turbovnc does not work with Java 7 and older, the java-runtime and java-environment dependencies could also be changed into java-runtime>=8 and java-environment>=8, respectively.
Thanks for the hard work maintaining the package!