source: gnome/applications/evince.xml@ 937c279

systemd-13485
Last change on this file since 937c279 was ff34b81, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to EOG-3.20.3
Update to Epiphany-3.20.3
Update to Evince-3.20.1
Update to gnome-screenshot-3.20.1
Update to gparted-0.26.1
(systemd/gnome merge staging) Update to seahorse-3.20.0
(systemd/gnome merge staging) Update to vinagre-3.20.2
(systemd/gnome merge) Moved vinagre over to trunk
Tags and Typo Fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17582 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-minor20;/evince-&evince-version;.tar.xz">
9 <!ENTITY evince-download-ftp
10 "&gnome-download-ftp;/evince/&gnome-minor20;/evince-&evince-version;.tar.xz">
11 <!ENTITY evince-md5sum "eb05ece124d93d057211643b7ebdb145">
12 <!ENTITY evince-size "3.2 MB">
13 <!ENTITY evince-buildsize "96 MB">
14 <!ENTITY evince-time "1.2 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 &lfs79_checked;&gcc6_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="gtk3"/>, and
84 <xref linkend="itstool"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gnome-desktop"/>,
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="gsettings-desktop-schemas"/>,
92 <xref linkend="libsecret"/>,
93 <xref linkend="nautilus"/> (for the plugin), and
94 <xref linkend="poppler"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="cups"/> (to enable printing if <xref linkend="gtk3"/> is built with it),
100 <xref linkend="gtk-doc"/>,
101 <xref linkend="texlive"/>,
102 <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
103 <ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,
104 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>, and
105 <ulink url="http://fossies.org/linux/old/misc/t1lib-5.1.2.tar.gz/">t1lib</ulink>
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/evince"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of Evince</title>
115
116 <para>
117 Install <application>Evince</application> by running the following
118 commands:
119 </para>
120
121<screen><userinput>./configure --prefix=/usr \
122 --enable-introspection \
123 --enable-compile-warnings=minimum \
124 --disable-static &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 This package does not have a working testsuite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanation</title>
141
142 <para>
143 <option>--enable-compile-warnings=minimum</option>: This switch
144 prevents a warning about a date format being treated as an error by
145 <application>GCC6</application>
146 </para>
147
148 <para>
149 <option>--enable-introspection</option>: By default, the
150 <application>Gobject Introspection</application> support is
151 turned off, even though that package is an expected component
152 of the <application>GNOME</application> Desktop.
153 </para>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/static-libraries.xml"/>
157
158 <para>
159 <option>--without-keyring</option>: This switch disables the use of
160 <application>libsecret</application>. Use this switch
161 if <application>libsecret</application> is not installed.
162 </para>
163
164 <para>
165 <option>--disable-nautilus</option>: This switch disables building
166 of the <application>Nautilus</application> Plugin. Use this switch
167 if <application>Nautilus</application> is not installed.
168 </para>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="../../xincludes/gtk-doc-rebuild.xml"/>
172
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>
185 evince, evince-previewer, and evince-thumbnailer
186 </seg>
187 <seg>
188 libevdocument3.so, libevview3.so,
189 libevbrowserplugin.so (Browser Plugin) and
190 libevince-properties-page.so (<application>Nautilus</application> Extension)
191 </seg>
192 <seg>
193 /usr/include/evince,
194 /usr/lib/evince,
195 /usr/share/evince,
196 /usr/share/gtk-doc/html/{evince,libevdocument-3.0,libevview-3.0}, and
197 /usr/share/help/*/evince
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="evince-prog">
208 <term><command>evince</command></term>
209 <listitem>
210 <para>
211 is a multiple format document viewer.
212 </para>
213 <indexterm zone="evince evince-prog">
214 <primary sortas="b-evince">evince</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="evince-previewer">
220 <term><command>evince-previewer</command></term>
221 <listitem>
222 <para>
223 is an applicaton that implements the printing previewer.
224 </para>
225 <indexterm zone="evince evince-previewer">
226 <primary sortas="b-evince-previewer">evince-previewer</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="evince-thumbnailer">
232 <term><command>evince-thumbnailer</command></term>
233 <listitem>
234 <para>
235 is a simple program used to create thumbnail images of
236 supported documents.
237 </para>
238 <indexterm zone="evince evince-thumbnailer">
239 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 </variablelist>
245
246 </sect2>
247
248</sect1>
Note: See TracBrowser for help on using the repository browser.