EOG is an application used for viewing and cataloging image files on the GNOME Desktop. It also has basic editing capabilites.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/eog/40/eog-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/eog/40/eog-40.0.tar.xz
Download MD5 sum: 9713a3dbd0b25264f47aca9a85508b12
Download size: 3.4 MB
Estimated disk space required: 47 MB
Estimated build time: 0.3 SBU
adwaita-icon-theme-3.38.0, Exempi-2.5.2, gnome-desktop-40.0, itstool-2.0.6, libjpeg-turbo-2.0.6, libpeas-1.30.0, and shared-mime-info-2.1
gobject-introspection-1.68.0, Little CMS-2.12, libexif-0.6.22, and librsvg-2.50.3
GTK-Doc-1.33.2 and libportal-0.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/eog
Install EOG by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dlibportal=false .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
Still as the root
user, rebuild the
cache database of MIME types handled by desktop files so Nautilus-40.0
will be able to open image files with EOG.
update-desktop-database
-Dlibportal=false
: This
parameter disables building EOG with support for flatpak portals.
Remove this parameter if you have libportal-0.3
installed and wish to have support for flatpak portals.
-Dgtk_doc=true
: Use this option if
GTK-Doc-1.33.2 is installed and you wish to
rebuild and install the API documentation.
Last updated on 2021-04-08 15:16:47 -0500