source: general/graphlib/qpdf.xml@ a1bb0d9

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since a1bb0d9 was ab9126d1, checked in by Pierre Labastie <pierre.labastie@…>, 13 months ago

Update to qpdf-11.4.0

  • Property mode set to 100644
File size: 5.7 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 <!ENTITY qpdf-download-http "https://github.com/qpdf/qpdf/releases/download/v&qpdf-version;/qpdf-&qpdf-version;.tar.gz">
8 <!ENTITY qpdf-download-ftp " ">
9 <!ENTITY qpdf-md5sum "6806fb6d150d7abf426e191a4718f659">
10 <!ENTITY qpdf-size "18 MB">
11 <!ENTITY qpdf-buildsize "258 MB (add 1 MB for tests)">
12 <!ENTITY qpdf-time "0.6 SBU (using parallelism=4; add 0.5 SBU for tests)">
13]>
14
15<sect1 id="qpdf" xreflabel="Qpdf-&qpdf-version;">
16 <?dbhtml filename="qpdf.html"?>
17
18
19 <title>Qpdf-&qpdf-version;</title>
20
21 <indexterm zone="qpdf">
22 <primary sortas="a-Qpdf">Qpdf</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Qpdf</title>
27
28 <para>
29 The <application>Qpdf</application> package contains command-line
30 programs and a library that does structural, content-preserving
31 transformations on PDF files.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&qpdf-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&qpdf-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &qpdf-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &qpdf-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &qpdf-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &qpdf-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Qpdf Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libjpeg"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gs"/>,
80 <xref linkend="gnutls"/>,
81 <xref linkend="libtiff"/>,
82 <xref linkend="sphinx"/> with <xref linkend="sphinx_rtd_theme"/>, and
83 <xref linkend="texlive"/> or <xref linkend="tl-installer"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/qpdf"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Qpdf</title>
93
94 <para>
95 Install <application>Qpdf</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=/usr \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DBUILD_STATIC_LIBS=OFF \
105 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/qpdf-&qpdf-version; \
106 .. &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ctest</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120<!--
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/static-libraries.xml"/>
126
127 </sect2>
128-->
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 fix-qdf, qpdf, and zlib-flate
140 </seg>
141 <seg>
142 libqpdf.so
143 </seg>
144 <seg>
145 /usr/lib/cmake/qpdf,
146 /usr/include/qpdf, and
147 /usr/share/doc/qpdf-&qpdf-version;
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="fix-qdf">
158 <term><command>fix-qdf</command></term>
159 <listitem>
160 <para>
161 is used to repair PDF files in QDF form after
162 editing
163 </para>
164 <indexterm zone="qpdf fix-qdf">
165 <primary sortas="b-fix-qdf">fix-qdf</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="qpdf-prog">
171 <term><command>qpdf</command></term>
172 <listitem>
173 <para>
174 is used to convert one PDF file to another equivalent
175 PDF file
176 </para>
177 <indexterm zone="qpdf qpdf-prog">
178 <primary sortas="b-qpdf">qpdf</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="zlib-flate">
184 <term><command>zlib-flate</command></term>
185 <listitem>
186 <para>
187 is a raw zlib compression program
188 </para>
189 <indexterm zone="qpdf zlib-flate">
190 <primary sortas="b-qpdf">zlib-flate</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libqpdf">
196 <term><filename class="libraryfile">libqpdf.so</filename></term>
197 <listitem>
198 <para>
199 contains the <application>Qpdf</application> API functions
200 </para>
201 <indexterm zone="qpdf libqpdf">
202 <primary sortas="c-libqpdf">libqpdf.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.