EOG is an application used for viewing and cataloging image files on the GNOME Desktop. It also has basic editing capabilities.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/eog/43/eog-43.2.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/eog/43/eog-43.2.tar.xz
Download MD5 sum: 461d5502722896bf01791209b947bbd9
Download size: 4.4 MB
Estimated disk space required: 43 MB
Estimated build time: 0.3 SBU
adwaita-icon-theme-43, Exempi-2.6.3, gnome-desktop-43.2, itstool-2.0.7, libhandy-1.8.1, libjpeg-turbo-2.1.5.1, libpeas-1.34.0, and shared-mime-info-2.2
gobject-introspection-1.74.0, Little CMS-2.14, libexif-0.6.24, and librsvg-2.54.5
GTK-Doc-1.33.2 and libportal-0.6
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/eog
Install EOG by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release -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-43.2 will
be able to open image files with EOG.
update-desktop-database
--buildtype=release
: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
-Dlibportal=false
: This parameter disables
building EOG with support for flatpak portals. Remove this parameter
if you have libportal-0.6 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.