source: pst/ps/epdfview.xml@ 24a928e

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 24a928e was c6fc0cb5, checked in by Ken Moffat <ken@…>, 9 months ago

Tags.

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