source: gnome/add/evince.xml@ 0a7c3921

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 6.7 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 "&gnome-download-http;/evince/0.4/evince-&evince-version;.tar.bz2">
8 <!ENTITY evince-download-ftp "&gnome-download-ftp;/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 <keywordset>
22 <keyword role="package">evince-&evince-version;.tar</keyword>
23 <keyword role="ftpdir">evince</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Evince-&evince-version;</title>
28
29 <indexterm zone="evince">
30 <primary sortas="a-Evince">Evince</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Evince</title>
35
36 <para>The <application>Evince</application> package contains a document
37 viewer for multiple document formats. It currently supports PDF,
38 Postscript, DjVu, TIFF and DVI. This is useful for viewing documents of
39 various types using one simple application instead of the multiple document
40 viewers that once existed on the GNOME Desktop.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&evince-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&evince-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &evince-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &evince-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &evince-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &evince-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing="compact">
66 <listitem>
67 <para>Required patch: <ulink
68 url="&patch-root;/evince-&evince-version;-t1lib-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Evince Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required"><xref linkend="libgnomeui"/>,
76 <xref linkend="gnome-doc-utils"/>,
77 <xref linkend="libgnomeprintui"/>,
78 <xref linkend="poppler"/> (built with <application>GTK+</application> support),
79 <xref linkend="espgs"/> or <xref linkend="gs"/>, and
80 <xref linkend="which"/></para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><xref linkend="nautilus"/>,
84 <xref linkend="dbus"/>,
85 <xref linkend="libtiff"/>,
86 <xref linkend="tex"/>,
87 <ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink>, and
88 <ulink url="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/">t1lib</ulink></para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/evince"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Evince</title>
97
98 <para>Install <application>Evince</application> by running the following
99 commands:</para>
100
101<screen><userinput>patch -Np1 -i ../evince-&evince-version;-t1lib-1.patch &amp;&amp;
102./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
103 --localstatedir=/var/lib \
104 --sysconfdir=&gnome-etc-dir; \
105 --enable-pixbuf &amp;&amp;
106make</userinput></screen>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
120 puts <application>ScrollKeeper</application> files in
121 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
122 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
123
124 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
125 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
126 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
127
128 <para><option>--enable-djvu</option>: Use this parameter if you have the
129 <application>DjVuLibre</application> package installed and you wish to
130 build support to view DjVu files.</para>
131
132 <para><option>--enable-dvi</option>: Use this parameter if you have the
133 <application>TeX</application> package installed and you wish to build
134 support to view DVI files.</para>
135
136 <para><option>--enable-t1lib</option>: Use this parameter if you have the
137 <application>t1lib</application> package installed and you wish to build
138 support for Type1 fonts in the DVI viewer.</para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>evince and evince-thumbnailer</seg>
152 <seg>libevince-properties-page.{so,a} and a
153 <application>Nautilus</application> extension</seg>
154 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/evince
155 and $GNOME_PREFIX/share/{,gnome/help/ ,omf/}evince</seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="evince-prog">
165 <term><command>evince</command></term>
166 <listitem>
167 <para>is a multiple format document viewer.</para>
168 <indexterm zone="evince evince-prog">
169 <primary sortas="b-evince">evince</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="evince-thumbnailer">
175 <term><command>evince-thumbnailer</command></term>
176 <listitem>
177 <para>is a simple program used to create thumbnail images of
178 supported documents.</para>
179 <indexterm zone="evince evince-thumbnailer">
180 <primary sortas="b-evince-thumbnailer">evince-thumbnailer</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.