source: general/graphlib/qpdf.xml@ 5477965

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 5477965 was 5477965, checked in by Bruce Dubbs <bdubbs@…>, 19 months ago

Update to qpdf-11.1.1.

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