ePDFView is a free standalone lightweight PDF document viewer using Poppler and GTK+ libraries. It is a good replacement for Evince as it does not rely upon GNOME libraries.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://anduin.linuxfromscratch.org/BLFS/epdfview/epdfview-0.1.8.tar.bz2
Download MD5 sum: e50285b01612169b2594fea375f53ae4
Download size: 456 KB
Estimated disk space required: 6 MB
Estimated build time: less than 0.1 SBU
GTK+-2.24.33 and Poppler-23.02.0
desktop-file-utils-0.26 and hicolor-icon-theme-0.17
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/epdfview
Install ePDFView by running the following commands:
patch -Np1 -i ../epdfview-0.1.8-fixes-2.patch && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
For Desktop Environment users, further (optional) instructions are
necessary for properly displaying epdfview.desktop
in the menu. As root
user:
for size in 24 32 48; do ln -svf ../../../../epdfview/pixmaps/icon_epdfview-$size.png \ /usr/share/icons/hicolor/${size}x${size}/apps done && unset size && update-desktop-database && gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor
patch -Np1 -i ../epdfview-0.1.8-fixes-2.patch The patch does four things: fixes compiling with glib-2.32 or greater, corrects red appearing as blue with recent versions of poppler, allows the application to compile when Cups-2.4.2 has been installed, and fixes the display of embedded png images.