source: pst/ps/epdfview.xml@ f3d413ca

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

Tags for editors and typesetting

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

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[c7ed4f4d]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
[a29486e4]7 <!ENTITY epdfview-download-http "&sources-anduin-http;/epdfview/epdfview-&epdfview-version;.tar.bz2">
[c7ed4f4d]8 <!ENTITY epdfview-download-ftp " ">
[2342fe7]9 <!ENTITY epdfview-md5sum "e50285b01612169b2594fea375f53ae4">
10 <!ENTITY epdfview-size "456 KB">
11 <!ENTITY epdfview-buildsize "6 MB">
[c7ed4f4d]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
[2342fe7]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>
[c7ed4f4d]39
[f3d413ca]40 &lfs101_checked;
[7f4cdbc0]41
[c7ed4f4d]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[2342fe7]45 <para>
46 Download (HTTP): <ulink url="&epdfview-download-http;"/>
47 </para>
[c7ed4f4d]48 </listitem>
49 <listitem>
[2342fe7]50 <para>
51 Download (FTP): <ulink url="&epdfview-download-ftp;"/>
52 </para>
[c7ed4f4d]53 </listitem>
54 <listitem>
[2342fe7]55 <para>
56 Download MD5 sum: &epdfview-md5sum;
57 </para>
[c7ed4f4d]58 </listitem>
59 <listitem>
[2342fe7]60 <para>
61 Download size: &epdfview-size;
62 </para>
[c7ed4f4d]63 </listitem>
[2cc743b0]64 <listitem>
[2342fe7]65 <para>
66 Estimated disk space required: &epdfview-buildsize;
67 </para>
[2cc743b0]68 </listitem>
69 <listitem>
[2342fe7]70 <para>
71 Estimated build time: &epdfview-time;
72 </para>
[2cc743b0]73 </listitem>
74 </itemizedlist>
75
[b5c8117]76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing='compact'>
78 <listitem>
[fa3edfef]79 <para>
80 Required patch: <ulink url=
81 "&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/>
82 </para>
[b5c8117]83 </listitem>
84 </itemizedlist>
85
[c7ed4f4d]86 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
[2342fe7]89 <para role="required">
[97cb76f]90 <xref linkend="gtk2"/> and
91 <xref linkend="poppler"/>
[c89a342]92 </para>
93
[f3429309]94 <bridgehead renderas="sect4">Recommended (mainly for
[c89a342]95 Desktop Environments)</bridgehead>
96 <para role="Recommended">
[97cb76f]97 <xref linkend="desktop-file-utils"/> and
98 <xref linkend="hicolor-icon-theme"/>
[81f49f3]99 </para>
[c7ed4f4d]100
101 <bridgehead renderas="sect4">Optional</bridgehead>
[2342fe7]102 <para role="optional">
103 <xref linkend="cups"/>
104 </para>
[c7ed4f4d]105
[2342fe7]106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/epdfview"/>
108 </para>
[c7ed4f4d]109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of ePDFView</title>
113
[2342fe7]114 <para>
115 Install <application>ePDFView</application> by running the following
116 commands:
117 </para>
[c7ed4f4d]118
[d8ed2d9]119<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch &amp;&amp;
[2cc743b0]120./configure --prefix=/usr &amp;&amp;
[c7ed4f4d]121make</userinput></screen>
122
[2342fe7]123 <para>
124 This package does not come with a test suite.
125 </para>
[c7ed4f4d]126
[2342fe7]127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
[c7ed4f4d]130
131<screen role="root"><userinput>make install</userinput></screen>
[c89a342]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
[c7ed4f4d]146 </sect2>
147
[2cc743b0]148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
[b5c8117]151<!-- keep this in case the patch breaks builds without cups
[2342fe7]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.
[b5c8117]155 </para> -->
156
157 <para>
[d8ed2d9]158 <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch</command>
159 The patch does four things: fixes compiling with
[b5c8117]160 <application>glib-2.32</application> or greater, corrects red appearing as
[d8ed2d9]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.
[2342fe7]164 </para>
[2cc743b0]165 </sect2>
166
[c7ed4f4d]167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
[81f49f3]171 <segtitle>Installed Program</segtitle>
[c3c56b2]172 <segtitle>Installed Libraries</segtitle>
[81f49f3]173 <segtitle>Installed Directory</segtitle>
[c7ed4f4d]174
175 <seglistitem>
176 <seg>epdfview</seg>
[c3c56b2]177 <seg>None</seg>
[c7ed4f4d]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>
[2342fe7]190 <para>
191 is a <application>Gtk+-2</application> program for viewing PDF
[4c24eb0a]192 documents
[2342fe7]193 </para>
[c7ed4f4d]194 <indexterm zone="epdfview epdfview-prog">
195 <primary sortas="b-epdfview">epdfview</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199 </variablelist>
200 </sect2>
[4c24eb0a]201
[c7ed4f4d]202</sect1>
Note: See TracBrowser for help on using the repository browser.