source: gnome/applications/evince.xml@ 223a2fa

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 223a2fa was eb305e7b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Adapt Cheese to changes in vala-0.52
Update to epiphany-40.0
Update to gedit-40.0
Update to gnome-weather-40.0
Update to gnome-terminal-3.40.0
Update to gnome-system-monitor-40.0
Update to gnome-screenshot-40.0
Update to gnome-maps-40.0
Update to gnome-disk-utility-40.0
Update to gnome-calculator-40.0
Update to evince-40.1
Update to eog-40.0
Update to baobab-40.0

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

  • Property mode set to 100644
File size: 9.5 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-40;/evince-&evince-version;.tar.xz">
9 <!ENTITY evince-download-ftp
10 "&gnome-download-ftp;/evince/&gnome-40;/evince-&evince-version;.tar.xz">
11 <!ENTITY evince-md5sum "89b9c52d6fd03ffb244abc12a989d1ec">
12 <!ENTITY evince-size "2.8 MB">
13 <!ENTITY evince-buildsize "84 MB">
14 <!ENTITY evince-time "0.4 SBU (Using parallelism=4)">
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 &lfs101_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"/>,
86 <xref linkend="libhandy1"/>,
87 <xref linkend="libxml2"/>, and
88 <xref linkend="openjpeg2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="gnome-keyring"/>,
94 <xref linkend="gobject-introspection"/>,
95 <xref linkend="libarchive"/>,
96 <xref linkend="libsecret"/>,
97 <xref linkend="nautilus"/> (to build the plugin), and
98 <xref linkend="poppler"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="cups"/> (to enable printing if support is built into
104 <application>GTK+ 3</application>),
105 <xref linkend="gnome-desktop"/>,
106 <xref linkend="gspell"/>,
107 <xref linkend="gst10-plugins-base"/>,
108 <xref linkend="gtk-doc"/>,
109 <xref linkend="libgxps"/>,
110 <xref linkend="libtiff"/>,
111 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
112 <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
113 <!--<ulink url="https://wiki.gnome.org/action/show/Projects/libgxps">libgxps</ulink>,-->
114 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>,
115 <ulink url="https://github.com/jlaurens/synctex">Synctex</ulink>, and
116 <ulink url="https://www.t1lib.org/">t1lib</ulink>
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/evince"/>
121 </para>
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of Evince</title>
126
127 <para>
128 First, make sure that meson can find TeXLive if it is installed.
129 This has no effect on systems without TeXLive installed.
130 </para>
131
132<screen><userinput remap="pre">export CPPFLAGS="-I/opt/texlive/&texlive-year;/include" &amp;&amp;
133export LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib"</userinput></screen>
134
135 <para>
136 Install <application>Evince</application> by running the following
137 commands:
138 </para>
139
140<screen revision="sysv"><userinput>mkdir build &amp;&amp;
141cd build &amp;&amp;
142
143meson --prefix=/usr -Dgtk_doc=false -Dsystemduserunitdir=no .. &amp;&amp;
144ninja</userinput></screen>
145
146<screen revision="systemd"><userinput>mkdir build &amp;&amp;
147cd build &amp;&amp;
148
149meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
150ninja</userinput></screen>
151
152 <para>
153 This package does not have a working testsuite.
154 </para>
155
156 <para>
157 Now, as the <systemitem class="username">root</systemitem> user:
158 </para>
159
160<screen role="root"><userinput>ninja install</userinput></screen>
161
162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="../../xincludes/gsettings-destdir.xml"/>
164
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169 <!--
170 <para>
171 <parameter>- -enable-compile-warnings=minimum</parameter>: This
172 switch prevents a warning about a date format being treated as an error by
173 <application>gcc-6.1</application>.
174 </para>
175 -->
176
177 <para>
178 <parameter>CPPFLAGS="..." LDFLAGS="$LDFLAGS ..."</parameter>: If
179 <application>TeXLive</application> has been installed in
180 <filename class="directory">/opt/texlive-&texlive-year;</filename> the
181 configure script will find <filename class='libraryfile'>libkpathsea.so</filename>
182 and enable the DVI backend, but without this addition the compile will fail
183 because it cannot find the required headers. Adding this to a system where
184 <application>TeXLive</application> has not been installed does not break the
185 build.
186 </para>
187
188 <para>
189 <parameter>-Dgtk_doc=false</parameter>: This switch disables generating
190 the gtk-doc API reference documentation. If you have
191 <xref role="nodep" linkend="gtk-doc"/> installed and wish to generate
192 the API reference documentation, remove this switch.
193 </para>
194
195 <para>
196 <option>-Dgspell=false</option>: This switch turns off support
197 for the spell checking plugin.
198 </para>
199
200 <para>
201 <option>-Dintrospection=false</option>: Use this option if you
202 don't have <xref role="nodep" linkend="gobject-introspection"/>
203 installed and don't wish to have introspection support built into Evince.
204 </para>
205
206<!--
207 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
208 href="../../xincludes/static-libraries.xml"/>
209
210 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
211 href="../../xincludes/gtk-doc-rebuild.xml"/>
212-->
213
214 <para>
215 <option>-Dnautilus=false</option>: This switch disables building
216 the <application>Nautilus</application> Plugin. Use this switch
217 if <application>Nautilus</application> is not installed.
218 </para>
219
220 <para>
221 <option>-Dkeyring=false</option>: This switch disables the use of
222 <application>libsecret</application>. Use this switch
223 if <application>libsecret</application> is not installed.
224 </para>
225
226 </sect2>
227
228 <sect2 role="content">
229 <title>Contents</title>
230
231 <segmentedlist>
232 <segtitle>Installed Programs</segtitle>
233 <segtitle>Installed Libraries</segtitle>
234 <segtitle>Installed Directories</segtitle>
235
236 <seglistitem>
237 <seg>
238 evince, evince-previewer, and evince-thumbnailer
239 </seg>
240 <seg>
241 libevdocument3.so,
242 libevview3.so, and
243 /usr/lib/nautilus/extensions-3.0/libevince-properties-page.so
244 </seg>
245 <seg>
246 /usr/{include,lib,share}/evince,
247 /usr/share/gtk-doc/html/{evince,libevdocument-3.0,libevview-3.0}, and
248 /usr/share/help/*/evince
249 </seg>
250 </seglistitem>
251 </segmentedlist>
252
253 <variablelist>
254 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
255 <?dbfo list-presentation="list"?>
256 <?dbhtml list-presentation="table"?>
257
258 <varlistentry id="evince-prog">
259 <term><command>evince</command></term>
260 <listitem>
261 <para>
262 is a multiple format document viewer
263 </para>
264 <indexterm zone="evince evince-prog">
265 <primary sortas="b-evince">evince</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="evince-previewer">
271 <term><command>evince-previewer</command></term>
272 <listitem>
273 <para>
274 is an applicaton that implements the printing previewer
275 </para>
276 <indexterm zone="evince evince-previewer">
277 <primary sortas="b-evince-previewer">evince-previewer</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="evince-thumbnailer">
283 <term><command>evince-thumbnailer</command></term>
284 <listitem>
285 <para>
286 is a simple program used to create thumbnail images of
287 supported documents
288 </para>
289 <indexterm zone="evince evince-thumbnailer">
290 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 </variablelist>
296
297 </sect2>
298
299</sect1>
Note: See TracBrowser for help on using the repository browser.