source: gnome/applications/evince.xml@ 87adc73

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 87adc73 was 843c02a9, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to cheese-3.14.0.
Update to eog-3.14.0.
Update to epiphany-3.14.0.
Update to evince-3.14.0.

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

  • Property mode set to 100644
File size: 7.6 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-14;/evince-&evince-version;.tar.xz">
9 <!ENTITY evince-download-ftp
10 "&gnome-download-ftp;/evince/&gnome-minor-14;/evince-&evince-version;.tar.xz">
11 <!ENTITY evince-md5sum "feaf7382d4829a8ea52bfbaae106b9da">
12 <!ENTITY evince-size "2.9 MB">
13 <!ENTITY evince-buildsize "80 MB">
14 <!ENTITY evince-time "1.3 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 &lfs76_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&evince-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&evince-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &evince-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &evince-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &evince-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &evince-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Evince Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="adwaita-icon-theme"/>,
83 <xref linkend="gsettings-desktop-schemas"/>,
84 <xref linkend="gtk3"/>, and
85 <xref linkend="itstool"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="libsecret"/>,
92 <xref linkend="nautilus"/>, and
93 <xref linkend="poppler"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/>,
99 <xref linkend="texlive"/>,
100 <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
101 <ulink url="https://wiki.gnome.org/action/show/Projects/libgxps">libgxps</ulink>,
102 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>, and
103 <ulink url="http://fossies.org/linux/misc/t1lib-5.1.2.tar.gz/">t1lib</ulink>
104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/evince"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Evince</title>
113
114 <para>
115 Install <application>Evince</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr \
120 --enable-introspection \
121 --disable-static &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not have a working testsuite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanation</title>
138
139 <para>
140 <option>--enable-introspection</option>: By default, the
141 <application>Gobject Introspection</application> support is
142 turned off, even though that package is an expected component
143 of the <application>GNOME</application> Desktop.
144 </para>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/static-libraries.xml"/>
148
149 <para>
150 <option>--without-keyring</option>: This switch disables use of
151 the <application>libsecret</application>. Use this switch
152 if <application>libsecret</application> is not installed.
153 </para>
154
155 <para>
156 <option>--disable-nautilus</option>: This switch disables building
157 of the <application>Nautilus</application> Plugin. Use this switch
158 if <application>Nautilus</application> is not installed.
159 </para>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="../../xincludes/gtk-doc-rebuild.xml"/>
163
164 <para><option>--libexecdir=/usr/lib/evince</option>: This option
165 puts the package's private program in an <filename
166 class="directory">evince</filename> directory in <filename
167 class="directory">/usr/lib</filename> instead of using
168 <filename class="directory">/usr/libexec</filename> in accordance
169 with the old version of the FHS used before LFS-7.5.</para>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>
183 evince, evinced, evince-previewer, and evince-thumbnailer
184 </seg>
185 <seg>
186 libevdocument3.so,
187 libevview3.so,
188 /usr/lib/mozilla/plugins/libevbrowserplugin.so, and
189 /usr/lib/nautilus/extensions-3.0/libevince-properties-page.so
190 </seg>
191 <seg>
192 /usr/include/evince,
193 /usr/lib/evince,
194 /usr/share/evince,
195 /usr/share/gtk-doc/html/{evince,libevdocument-3.0,libevview-3.0}, and
196 /usr/share/help/*/evince
197 </seg>
198 </seglistitem>
199 </segmentedlist>
200
201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
205
206 <varlistentry id="evince-prog">
207 <term><command>evince</command></term>
208 <listitem>
209 <para>
210 is a multiple format document viewer.
211 </para>
212 <indexterm zone="evince evince-prog">
213 <primary sortas="b-evince">evince</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="evince-previewer">
219 <term><command>evince-previewer</command></term>
220 <listitem>
221 <para>
222 is an applicaton that implements the printing preview.
223 </para>
224 <indexterm zone="evince evince-previewer">
225 <primary sortas="b-evince-previewer">evince-previewer</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="evince-thumbnailer">
231 <term><command>evince-thumbnailer</command></term>
232 <listitem>
233 <para>
234 is a simple program used to create thumbnail images of
235 supported documents.
236 </para>
237 <indexterm zone="evince evince-thumbnailer">
238 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.