source: pst/ps/epdfview.xml@ 66966b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 66966b2 was 66966b2, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Archive qtwebkit5.
Tags for printing and X libraries.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20405 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY epdfview-download-http "&sources-anduin-http;/epdfview/epdfview-&epdfview-version;.tar.bz2">
8 <!ENTITY epdfview-download-ftp " ">
9 <!ENTITY epdfview-md5sum "e50285b01612169b2594fea375f53ae4">
10 <!ENTITY epdfview-size "456 KB">
11 <!ENTITY epdfview-buildsize "6 MB">
12 <!ENTITY epdfview-time "less than 0.1 SBU">
13]>
14
15<sect1 id="epdfview" xreflabel="epdfview-&epdfview-version;">
16 <?dbhtml filename="epdfview.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>ePDFView-&epdfview-version;</title>
24
25 <indexterm zone="epdfview">
26 <primary sortas="a-epdfview">epdfview</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ePDFView</title>
31
32 <para>
33 <application>ePDFView</application> is a free standalone lightweight PDF
34 document viewer using <application>Poppler</application> and
35 <application>GTK+</application> libraries. It is a good replacement for
36 <application>Evince</application> as it does not rely upon
37 <application>GNOME</application> libraries.
38 </para>
39
40 &lfs83_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&epdfview-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&epdfview-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &epdfview-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &epdfview-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &epdfview-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &epdfview-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing='compact'>
78 <listitem>
79 <para>Required patch: <ulink
80 url="&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/></para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="gtk2"/> and
89 <xref linkend="poppler"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended (mainly for
93 Desktop Environments)</bridgehead>
94 <para role="Recommended">
95 <xref linkend="desktop-file-utils"/> and
96 <xref linkend="hicolor-icon-theme"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="cups"/>
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/epdfview"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of ePDFView</title>
111
112 <para>
113 Install <application>ePDFView</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch &amp;&amp;
118./configure --prefix=/usr &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 <para>
132 For Desktop Environment users, further (optional) instructions are necessary for properly displaying <filename>epdfview.desktop</filename> in the menu. As <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>for size in 24 32 48; do
136 ln -svf ../../../../epdfview/pixmaps/icon_epdfview-$size.png \
137 /usr/share/icons/hicolor/${size}x${size}/apps
138done &amp;&amp;
139unset size &amp;&amp;
140
141update-desktop-database &amp;&amp;
142gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149<!-- keep this in case the patch breaks builds without cups
150 <para>
151 <command>sed -i 's#/gmacros##' src/gtk/StockIcons.h</command>: This sed
152 fixes compiling with <application>glib-2.32</application> or greater.
153 </para> -->
154
155 <para>
156 <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch</command>
157 The patch does four things: fixes compiling with
158 <application>glib-2.32</application> or greater, corrects red appearing as
159 blue with recent versions of <application>poppler</application>, allows
160 the application to compile when <xref linkend="cups"/> has been installed,
161 and fixes the display of embedded png images.
162 </para>
163 </sect2>
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Program</segtitle>
170 <segtitle>Installed Libraries</segtitle>
171 <segtitle>Installed Directory</segtitle>
172
173 <seglistitem>
174 <seg>epdfview</seg>
175 <seg>None</seg>
176 <seg>/usr/share/epdfview</seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="epdfview-prog">
186 <term><command>epdfview</command></term>
187 <listitem>
188 <para>
189 is a <application>Gtk+-2</application> program for viewing PDF
190 documents.
191 </para>
192 <indexterm zone="epdfview epdfview-prog">
193 <primary sortas="b-epdfview">epdfview</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197 </variablelist>
198 </sect2>
199</sect1>
Note: See TracBrowser for help on using the repository browser.