source: pst/ps/epdfview.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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