source: pst/ps/epdfview.xml@ c4e1c2a0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 c4e1c2a0 was 0d3b7bb, checked in by Ken Moffat <ken@…>, 9 years ago

more tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15889 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
[2342fe7]7 <!ENTITY epdfview-download-http
[3a01c60]8 "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/epdfview/epdfview-&epdfview-version;.tar.bz2">
[c7ed4f4d]9 <!ENTITY epdfview-download-ftp " ">
[2342fe7]10 <!ENTITY epdfview-md5sum "e50285b01612169b2594fea375f53ae4">
11 <!ENTITY epdfview-size "456 KB">
12 <!ENTITY epdfview-buildsize "6 MB">
[c7ed4f4d]13 <!ENTITY epdfview-time "less than 0.1 SBU">
14]>
15
16<sect1 id="epdfview" xreflabel="epdfview-&epdfview-version;">
17 <?dbhtml filename="epdfview.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>ePDFView-&epdfview-version;</title>
25
26 <indexterm zone="epdfview">
27 <primary sortas="a-epdfview">epdfview</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to ePDFView</title>
32
[2342fe7]33 <para>
34 <application>ePDFView</application> is a free standalone lightweight PDF
35 document viewer using <application>Poppler</application> and
36 <application>GTK+</application> libraries. It is a good replacement for
37 <application>Evince</application> as it does not rely upon
38 <application>GNOME</application> libraries.
39 </para>
[c7ed4f4d]40
[0d3b7bb]41 &lfs77_checked; &gcc5_checked;
[7f4cdbc0]42
[c7ed4f4d]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[2342fe7]46 <para>
47 Download (HTTP): <ulink url="&epdfview-download-http;"/>
48 </para>
[c7ed4f4d]49 </listitem>
50 <listitem>
[2342fe7]51 <para>
52 Download (FTP): <ulink url="&epdfview-download-ftp;"/>
53 </para>
[c7ed4f4d]54 </listitem>
55 <listitem>
[2342fe7]56 <para>
57 Download MD5 sum: &epdfview-md5sum;
58 </para>
[c7ed4f4d]59 </listitem>
60 <listitem>
[2342fe7]61 <para>
62 Download size: &epdfview-size;
63 </para>
[c7ed4f4d]64 </listitem>
[2cc743b0]65 <listitem>
[2342fe7]66 <para>
67 Estimated disk space required: &epdfview-buildsize;
68 </para>
[2cc743b0]69 </listitem>
70 <listitem>
[2342fe7]71 <para>
72 Estimated build time: &epdfview-time;
73 </para>
[2cc743b0]74 </listitem>
75 </itemizedlist>
76
[b5c8117]77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing='compact'>
79 <listitem>
[54f740f]80 <para>Required patch: <ulink
[d8ed2d9]81 url="&patch-root;/epdfview-&epdfview-version;-fixes-2.patch"/></para>
[b5c8117]82 </listitem>
83 </itemizedlist>
84
[c7ed4f4d]85 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
[2342fe7]88 <para role="required">
[97cb76f]89 <xref linkend="gtk2"/> and
90 <xref linkend="poppler"/>
[c89a342]91 </para>
92
93 <bridgehead renderas="sect4">Recommended (mainly for
94 Desktop Environments)</bridgehead>
95 <para role="Recommended">
[97cb76f]96 <xref linkend="desktop-file-utils"/> and
97 <xref linkend="hicolor-icon-theme"/>
[81f49f3]98 </para>
[c7ed4f4d]99
100 <bridgehead renderas="sect4">Optional</bridgehead>
[2342fe7]101 <para role="optional">
102 <xref linkend="cups"/>
103 </para>
[c7ed4f4d]104
[2342fe7]105 <para condition="html" role="usernotes">
106 User Notes: <ulink url="&blfs-wiki;/epdfview"/>
107 </para>
[c7ed4f4d]108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of ePDFView</title>
112
[2342fe7]113 <para>
114 Install <application>ePDFView</application> by running the following
115 commands:
116 </para>
[c7ed4f4d]117
[d8ed2d9]118<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch &amp;&amp;
[2cc743b0]119./configure --prefix=/usr &amp;&amp;
[c7ed4f4d]120make</userinput></screen>
121
[2342fe7]122 <para>
123 This package does not come with a test suite.
124 </para>
[c7ed4f4d]125
[2342fe7]126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
[c7ed4f4d]129
130<screen role="root"><userinput>make install</userinput></screen>
[c89a342]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
[c7ed4f4d]145 </sect2>
146
[2cc743b0]147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
[b5c8117]150<!-- keep this in case the patch breaks builds without cups
[2342fe7]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.
[b5c8117]154 </para> -->
155
156 <para>
[d8ed2d9]157 <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-2.patch</command>
158 The patch does four things: fixes compiling with
[b5c8117]159 <application>glib-2.32</application> or greater, corrects red appearing as
[d8ed2d9]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.
[2342fe7]163 </para>
[2cc743b0]164 </sect2>
165
[c7ed4f4d]166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
[81f49f3]170 <segtitle>Installed Program</segtitle>
[c3c56b2]171 <segtitle>Installed Libraries</segtitle>
[81f49f3]172 <segtitle>Installed Directory</segtitle>
[c7ed4f4d]173
174 <seglistitem>
175 <seg>epdfview</seg>
[c3c56b2]176 <seg>None</seg>
[c7ed4f4d]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>
[2342fe7]189 <para>
190 is a <application>Gtk+-2</application> program for viewing PDF
191 documents.
192 </para>
[c7ed4f4d]193 <indexterm zone="epdfview epdfview-prog">
194 <primary sortas="b-epdfview">epdfview</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198 </variablelist>
199 </sect2>
200</sect1>
Note: See TracBrowser for help on using the repository browser.