source: pst/ps/epdfview.xml@ d0837cf2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 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 krejzi/svn 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 d0837cf2 was 3ff910b, checked in by Ken Moffat <ken@…>, 10 years ago

Counting tags. And the number of the counting shall be three. (sorry, it's getting late, and I've been running my pythonesque xindy test)

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

  • Property mode set to 100644
File size: 5.2 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
8 "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/epdfview/epdfview-&epdfview-version;.tar.bz2">
9 <!ENTITY epdfview-download-ftp " ">
10 <!ENTITY epdfview-md5sum "e50285b01612169b2594fea375f53ae4">
11 <!ENTITY epdfview-size "456 KB">
12 <!ENTITY epdfview-buildsize "6 MB">
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
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>
40
41 &lfs76_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&epdfview-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&epdfview-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &epdfview-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &epdfview-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &epdfview-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &epdfview-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing='compact'>
79 <listitem>
80 <para>Required patch: <ulink
81 url="&patch-root;/epdfview-&epdfview-version;-fixes-1.patch"/></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="poppler"/> and <xref linkend="gtk2"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="cups"/>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/epdfview"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of ePDFView</title>
104
105 <para>
106 Install <application>ePDFView</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch &amp;&amp;
111./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128<!-- keep this in case the patch breaks builds without cups
129 <para>
130 <command>sed -i 's#/gmacros##' src/gtk/StockIcons.h</command>: This sed
131 fixes compiling with <application>glib-2.32</application> or greater.
132 </para> -->
133
134 <para>
135 <command>patch -Np1 -i ../epdfview-&epdfview-version;-fixes-1.patch</command>
136 The patch does three things: fixes compiling with
137 <application>glib-2.32</application> or greater, corrects red appearing as
138 blue with recent versions of <application>poppler</application>, and allows
139 the application to compile when <xref linkend="cups"/> has been installed.
140 </para>
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Program</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directory</segtitle>
150
151 <seglistitem>
152 <seg>epdfview</seg>
153 <seg>None</seg>
154 <seg>/usr/share/epdfview</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="epdfview-prog">
164 <term><command>epdfview</command></term>
165 <listitem>
166 <para>
167 is a <application>Gtk+-2</application> program for viewing PDF
168 documents.
169 </para>
170 <indexterm zone="epdfview epdfview-prog">
171 <primary sortas="b-epdfview">epdfview</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175 </variablelist>
176 </sect2>
177</sect1>
Note: See TracBrowser for help on using the repository browser.