source: gnome-systemd/applications/evince.xml@ f8f466e

krejzi/svn
Last change on this file since f8f466e was f8f466e, checked in by Krejzi <krejzi@…>, 9 years ago

begin updating gnome apps.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14828 af4574ff-66df-0310-9fd7-8a98e5e911e0

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