source: gnome/applications/evince.xml@ b4c8de67

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 b4c8de67 was b4c8de67, checked in by Ken Moffat <ken@…>, 7 years ago

evince-3.24.1

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

  • Property mode set to 100644
File size: 7.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 evince-download-http
8 "&gnome-download-http;/evince/&gnome-minor-24;/evince-&evince-version;.tar.xz">
9 <!ENTITY evince-download-ftp
10 "&gnome-download-ftp;/evince/&gnome-minor-24;/evince-&evince-version;.tar.xz">
11 <!ENTITY evince-md5sum "ea19a7f5903caa1ec9688d98051cdb0d">
12 <!ENTITY evince-size "3.4 MB">
13 <!ENTITY evince-buildsize "91 MB">
14 <!ENTITY evince-time "1.0 SBU">
15]>
16
17<sect1 id="evince" xreflabel="Evince-&evince-version;">
18 <?dbhtml filename="evince.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Evince-&evince-version;</title>
26
27 <indexterm zone="evince">
28 <primary sortas="a-Evince">Evince</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Evince</title>
33
34 <para>
35 <application>Evince</application> is a document viewer for multiple
36 document formats. It supports PDF, Postscript, DjVu, TIFF and DVI.
37 It is useful for viewing documents of various types using one simple
38 application instead of the multiple document viewers that once existed
39 on the <application>GNOME</application> Desktop.
40 </para>
41
42 &lfs80_checked;
43 &gcc7_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&evince-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&evince-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &evince-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &evince-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &evince-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &evince-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Evince Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="adwaita-icon-theme"/>,
84 <xref linkend="gsettings-desktop-schemas"/>,
85 <xref linkend="gtk3"/>,
86 <xref linkend="itstool"/>, and
87 <xref linkend="libxml2"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="gnome-keyring"/>,
93 <xref linkend="gobject-introspection"/>,
94 <xref linkend="libsecret"/>,
95 <xref linkend="nautilus"/> (to build the plugin), and
96 <xref linkend="poppler"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="cups"/> (to enable printing if support is built into
102 <application>GTK+ 3</application>),
103 <xref linkend="gnome-desktop"/>,
104 <xref linkend="gst10-plugins-base"/>,
105 <xref linkend="gtk-doc"/>,
106 <xref linkend="libtiff"/>,
107 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
108 <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
109 <ulink url="https://wiki.gnome.org/action/show/Projects/libgxps">libgxps</ulink>,
110 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>, and
111 <ulink url="http://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz">t1lib</ulink>
112 </para>
113
114 <para condition="html" role="usernotes">User Notes:
115 <ulink url="&blfs-wiki;/evince"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Evince</title>
121
122 <para>
123 Install <application>Evince</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>./configure --prefix=/usr \
128 --enable-compile-warnings=minimum \
129 --enable-introspection \
130 --disable-static &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not have a working testsuite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanation</title>
147
148 <para>
149 <parameter>--enable-compile-warnings=minimum</parameter>: This
150 switch prevents a warning about a date format being treated as an error by
151 <application>gcc-6.1</application>.
152 </para>
153
154 <para>
155 <parameter>--enable-introspection</parameter>: By default, the
156 <application>Gobject Introspection</application> support is
157 turned off, even though that package is an expected component
158 of the <application>GNOME</application> Desktop.
159 </para>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="../../xincludes/static-libraries.xml"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../../xincludes/gtk-doc-rebuild.xml"/>
166
167 <para>
168 <option>--disable-nautilus</option>: This switch disables building
169 the <application>Nautilus</application> Plugin. Use this switch
170 if <application>Nautilus</application> is not installed.
171 </para>
172
173 <para>
174 <option>--without-keyring</option>: This switch disables the use of
175 <application>libsecret</application>. Use this switch
176 if <application>libsecret</application> is not installed.
177 </para>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>
191 evince, evince-previewer, and evince-thumbnailer
192 </seg>
193 <seg>
194 libevdocument3.so,
195 libevview3.so,
196 /usr/lib/mozilla/plugins/libevbrowserplugin.so (browser plugin,
197 but unusable in firefox), and
198 /usr/lib/nautilus/extensions-3.0/libevince-properties-page.so
199 </seg>
200 <seg>
201 /usr/{include,lib,share}/evince,
202 /usr/share/gtk-doc/html/{evince,libevdocument-3.0,libevview-3.0}, and
203 /usr/share/help/*/evince
204 </seg>
205 </seglistitem>
206 </segmentedlist>
207
208 <variablelist>
209 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
210 <?dbfo list-presentation="list"?>
211 <?dbhtml list-presentation="table"?>
212
213 <varlistentry id="evince-prog">
214 <term><command>evince</command></term>
215 <listitem>
216 <para>
217 is a multiple format document viewer.
218 </para>
219 <indexterm zone="evince evince-prog">
220 <primary sortas="b-evince">evince</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="evince-previewer">
226 <term><command>evince-previewer</command></term>
227 <listitem>
228 <para>
229 is an applicaton that implements the printing previewer.
230 </para>
231 <indexterm zone="evince evince-previewer">
232 <primary sortas="b-evince-previewer">evince-previewer</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="evince-thumbnailer">
238 <term><command>evince-thumbnailer</command></term>
239 <listitem>
240 <para>
241 is a simple program used to create thumbnail images of
242 supported documents.
243 </para>
244 <indexterm zone="evince evince-thumbnailer">
245 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 </variablelist>
251
252 </sect2>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.