source: pst/ps/epdfview.xml@ 7b2fed0f

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 7b2fed0f was 7b2fed0f, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags

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