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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evince/3.28/evince-3.28.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evince/3.28/evince-3.28.2.tar.xz
Download MD5 sum: 66aa1766eaaa37536e48def11a0e67a3
Download size: 3.2 MB
Estimated disk space required: 100 MB
Estimated build time: 0.8 SBU
adwaita-icon-theme-3.26.1, gsettings-desktop-schemas-3.28.0, GTK+-3.22.30, itstool-2.0.4, and libxml2-2.9.8
gnome-keyring-3.28.2, gobject-introspection-1.56.1, libsecret-0.18.6, Nautilus-3.28.1 (to build the plugin), and Poppler-0.67.0
Cups-2.2.8 (to enable printing if support is built into GTK+ 3), gnome-desktop-3.28.2, gst-plugins-base-1.14.2, GTK-Doc-1.28, LibTIFF-4.0.9, texlive-20180414 (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-compile-warnings=minimum \ --enable-introspection \ --disable-static && make
This package does not have a working testsuite.
Now, as the root
user:
make install
--enable-compile-warnings=minimum
:
This switch prevents a warning about a date format being treated as
an error by gcc-6.1.
--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 the Nautilus
Plugin. Use this switch if Nautilus is not installed.
--without-keyring
: This switch disables
the use of libsecret. Use this
switch if libsecret is not
installed.
Last updated on 2018-08-30 18:48:05 -0700