Evince is a document viewer for multiple document formats. It supports PDF, Postscript, DjVu, TIFF and DVI. It is useful for viewing documents of various types using one simple application instead of the multiple document viewers that once existed on the GNOME Desktop.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evince/3.6/evince-3.6.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evince/3.6/evince-3.6.1.tar.xz
Download MD5 sum: e03d1158eeba2f5c693e1a1db58ed1ec
Download size: 6.2 MB
Estimated disk space required: 95 MB
Estimated build time: 0.9 SBU
gnome-icon-theme-3.6.2, gsettings-desktop-schemas-3.6.1, GTK+-3.6.4 and yelp-xsl-3.6.1
gobject-introspection-1.34.2, libgnome-keyring-3.6.0, Nautilus-3.6.3 and Poppler-0.22.4
DjVuLibre, GTK-Doc-1.18, libspectre, libgxps, t1lib and texlive-20120701
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evince
Install Evince by running the following commands:
./configure --prefix=/usr \
--libexecdir=/usr/lib/evince \
--enable-introspection \
--disable-static &&
make
This package does not have a working testsuite.
Now, as the root user:
make install
--enable-introspection: By default, the
Gobject Introspection support is
turned off, even though that package is an expected component of
the GNOME Desktop.
--disable-static: This
switch prevents installation of static versions of the libraries.
--without-keyring: This switch disables
use of the libgnome-keyring. Use
this switch if libgnome-keyring is
not installed.
--disable-nautilus: This switch
disables building of the Nautilus
Plugin. Use this switch if Nautilus is not installed.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-03-28 00:12:39 +0000