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.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evince/3.18/evince-3.18.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evince/3.18/evince-3.18.2.tar.xz
Download MD5 sum: c39af6b8b1c44d4393ef8ac9dab99c0b
Download size: 3.1 MB
Estimated disk space required: 92 MB
Estimated build time: 1.1 SBU
adwaita-icon-theme-3.18.0, gsettings-desktop-schemas-3.18.1, GTK+-3.18.7, Itstool-2.0.2, and libxml2-2.9.3
gnome-keyring-3.18.3, gobject-introspection-1.46.0, libsecret-0.18.4, Nautilus-3.18.5, and Poppler-0.41.0
gnome-desktop-3.18.2, gst-plugins-base-1.6.3, GTK-Doc-1.24, LibTIFF-4.0.6, texlive-20150521 (or install-tl-unx) DjVuLibre, libgxps, libspectre, and t1lib
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evince
Install Evince by running the following commands:
./configure --prefix=/usr \ --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.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--disable-nautilus
: This switch
disables building of the Nautilus
Plugin. Use this switch if Nautilus is not installed.
--without-keyring
: This switch disables
use of the libsecret. Use this
switch if libsecret is not
installed.
Last updated on 2016-02-26 19:14:42 -0800