source: pst/ps/epdfview.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 6.1 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 &lfs10_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>
80 Required patch: <ulink url=
81 "&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85
86 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="gtk2"/> and
91 <xref linkend="poppler"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended (mainly for
95 Desktop Environments)</bridgehead>
96 <para role="Recommended">
97 <xref linkend="desktop-file-utils"/> and
98 <xref linkend="hicolor-icon-theme"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="cups"/>
104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/epdfview"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of ePDFView</title>
113
114 <para>
115 Install <application>ePDFView</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch &amp;&amp;
120./configure --prefix=/usr &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 <para>
134 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:
135 </para>
136
137<screen role="root"><userinput>for size in 24 32 48; do
138 ln -svf ../../../../epdfview/pixmaps/icon_epdfview-$size.png \
139 /usr/share/icons/hicolor/${size}x${size}/apps
140done &amp;&amp;
141unset size &amp;&amp;
142
143update-desktop-database &amp;&amp;
144gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151<!-- keep this in case the patch breaks builds without cups
152 <para>
153 <command>sed -i 's#/gmacros##' src/gtk/StockIcons.h</command>: This sed
154 fixes compiling with <application>glib-2.32</application> or greater.
155 </para> -->
156
157 <para>
158 <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch</command>
159 The patch does four things: fixes compiling with
160 <application>glib-2.32</application> or greater, corrects red appearing as
161 blue with recent versions of <application>poppler</application>, allows
162 the application to compile when <xref linkend="cups"/> has been installed,
163 and fixes the display of embedded png images.
164 </para>
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Program</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directory</segtitle>
174
175 <seglistitem>
176 <seg>epdfview</seg>
177 <seg>None</seg>
178 <seg>/usr/share/epdfview</seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="epdfview-prog">
188 <term><command>epdfview</command></term>
189 <listitem>
190 <para>
191 is a <application>Gtk+-2</application> program for viewing PDF
192 documents
193 </para>
194 <indexterm zone="epdfview epdfview-prog">
195 <primary sortas="b-epdfview">epdfview</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199 </variablelist>
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.