Updated for xorg-server-1.17
Search Criteria
Package Details: tigervnc-git r2947.e36f6e0-1
Package Actions
| Package Base: | tigervnc-git |
|---|---|
| Description: | Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC. |
| Upstream URL: | http://www.tigervnc.org |
| Category: | network |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | Gusar |
| Maintainer: | Gusar |
| Last Packager: | Gusar |
| Votes: | 10 |
| First Submitted: | 2014-07-29 11:43 |
| Last Updated: | 2015-02-27 15:41 |
Dependencies (35)
- fltk
- gnutls
- libgcrypt
- libgl
- libjpeg-turbo
- libxfont
- libxtst
- pam
- perl
- pixman
- xkeyboard-config
- xorg-xauth
- xorg-xkbcomp
- xorg-xsetroot
- bigreqsproto (make)
- cmake (make)
- compositeproto (make)
- damageproto (make)
- dri2proto (make)
- dri3proto (make)
- git (make)
- glproto (make)
- mesa (make)
- nasm (make)
- presentproto (make)
- randrproto (make)
- resourceproto (make)
- scrnsaverproto (make)
- videoproto (make)
- xcmiscproto (make)
- xf86vidmodeproto (make)
- xorg-font-util (make)
- xorg-util-macros (make)
- xtrans (make)
- mesa (optional) – for OpenGL functionality in Xvnc
Required by (0)
Sources
- ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-1.17.1.tar.bz2
- gethomedir.patch
- getmaster.patch
- git+https://github.com/TigerVNC/tigervnc.git
- vncserver.service
- vncviewer.desktop
Latest Comments
Comment by Gusar
Comment by Gusar
Bah, that's what I get for not even compile-testing. The actual error is above what you posted:
vncExtInit.h:62:41: error: unknown type name size_t
void vncServerCutText(const char *text, size_t len);
^
I fixed that, then had a bunch of other errors, fixed that too. No idea if my fixes are correct, but the resulting Xvnc binary does work.
Comment by butler360
Failing to build: "Makefile:904: recipe for target 'Xvnc-xvnc.o' failed"
Comment by Gusar
Thanks for the heads-up. I've uploaded a new patch. Should work in theory (famous last words :) ), but I haven't tested yet. So yell if something, in particular the libvnc.so module, doesn't work.
Comment by ChucklesTheBeard
==> Updated version: tigervnc-git r2897.4e3e79d-1
==> Starting prepare()...
patching file unix/xserver/hw/vnc/Makefile.am
Hunk #2 succeeded at 57 with fuzz 1 (offset 1 line).
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/InputXKB.cc.getmaster tigervnc-1.3.0/unix/xserver/hw/vnc/InputXKB.cc
|--- tigervnc-1.3.0/unix/xserver/hw/vnc/InputXKB.cc.getmaster 2013-07-12 09:30:50.551459439 +0100
|+++ tigervnc-1.3.0/unix/xserver/hw/vnc/InputXKB.cc 2013-07-12 09:38:31.037480528 +0100
--------------------------
Comment by Gusar
Update to build against a fixed Xorg.
Comment by Gusar
Upstream added xorg-server-1.16 support, so 1.16 patches aren't needed anymore.
Comment by milasch
Whenever used with Gnome 3.8 it crashes as soon as clicked on "Activities" menu.
Comment by Gusar
You need to recompile everything from AUR that uses libpng. In this case fltk-snapshot. This isn't related to tigervnc, it's a general thing every time a library bumps it's soname. All packages in the main repositories were updated by the Arch devs, you yourself need to take care of AUR packages.
Comment by seenxu
error in compiling the latest svn (revision 5097)
/usr/bin/ld: warning: libpng15.so.15, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../lib/libfltk_images.so, not found (try using -rpath or -rpath-link)