source: gnome/applications/evince.xml@ e043cf0

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

Fix evince for gcc-6.1.

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

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