source: pst/ps/epdfview.xml@ 7f4cdbc0

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 7f4cdbc0 was 7f4cdbc0, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Updated VIM to the latest patch.

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

  • Property mode set to 100644
File size: 3.9 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 epdfview-download-http "http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-&epdfview-version;.tar.bz2">
8 <!ENTITY epdfview-download-ftp " ">
9 <!ENTITY epdfview-md5sum "1919bb19c16ef0a97d48b0a8303d3c7b">
10 <!ENTITY epdfview-size "434 KB">
11 <!ENTITY epdfview-buildsize "7 MB">
12 <!ENTITY epdfview-time "less than 0.1 SBU">
13]>
14
15<sect1 id="epdfview" xreflabel="epdfview-&epdfview-version;">
16 <?dbhtml filename="epdfview.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>ePDFView-&epdfview-version;</title>
24
25 <indexterm zone="epdfview">
26 <primary sortas="a-epdfview">epdfview</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ePDFView</title>
31
32 <para><application>ePDFView</application> is a free standalone lightweight
33 PDF document viewer using <application>Poppler</application> and
34 <application>GTK+</application> libraries. It is a good replacement for
35 <application>Evince</application> as it does not rely upon
36 <application>GNOME</application> libraries.</para>
37
38 &lfs65_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&epdfview-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&epdfview-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &epdfview-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &epdfview-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &epdfview-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &epdfview-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="poppler"/> and <xref linkend="gtk2"/>
66 </para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="cups"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/epdfview"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of ePDFView</title>
78
79 <para>Install <application>ePDFView</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Program</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directory</segtitle>
100
101 <seglistitem>
102 <seg>epdfview</seg>
103 <seg>None</seg>
104 <seg>/usr/share/epdfview</seg>
105 </seglistitem>
106 </segmentedlist>
107
108 <variablelist>
109 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
110 <?dbfo list-presentation="list"?>
111 <?dbhtml list-presentation="table"?>
112
113 <varlistentry id="epdfview-prog">
114 <term><command>epdfview</command></term>
115 <listitem>
116 <para>is the main program for viewing PDF documents.</para>
117 <indexterm zone="epdfview epdfview-prog">
118 <primary sortas="b-epdfview">epdfview</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 </variablelist>
124
125 </sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.