The EOG package contains Eye of GNOME. This is useful for viewing and cataloging image files.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/eog/2.8/eog-2.8.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/eog/2.8/eog-2.8.1.tar.bz2
Download MD5 sum: 2bad4006f3ccf15b0153d7b9facbc961
Download size: 834 KB
Estimated disk space required: 16.2 MB
Estimated build time: 0.18 SBU
Install EOG by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
The EOG package contains eog.
Last updated on 2004-11-25 21:50:31 -0700