Vinagre is a VNC client for the GNOME Desktop.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/vinagre/3.22/vinagre-3.22.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/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.4
telepathy-glib-0.24.2, Vala-0.52.0, and VTE-0.64.0
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 2021-02-25 13:57:49 -0600