Vinagre is a VNC client for the GNOME Desktop.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vinagre/3.22/vinagre-3.22.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vinagre/3.22/vinagre-3.22.0.tar.xz
Download MD5 sum: 451554ddf46636105cd5f0330e98d254
Download size: 1.5 MB
Estimated disk space required: 25 MB
Estimated build time: 0.2 SBU
gtk-vnc-1.0.0, itstool-2.0.6, and libsecret-0.20.3
telepathy-glib-0.24.1, Vala-0.48.9, and VTE-0.60.3
Avahi-0.8, appstream-glib, FreeRDP (For connecting to Windows desktops), and Spice-GTK
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vinagre
First fix an issue exposed by GCC-10:
sed -e '/_VinagreVnc/i gboolean scaling_command_line;' \ -i plugins/vnc/vinagre-vnc-connection.c && sed -e '/scaling_/s/^/extern /' \ -i plugins/vnc/vinagre-vnc-connection.h
Install Vinagre by running the following commands:
./configure --prefix=/usr \ --enable-compile-warnings=minimum && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-compile-warnings=minimum
:
This switch disables compiler warnings that can cause the build to
fail when built under GCC6.
Last updated on 2020-08-24 22:12:16 -0700