source: pst/ps/mupdf.xml@ 94b9889

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 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 94b9889 was 94b9889, checked in by Igor Živković <igor@…>, 9 years ago

add curl and openssl to mupdf dependencies

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

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