source: pst/ps/mupdf.xml@ f8a84b4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f8a84b4 was bf084838, checked in by Ken Moffat <ken@…>, 8 years ago

Fix use after free in mupdf.

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

  • Property mode set to 100644
File size: 5.3 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<!--Using archive URL, because when a new version is released, older and new
8can be found there, no need to change directory -->
9 <!ENTITY mupdf-download-http "http://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
10 <!ENTITY mupdf-download-ftp " ">
11 <!ENTITY mupdf-md5sum "6677c6386e8408a72826a0b7bc647a45">
12 <!ENTITY mupdf-size "20 MB">
13 <!ENTITY mupdf-buildsize "145 MB">
14 <!ENTITY mupdf-time "0.4 SBU">
15]>
16
17<sect1 id="mupdf" xreflabel="mupdf-&mupdf-version;">
18 <?dbhtml filename="mupdf.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>MuPDF-&mupdf-version;</title>
26
27 <indexterm zone="mupdf">
28 <primary sortas="a-mupdf">mupdf</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to MuPDF</title>
33
34 <para>
35 <application>MuPDF</application> is a lightweight PDF and XPS viewer.
36 </para>
37
38 &lfs7a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&mupdf-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&mupdf-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &mupdf-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &mupdf-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &mupdf-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &mupdf-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/mupdf-&mupdf-version;-upstream_fix-1.patch"/>
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Recommended patch:
85 <ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg21-1.patch"/>
86 </para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect3">MuPDF Dependencies</bridgehead>
91
92 <bridgehead renderas="sect4">Required</bridgehead>
93 <para role="required">
94 <xref linkend="xorg7-lib"/>
95 </para>
96
97 <bridgehead renderas="sect4">Recommended</bridgehead>
98 <para role="recommended">
99 <xref linkend="harfbuzz"/>,
100 <xref linkend="libjpeg"/>,
101 <xref linkend="openjpeg2"/>, and
102 <xref linkend="curl"/>
103 </para>
104
105 <bridgehead renderas="sect4">Optional</bridgehead>
106 <para role="optional">
107 <xref linkend="openssl"/>,
108 <ulink url="http://www.glfw.org/">GLFW</ulink>, and
109 <ulink url="http://downloads.ghostscript.com/public/jbig2dec/">jbig2dec</ulink>
110 </para>
111
112 <bridgehead renderas="sect4">Required (runtime)</bridgehead>
113 <para role="required">
114 <xref linkend="x-window-system"/>
115 </para>
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url="&blfs-wiki;/mupdf"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of MuPDF</title>
124
125 <para>
126 Install <application>MuPDF</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>rm -rf thirdparty/curl &amp;&amp;
131rm -rf thirdparty/freetype &amp;&amp;
132rm -rf thirdparty/harfbuzz &amp;&amp;
133rm -rf thirdparty/jpeg &amp;&amp;
134rm -rf thirdparty/openjpeg &amp;&amp;
135rm -rf thirdparty/zlib &amp;&amp;
136
137patch -Np1 -i ../mupdf-&mupdf-version;-upstream_fix-1.patch &amp;&amp;
138patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg21-1.patch &amp;&amp;
139
140make build=release</userinput></screen>
141
142 <para>
143 This package does not come with a test suite.
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>install -v -m 755 build/release/mupdf-x11-curl /usr/bin/mupdf &amp;&amp;
151
152install -v -m 644 docs/man/mupdf.1 /usr/share/man/man1/</userinput></screen>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Program</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>mupdf</seg>
166 <seg>None</seg>
167 <seg>None</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="mupdf-prog">
177 <term><command>mupdf</command></term>
178 <listitem>
179 <para>
180 is a program for viewing PDF and XPS documents.
181 </para>
182 <indexterm zone="mupdf mupdf-prog">
183 <primary sortas="b-mupdf">mupdf</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.