EOG-3.34.2

Introduction to EOG

EOG is an application used for viewing and cataloging image files on the GNOME Desktop. It has basic editing capabilites.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

EOG Dependencies

Required

adwaita-icon-theme-3.34.3, Exempi-2.5.1, gnome-desktop-3.34.4, itstool-2.0.6, libjpeg-turbo-2.0.4, libpeas-1.24.1, and shared-mime-info-1.15

Recommended

Optional

GTK-Doc-1.32

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/eog

Installation of EOG

Install EOG by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install &&
update-desktop-database

Command Explanations

-Dgtk-doc=true: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

update-desktop-database: Rebuild cache database of MIME types handled by desktop files so Nautilus-3.34.2 will be able to open image files with EOG.

Contents

Installed Program: eog
Installed Library: libeog.so
Installed Directories: /usr/include/eog-3.0 and /usr/{lib,share,share/gtk-doc/html,share/help/*}/eog

Short Descriptions

eog

is a fast and functional image viewer as well as an image cataloging program. It has basic editing capabilites.

Last updated on 2020-02-27 13:05:33 -0800