source: gnome/applications/evince.xml@ 1ca1a68f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1ca1a68f was 1ca1a68f, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME 3.6 Part 9.

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

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