source: pst/ps/mupdf.xml@ 30303f1

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 30303f1 was e2ba861, checked in by Rahul Chandra <rahul@…>, 5 months ago

Update to mupdf-1.23.9

  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[d4bae4c9]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
[f59ac4f]7<!--Using archive URL, because when a new version is released, older and new
8can be found there, no need to change directory -->
[c6b192c]9 <!ENTITY mupdf-download-http "https://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
[d4bae4c9]10 <!ENTITY mupdf-download-ftp " ">
[e2ba861]11 <!ENTITY mupdf-md5sum "703ec1260fae88855d8e948374cd1e4c">
[2ed4ea0]12 <!ENTITY mupdf-size "53 MB">
[e2ba861]13 <!ENTITY mupdf-buildsize "252 MB">
[388747dd]14 <!ENTITY mupdf-time "0.2 SBU (Using parallelism=4)">
[d4bae4c9]15]>
16
17<sect1 id="mupdf" xreflabel="mupdf-&mupdf-version;">
18 <?dbhtml filename="mupdf.html"?>
19
20
21 <title>MuPDF-&mupdf-version;</title>
22
23 <indexterm zone="mupdf">
24 <primary sortas="a-mupdf">mupdf</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to MuPDF</title>
29
30 <para>
31 <application>MuPDF</application> is a lightweight PDF and XPS viewer.
32 </para>
33
[c1a287b]34 &lfs120_checked;
[d4bae4c9]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&mupdf-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&mupdf-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &mupdf-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &mupdf-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &mupdf-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &mupdf-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
[313f9a6]70<!--
[4f808b6]71 <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch: <ulink
76 url="&patch-root;/mupdf-&mupdf-version;-security_fix-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
[313f9a6]80-->
[4f808b6]81
[d4bae4c9]82 <bridgehead renderas="sect3">MuPDF Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
[a4c3c48]86 <xref linkend="glu"/> and <!-- previously recommended via system freeglut -->
[d4bae4c9]87 <xref linkend="xorg7-lib"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
[7b43b6a]92 <!--<xref linkend="freeglut"/>, use of the bundled glut is preferred -->
[41745476]93 <xref linkend="harfbuzz"/>,
[13c6e90]94 <!-- This no-longer gets linked in with our system libs patch
95 <xref linkend="lcms2"/>, -->
[bd81e201]96 <xref linkend="libjpeg"/>,
97 <xref linkend="openjpeg2"/>, and
[94b9889]98 <xref linkend="curl"/>
[d4bae4c9]99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
[f5cdf41]103 <xref role="runtime" linkend="xdg-utils"/> (runtime),
[2f727d8f]104 <ulink url="https://jbig2dec.com">jbig2dec</ulink>, and
[12b6e53]105 <ulink url="https://mujs.com/">MuJS</ulink>
[d4bae4c9]106 </para>
107
108 <bridgehead renderas="sect4">Required (runtime)</bridgehead>
109 <para role="required">
[f5cdf41]110 <xref role="runtime" linkend="x-window-system"/>
[d4bae4c9]111 </para>
112
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of MuPDF</title>
117
[388747dd]118 <para>First, fix the Makefile to link properly with the shared library:</para>
119
120<screen><userinput>sed -i '/MU.*_EXE. :/{
[7b43b6a]121 s/\(.(MUPDF_LIB)\)\(.*\)$/\2 | \1/
[388747dd]122 N
[7b43b6a]123 s/$/ -lmupdf -L$(OUT)/
[388747dd]124 }' Makefile</userinput></screen>
125
[d4bae4c9]126 <para>
127 Install <application>MuPDF</application> by running the following
128 commands:
129 </para>
130
[388747dd]131<screen><userinput>cat &gt; user.make &lt;&lt; EOF &amp;&amp;
132USE_SYSTEM_FREETYPE := yes
133USE_SYSTEM_HARFBUZZ := yes
134USE_SYSTEM_JBIG2DEC := no
135USE_SYSTEM_JPEGXR := no # not used without HAVE_JPEGXR
136USE_SYSTEM_LCMS2 := no # need lcms2-art fork
137USE_SYSTEM_LIBJPEG := yes
[0c953f12]138USE_SYSTEM_MUJS := no # build needs source anyway
[388747dd]139USE_SYSTEM_OPENJPEG := yes
140USE_SYSTEM_ZLIB := yes
141USE_SYSTEM_GLUT := no # need freeglut2-art fork
142USE_SYSTEM_CURL := yes
143USE_SYSTEM_GUMBO := no
144EOF
145
[4f808b6]146export XCFLAGS=-fPIC &amp;&amp;
147make build=release shared=yes &amp;&amp;
[388747dd]148unset XCFLAGS</userinput></screen>
[d4bae4c9]149
150 <para>
151 This package does not come with a test suite.
152 </para>
153
154 <para>
155 Now, as the <systemitem class="username">root</systemitem> user:
156 </para>
157
[388747dd]158<screen role="root"><userinput>make prefix=/usr \
159 shared=yes \
[ff3a9a0]160 docdir=/usr/share/doc/mupdf-&mupdf-version; \
[6a5eaa0]161 install &amp;&amp;
[dd168618]162
[388747dd]163chmod 755 /usr/lib/libmupdf.so &amp;&amp;
164ln -sfv mupdf-x11 /usr/bin/mupdf</userinput></screen>
[ff3a9a0]165
166 </sect2>
167
168 <sect2 role="commands">
169 <title>Command Explanations</title>
170
171 <para>
[8558044]172 <command>ln -sfv mupdf-x11 /usr/bin/mupdf </command>:
[d97e2f71]173 This symbolic link chooses between <command>mupdf-gl</command>
174 and <command>mupdf-x11</command> when running <command>mupdf</command>.
[ff3a9a0]175 </para>
[d4bae4c9]176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Program</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
[014e63e]188 <seg>
[8558044]189 mupdf (symlink),
190 mupdf-gl,
191 mupdf-x11,
[388747dd]192 mupdf-x11-curl,
[014e63e]193 muraster, and
194 mutool
[90dd633]195 </seg>
[014e63e]196 <seg>
[388747dd]197 libmupdf.so
[90dd633]198 </seg>
[014e63e]199 <seg>
[8558044]200 /usr/include/mupdf,
[014e63e]201 /usr/share/doc/mupdf-&mupdf-version;
[90dd633]202 </seg>
[d4bae4c9]203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
211 <varlistentry id="mupdf-prog">
212 <term><command>mupdf</command></term>
213 <listitem>
214 <para>
[ff3a9a0]215 is a program for viewing PDF, XPS, EPUB, and CBZ documents,
[4c24eb0a]216 and various image formats such as PNG, JPEG, GIFF, and TIFF
[d4bae4c9]217 </para>
218 <indexterm zone="mupdf mupdf-prog">
219 <primary sortas="b-mupdf">mupdf</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
[ff3a9a0]223
224 <varlistentry id="mupdf-gl">
225 <term><command>mupdf-gl</command></term>
226 <listitem>
227 <para>
[4c24eb0a]228 same as <command>mupdf</command>, using an opengl renderer
[ff3a9a0]229 </para>
230 <indexterm zone="mupdf mupdf-gl">
231 <primary sortas="b-mupdf-gl">mupdf-gl</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="mupdf-x11">
237 <term><command>mupdf-x11</command></term>
238 <listitem>
239 <para>
[4c24eb0a]240 same as <command>mupdf</command>, using an X Window renderer
[ff3a9a0]241 </para>
242 <indexterm zone="mupdf mupdf-x11">
243 <primary sortas="b-mupdf-x11">mupdf-x11</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
[014e63e]248 <varlistentry id="muraster">
249 <term><command>muraster</command></term>
250 <listitem>
251 <para>
252 is a program used to perform rasterization tasks with PDF
[4c24eb0a]253 documents
[014e63e]254 </para>
255 <indexterm zone="mupdf muraster">
256 <primary sortas="b-muraster">muraster</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
[c1ee005]261 <varlistentry id="mutool">
262 <term><command>mutool</command></term>
263 <listitem>
264 <para>
265 is a program to perform various operations on PDF files, such
[4c24eb0a]266 as merging and cleaning PDF documents
[c1ee005]267 </para>
268 <indexterm zone="mupdf mutool">
269 <primary sortas="b-mutool">mutool</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
[ff3a9a0]274 <varlistentry id="libmupdf">
275 <term><filename class="libraryfile">libmupdf.so</filename></term>
276 <listitem>
277 <para>
[4c24eb0a]278 contains the mupdf API functions
[ff3a9a0]279 </para>
280 <indexterm zone="mupdf libmupdf">
281 <primary sortas="c-libmupdf">libmupdf.so</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285
[d4bae4c9]286 </variablelist>
287
288 </sect2>
289
290</sect1>
Note: See TracBrowser for help on using the repository browser.