source: pst/ps/epdfview.xml@ a7dc6d1b

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since a7dc6d1b was a7dc6d1b, checked in by Ken Moffat <ken@…>, 5 months ago

Tag.

  • Property mode set to 100644
File size: 6.4 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[c7ed4f4d]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
[b69c81fa]7 <!ENTITY epdfview-download-http "&sources-anduin-http;/epdfview-gtk3/epdfview-&epdfview-version;.tar.xz">
[c7ed4f4d]8 <!ENTITY epdfview-download-ftp " ">
[b69c81fa]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)">
[c7ed4f4d]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">
[b69c81fa]26 <title>Introduction to ePDFView-gtk3</title>
[c7ed4f4d]27
[2342fe7]28 <para>
[b69c81fa]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
[36802ea]32 'old', it is the gtk3 fork. It is a lightweight replacement for
[2342fe7]33 <application>Evince</application> as it does not rely upon
[b69c81fa]34 <application>GNOME</application> libraries and is more capable than
35 <application>MuPDF</application>.
[2342fe7]36 </para>
[c7ed4f4d]37
[a7dc6d1b]38 &lfs121_checked;
[7f4cdbc0]39
[c7ed4f4d]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[2342fe7]43 <para>
44 Download (HTTP): <ulink url="&epdfview-download-http;"/>
45 </para>
[c7ed4f4d]46 </listitem>
47 <listitem>
[2342fe7]48 <para>
49 Download (FTP): <ulink url="&epdfview-download-ftp;"/>
50 </para>
[c7ed4f4d]51 </listitem>
52 <listitem>
[2342fe7]53 <para>
54 Download MD5 sum: &epdfview-md5sum;
55 </para>
[c7ed4f4d]56 </listitem>
57 <listitem>
[2342fe7]58 <para>
59 Download size: &epdfview-size;
60 </para>
[c7ed4f4d]61 </listitem>
[2cc743b0]62 <listitem>
[2342fe7]63 <para>
64 Estimated disk space required: &epdfview-buildsize;
65 </para>
[2cc743b0]66 </listitem>
67 <listitem>
[2342fe7]68 <para>
69 Estimated build time: &epdfview-time;
70 </para>
[2cc743b0]71 </listitem>
72 </itemizedlist>
73
[c7ed4f4d]74 <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
[2342fe7]77 <para role="required">
[b69c81fa]78 <xref linkend="gtk3"/> and
[97cb76f]79 <xref linkend="poppler"/>
[c89a342]80 </para>
81
[b69c81fa]82 <bridgehead renderas="sect4">Recommended</bridgehead>
[c89a342]83 <para role="Recommended">
[36802ea]84 <xref linkend="cups"/> (to access print queues),
85 <xref linkend="desktop-file-utils"/>, and
[b69c81fa]86 <xref linkend="hicolor-icon-theme"/> (both for the icons this installs)
[81f49f3]87 </para>
[c7ed4f4d]88
89 <bridgehead renderas="sect4">Optional</bridgehead>
[2342fe7]90 <para role="optional">
[b69c81fa]91 The home page of the project's repository mentions that there are optional
[36802ea]92 dependencies, which are enabled by switches. These are for building the
93 documentation and running the test suite,
[b69c81fa]94 <xref linkend="doxygen"/> and
95 <ulink url='https://freedesktop.org/wiki/Software/cppunit/'>Cppunit</ulink>.
[36802ea]96 Note that <application>doxygen</application> only installs a skeletal
97 page about itself, which contains no package documentation, and the test
98 code does not compile with recent versions of C++.
[2342fe7]99 </para>
[c7ed4f4d]100 </sect2>
101
102 <sect2 role="installation">
[b69c81fa]103 <title>Installation of ePDFView-gtk3</title>
[c7ed4f4d]104
[2342fe7]105 <para>
[b69c81fa]106 Install <application>ePDFView-gtk3</application> by running the following
[2342fe7]107 commands:
108 </para>
[c7ed4f4d]109
[5237a1d]110<screen><userinput>mkdir build &amp;&amp;
[1c8e374]111cd build &amp;&amp;
[c7ed4f4d]112
[1c8e374]113meson setup --prefix=/usr \
114 --buildtype=release \
115 -Denable-printing=true \
[b69c81fa]116 .. &amp;&amp;
117ninja</userinput></screen>
[c7ed4f4d]118
[2342fe7]119 <para>
[b69c81fa]120 This package does not come with a buildable test suite.
[2342fe7]121 </para>
[c7ed4f4d]122
[c89a342]123 <para>
[b69c81fa]124 Now, as the <systemitem class="username">root</systemitem> user:
[c89a342]125 </para>
126
[5237a1d]127<screen role="root"><userinput>ninja install</userinput></screen>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/update-icons-and-desktop.xml"/>
[c89a342]131
[c7ed4f4d]132 </sect2>
133
[2cc743b0]134 <sect2 role="commands">
135 <title>Command Explanations</title>
[2342fe7]136 <para>
[36802ea]137 <command>-Denable-printing=true</command>: builds the code to link to the
[b69c81fa]138 <application>cups</application> print queue(s). Omit this if you have not
139 installed <application>cups</application>.
[2342fe7]140 </para>
[2cc743b0]141 </sect2>
142
[b69c81fa]143 <sect2 role="configuration">
144 <title>Configuring ePDFView-gtk3</title>
145
146 <para>
[36802ea]147 ePDFView-gtk3 has several keyboard hotkeys for optional features. Most
148 of them are 'off' by default, including the toolbar, and if it has been
149 closed with the menu disabled, the program can start with all options
150 not being visible until the relevant function keys are pressed.
[b69c81fa]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>
[36802ea]162 <para>[F9] - toggle show-index</para>
[b69c81fa]163 </listitem>
164 <listitem>
[36802ea]165 <para>[F11] - toggle fullscreen</para>
[b69c81fa]166 </listitem>
167 </itemizedlist>
168 </para>
169
170 </sect2>
171
[c7ed4f4d]172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
[81f49f3]176 <segtitle>Installed Program</segtitle>
[c3c56b2]177 <segtitle>Installed Libraries</segtitle>
[81f49f3]178 <segtitle>Installed Directory</segtitle>
[c7ed4f4d]179
180 <seglistitem>
181 <seg>epdfview</seg>
[c3c56b2]182 <seg>None</seg>
[c7ed4f4d]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>
[2342fe7]195 <para>
[b69c81fa]196 is a <application>Gtk+-3</application> program for viewing PDF
[4c24eb0a]197 documents
[2342fe7]198 </para>
[c7ed4f4d]199 <indexterm zone="epdfview epdfview-prog">
200 <primary sortas="b-epdfview">epdfview</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204 </variablelist>
205 </sect2>
[4c24eb0a]206
[c7ed4f4d]207</sect1>
Note: See TracBrowser for help on using the repository browser.