source: gnome/add/evince.xml@ bccbdaea

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 bccbdaea was bccbdaea, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Trailing spaces clean-up. Basicnet, book, and general parts.

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

  • Property mode set to 100644
File size: 6.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY evince-download-http "http://ftp.gnome.org/pub/GNOME/sources/evince/0.4/evince-&evince-version;.tar.bz2">
8 <!ENTITY evince-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evince/0.4/evince-&evince-version;.tar.bz2">
9 <!ENTITY evince-md5sum "cc41e30108bc54a345bd6ca2556ab857">
10 <!ENTITY evince-size "891 KB">
11 <!ENTITY evince-buildsize "31.5 MB">
12 <!ENTITY evince-time "0.7 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 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/evince-&evince-version;-t1lib-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Evince Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para><xref linkend="libgnomeui"/>,
72 <xref linkend="libgnomeprintui"/>,
73 <xref linkend="poppler"/> (built with <application>GTK+</application> support),
74 <xref linkend="espgs"/> or <xref linkend="gs"/> and
75 <xref linkend="which"/></para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para><xref linkend="nautilus"/>,
79 <xref linkend="dbus"/>,
80 <xref linkend="libtiff"/>,
81 <xref linkend="tex"/>,
82 <ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink> and
83 <ulink url="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/">t1lib</ulink></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Evince</title>
89
90 <para>Install <application>Evince</application> by running the following
91 commands:</para>
92
93<screen><userinput>patch -Np1 -i ../evince-&evince-version;-t1lib-1.patch &amp;&amp;
94./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
95 --localstatedir=/var/lib \
96 --sysconfdir=/etc/gnome \
97 --enable-pixbuf &amp;&amp;
98make</userinput></screen>
99
100 <para>This package does not come with a test suite.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
112 puts <application>ScrollKeeper</application> files in
113 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
114 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
115
116 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
117 puts configuration files in <filename class="directory">/etc/gnome</filename>
118 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
119
120 <para><option>--enable-djvu</option>: Use this parameter if you have the
121 <application>DjVuLibre</application> package installed and you wish to
122 build support to view DjVu files.</para>
123
124 <para><option>--enable-dvi</option>: Use this parameter if you have the
125 <application>TeX</application> package installed and you wish to build
126 support to view DVI files.</para>
127
128 <para><option>--enable-t1lib</option>: Use this parameter if you have the
129 <application>t1lib</application> package installed and you wish to build
130 support for Type1 fonts in the DVI viewer.</para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>evince and evince-thumbnailer</seg>
144 <seg>libevince-properties-page.[so,a]
145 <application>Nautilus</application> extension</seg>
146 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/evince,
147 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/evince,
148 $GNOME_PREFIX/share/evince,
149 $GNOME_PREFIX/share/gnome/help/evince and
150 $GNOME_PREFIX/share/omf/evince</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="evince-prog">
160 <term><command>evince</command></term>
161 <listitem>
162 <para>is a multiple format document viewer.</para>
163 <indexterm zone="evince evince-prog">
164 <primary sortas="b-evince">evince</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="evince-thumbnailer">
170 <term><command>evince-thumbnailer</command></term>
171 <listitem>
172 <para>is a simple program used to create thumbnail images of
173 supported documents.</para>
174 <indexterm zone="evince evince-thumbnailer">
175 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.