source: pst/ps/epdfview.xml@ b69c81fa

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since b69c81fa was b69c81fa, checked in by Ken Moffat <ken@…>, 9 months ago

Use the gtk3 fork of epdfview.

  • 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.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 "&sources-anduin-http;/epdfview-gtk3/epdfview-&epdfview-version;.tar.xz">
8 <!ENTITY epdfview-download-ftp " ">
9 <!ENTITY epdfview-md5sum "d222a3dc26c2faf6f862018bb478fb36">
10 <!ENTITY epdfview-size "184 KB">
11 <!ENTITY epdfview-buildsize "3.5 MB">
12 <!ENTITY epdfview-time "less than 0.1 SBU (using parallelism=4)">
13]>
14
15<sect1 id="epdfview" xreflabel="epdfview-&epdfview-version;">
16 <?dbhtml filename="epdfview.html"?>
17
18
19 <title>ePDFView-&epdfview-version;</title>
20
21 <indexterm zone="epdfview">
22 <primary sortas="a-epdfview">epdfview</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to ePDFView-gtk3</title>
27
28 <para>
29 <application>ePDFView-gtk3</application> is a fork of the old
30 <application>ePDFView</application> program. Although the github repository
31 <ulink url="https://github.com/Flow-It/epdfview_old.git"/> names it as
32 'old' it is indeed the gtk3 fork. It is a lightweight replacement for
33 <application>Evince</application> as it does not rely upon
34 <application>GNOME</application> libraries and is more capable than
35 <application>MuPDF</application>.
36 </para>
37
38 &lfs120_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&epdfview-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&epdfview-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &epdfview-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &epdfview-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &epdfview-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &epdfview-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/> and
79 <xref linkend="poppler"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="Recommended">
84 <xref linkend="cups"/> (to access print queues)
85 <xref linkend="desktop-file-utils"/> and
86 <xref linkend="hicolor-icon-theme"/> (both for the icons this installs)
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 The home page of the project's repository mentions that there are optional
92 dependencies, enabled by switches, for building the documentation and testsuite,
93 <xref linkend="doxygen"/> and
94 <ulink url='https://freedesktop.org/wiki/Software/cppunit/'>Cppunit</ulink>.
95 Unfortunately <application>doxygen</application> only installs a skeletal
96 page about itself, not any package documentation, and the test code does not
97 compile with tecent versions of C++.
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of ePDFView-gtk3</title>
103
104 <para>
105 Install <application>ePDFView-gtk3</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>
110mkdir build &amp;&amp;
111cd build &amp;&amp;
112
113meson setup --prefix=/usr \
114 --buildtype=release \
115 --Denable-printing=true \
116 .. &amp;&amp;
117ninja</userinput></screen>
118
119 <para>
120 This package does not come with a buildable test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>
128ninja install &amp;&amp;
129update-desktop-database &amp;&amp;
130gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136 <para>
137 <command>--Denable-printing=true</command>: build the code to link to the
138 <application>cups</application> print queue(s). Omit this if you have not
139 installed <application>cups</application>.
140 </para>
141 </sect2>
142
143 <sect2 role="configuration">
144 <title>Configuring ePDFView-gtk3</title>
145
146 <para>
147 ePDFView-gtk3 has several toggles for optional features, most are
148 'off' by default, including the toolbar, and if it has been closed with
149 the menu disabled the program can start with all options not visible
150 until the relevant function-key toggles are pressed.
151 <itemizedlist>
152 <listitem>
153 <para>[F6] - toggle toolbar</para>
154 </listitem>
155 <listitem>
156 <para>[F7] - toggle menu</para>
157 </listitem>
158 <listitem>
159 <para>[F8] - toggle invert-colors</para>
160 </listitem>
161 <listitem>
162 <para>[F9] - toggle show-index.</para>
163 </listitem>
164 <listitem>
165 <para>[F11] - toggle fullscreen.</para>
166 </listitem>
167 </itemizedlist>
168 </para>
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Program</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directory</segtitle>
179
180 <seglistitem>
181 <seg>epdfview</seg>
182 <seg>None</seg>
183 <seg>/usr/share/epdfview</seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="epdfview-prog">
193 <term><command>epdfview</command></term>
194 <listitem>
195 <para>
196 is a <application>Gtk+-3</application> program for viewing PDF
197 documents
198 </para>
199 <indexterm zone="epdfview epdfview-prog">
200 <primary sortas="b-epdfview">epdfview</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204 </variablelist>
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.