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 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/eog/45/eog-45.4.tar.xz
Download MD5 sum: 7de057cbfe343d32b2cc5b7792431edd
Download size: 4.4 MB
Estimated disk space required: 32 MB
Estimated build time: 0.3 SBU
adwaita-icon-theme-46.2, Exempi-2.6.5, gnome-desktop-44.1, libhandy-1.8.3, libjpeg-turbo-3.0.1, libpeas-1.36.0, and shared-mime-info-2.4
GLib-2.80.4 (with GObject Introspection), Little CMS-2.16, libexif-0.6.24, librsvg-2.58.3, and webp-pixbuf-loader-0.2.7
Install EOG by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -D libportal=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-46.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.
-D libportal=false
: This
parameter disables building EOG with support for flatpak portals.
Remove this parameter if you have libportal-0.7.1 installed and wish to have
support for flatpak portals.
-D gtk_doc=true
: Use this option if
GTK-Doc-1.34.0 is installed and you wish to
rebuild and install the API documentation.