source: pst/ps/epdfview.xml@ 5237a1d

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 5237a1d was 5237a1d, checked in by Pierre Labastie <pierre.labastie@…>, 10 months ago

Fix epdfview typography

Just nitpick, but the precendent layout was confusing for jhalfs.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[c7ed4f4d]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
[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
32 'old' it is indeed 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
[c6fc0cb5]38 &lfs120_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">
[b69c81fa]84 <xref linkend="cups"/> (to access print queues)
[97cb76f]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
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++.
[2342fe7]98 </para>
[c7ed4f4d]99 </sect2>
100
101 <sect2 role="installation">
[b69c81fa]102 <title>Installation of ePDFView-gtk3</title>
[c7ed4f4d]103
[2342fe7]104 <para>
[b69c81fa]105 Install <application>ePDFView-gtk3</application> by running the following
[2342fe7]106 commands:
107 </para>
[c7ed4f4d]108
[5237a1d]109<screen><userinput>mkdir build &amp;&amp;
[b69c81fa]110cd build &amp;&amp;
[c7ed4f4d]111
[b69c81fa]112meson setup --prefix=/usr \
113 --buildtype=release \
114 --Denable-printing=true \
115 .. &amp;&amp;
116ninja</userinput></screen>
[c7ed4f4d]117
[2342fe7]118 <para>
[b69c81fa]119 This package does not come with a buildable test suite.
[2342fe7]120 </para>
[c7ed4f4d]121
[c89a342]122 <para>
[b69c81fa]123 Now, as the <systemitem class="username">root</systemitem> user:
[c89a342]124 </para>
125
[5237a1d]126<screen role="root"><userinput>ninja install</userinput></screen>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/update-icons-and-desktop.xml"/>
[c89a342]130
[c7ed4f4d]131 </sect2>
132
[2cc743b0]133 <sect2 role="commands">
134 <title>Command Explanations</title>
[2342fe7]135 <para>
[b69c81fa]136 <command>--Denable-printing=true</command>: build the code to link to the
137 <application>cups</application> print queue(s). Omit this if you have not
138 installed <application>cups</application>.
[2342fe7]139 </para>
[2cc743b0]140 </sect2>
141
[b69c81fa]142 <sect2 role="configuration">
143 <title>Configuring ePDFView-gtk3</title>
144
145 <para>
146 ePDFView-gtk3 has several toggles for optional features, most are
147 'off' by default, including the toolbar, and if it has been closed with
148 the menu disabled the program can start with all options not visible
149 until the relevant function-key toggles are pressed.
150 <itemizedlist>
151 <listitem>
152 <para>[F6] - toggle toolbar</para>
153 </listitem>
154 <listitem>
155 <para>[F7] - toggle menu</para>
156 </listitem>
157 <listitem>
158 <para>[F8] - toggle invert-colors</para>
159 </listitem>
160 <listitem>
161 <para>[F9] - toggle show-index.</para>
162 </listitem>
163 <listitem>
164 <para>[F11] - toggle fullscreen.</para>
165 </listitem>
166 </itemizedlist>
167 </para>
168
169 </sect2>
170
[c7ed4f4d]171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
[81f49f3]175 <segtitle>Installed Program</segtitle>
[c3c56b2]176 <segtitle>Installed Libraries</segtitle>
[81f49f3]177 <segtitle>Installed Directory</segtitle>
[c7ed4f4d]178
179 <seglistitem>
180 <seg>epdfview</seg>
[c3c56b2]181 <seg>None</seg>
[c7ed4f4d]182 <seg>/usr/share/epdfview</seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="epdfview-prog">
192 <term><command>epdfview</command></term>
193 <listitem>
[2342fe7]194 <para>
[b69c81fa]195 is a <application>Gtk+-3</application> program for viewing PDF
[4c24eb0a]196 documents
[2342fe7]197 </para>
[c7ed4f4d]198 <indexterm zone="epdfview epdfview-prog">
199 <primary sortas="b-epdfview">epdfview</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203 </variablelist>
204 </sect2>
[4c24eb0a]205
[c7ed4f4d]206</sect1>
Note: See TracBrowser for help on using the repository browser.