source: gnome/add/evince.xml@ e05cd03f

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 e05cd03f was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

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

  • Property mode set to 100644
File size: 9.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/&gnome-version;/evince-&evince-version;.tar.bz2">
8 <!ENTITY evince-download-ftp "&gnome-download-ftp;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
9 <!ENTITY evince-md5sum "f8b9a1ee6fe8cd0a1b7a51ad4db96e59">
10 <!ENTITY evince-size "1.9 MB">
11 <!ENTITY evince-buildsize "46 MB">
12 <!ENTITY evince-time "1.1 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>The <application>Evince</application> package contains a document
33 viewer for multiple document formats. It currently supports PDF,
34 Postscript, DjVu, TIFF and DVI. This is useful for viewing documents of
35 various types using one simple application instead of the multiple document
36 viewers that once existed on the GNOME Desktop.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&evince-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&evince-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &evince-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &evince-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &evince-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &evince-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/evince-&evince-version;-t1lib-1.patch"/></para>
66 </listitem>
67 </itemizedlist>
68 -->
69
70 <bridgehead renderas="sect3">Evince Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required"><xref linkend="gnome-doc-utils"/>,
74 <xref linkend="gnome-icon-theme"/>, and
75 <xref linkend="gtk2"/></para>
76
77 <bridgehead renderas="sect4">Run-Time Requirement</bridgehead>
78 <para><xref linkend="shared-mime-info"/></para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional"><xref linkend="GConf"/>,
82 <xref linkend="gnome-keyring"/>,
83 <xref linkend="gtk-doc"/>,
84 <xref linkend="libtiff"/>,
85 <xref linkend="tetex"/> (required to build the DVI viewer),
86 <xref linkend="nautilus"/>
87 (required to build the <application>Nautilus</application> plugin),
88 <xref linkend="poppler"/> (required for PDF support and must be built
89 with <application>GTK+</application> support),
90 <ulink url="http://libspectre.freedesktop.org/wiki/">libspectre</ulink>
91 (required for Postscript ability from <application>Evince</application>),
92 <ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink>
93 (required for DjVu graphics from <application>Evince</application>), and
94 <ulink url="http://www.sfr-fresh.com/linux/misc/t1lib">t1lib</ulink>
95 (required for Type1 font support in the DVI viewer)</para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/evince"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Evince</title>
104
105 <para>Install <application>Evince</application> by running the following
106 commands:</para>
107
108<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
109 --sysconfdir=&gnome-etc-dir; \
110 --localstatedir=/var/lib \
111 --mandir=$(pkg-config \
112 --variable=prefix ORBit-2.0)/share/man \
113 --enable-pixbuf \
114 --without-keyring \
115 --without-gconf \
116 --disable-nautilus &amp;&amp;
117make</userinput></screen>
118
119 <para>The test suite for this package requires a functional
120 <application>dogtail</application> installation. Requirements and
121 download information can be found at
122 <ulink url="http://people.redhat.com/zcerza/dogtail/"/>. The test suite
123 is invoked by issuing <command>make check</command>.</para>
124
125 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gnome-prefix.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gnome-sysconfdir.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/scrollkeeper-dir.xml"/>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gnome-mandir.xml"/>
145
146 <para><parameter>--enable-pixbuf</parameter>: This parameter enables the
147 Pixbuf Backend.</para>
148
149 <para><parameter>--without-keyring</parameter>: This parameter disables the
150 use of <application>gnome-keyring</application>. Remove parameter if
151 <application>gnome-keyring</application> is installed.</para>
152
153 <para><parameter>--without-gconf</parameter>: This parameter disables
154 <application>GConf</application> Support. Remove parameter if
155 <application>GConf</application> is installed.</para>
156
157 <para><parameter>--disable-nautilus</parameter>: This parameter disables the
158 <application>Nautilus</application> Plugin. Remove parameter if
159 <application>Nautilus</application> is installed.</para>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="../../xincludes/gtk-doc-rebuild.xml"/>
163
164 <para><option>--enable-introspection</option>: Use this parameter if you
165 have the <application>gobject-introspection</application> package installed
166 and you wish to enable GObject introspection.</para>
167
168 <para><option>--enable-impress</option>: Use this parameter if you wish to
169 compile with support for impress presentations.</para>
170
171 <para><option>--enable-dvi</option>: Use this parameter if you have the
172 <application>teTeX</application> package installed and you wish to build
173 support to view DVI files.</para>
174
175 <para><option>--enable-t1lib</option>: Use this parameter if you have the
176 <application>t1lib</application> package installed and you wish to build
177 support for Type1 fonts in the DVI viewer.</para>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Library</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>evince, evince-previewer, and evince-thumbnailer</seg>
191 <seg>libevdocument.{so,a}, libevview.{so,a}, the following backends:
192 libcomicsdocument.{so,a}, libimpressdocument.{so,a},
193 libpixbufdocument.{so,a}, libtiffdocument.{so,a}, and
194 libevince-properties-page.{so,a}, a <application>Nautilus</application>
195 extension.</seg>
196 <seg><envar>$GNOME_PREFIX</envar>/{include/evince/2.25/{libdocument,
197 libview},lib/evince/1/backends,share/{evince/icons/hicolor/*,
198 gnome/help/evince/*,gtk-doc/html/{evince,libevdocument,libevview},
199 omf/evince}}</seg>
200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
208 <varlistentry id="evince-prog">
209 <term><command>evince</command></term>
210 <listitem>
211 <para>is a multiple format document viewer.</para>
212 <indexterm zone="evince evince-prog">
213 <primary sortas="b-evince">evince</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="evince-previewer">
219 <term><command>evince-previewer</command></term>
220 <listitem>
221 <para>is an applicaton that implements the printing preview.</para>
222 <indexterm zone="evince evince-previewer">
223 <primary sortas="b-evince-previewer">evince-previewer</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="evince-thumbnailer">
229 <term><command>evince-thumbnailer</command></term>
230 <listitem>
231 <para>is a simple program used to create thumbnail images of
232 supported documents.</para>
233 <indexterm zone="evince evince-thumbnailer">
234 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 </variablelist>
240
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.