source: general/graphlib/qpdf.xml@ 17273d0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 17273d0 was 17273d0, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

qpdf-5.0.0.
Update to libwebp-0.3.1.
Update to giflib-4.2.1.

Many LFS-7.3 tags thanks to Jean-Philippe MENGUAL.

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

  • Property mode set to 100644
File size: 5.0 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 "&sourceforge-repo;/qpdf/qpdf-&qpdf-version;.tar.gz">
8 <!ENTITY qpdf-download-ftp " ">
9 <!ENTITY qpdf-md5sum "d501c61a8979132f6d601641483850cc">
10 <!ENTITY qpdf-size "7.2 MB">
11 <!ENTITY qpdf-buildsize "89 MB">
12 <!ENTITY qpdf-time "1.2 SBU">
13]>
14
15<sect1 id="qpdf" xreflabel="Qpdf-&qpdf-version;">
16 <?dbhtml filename="qpdf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Qpdf-&qpdf-version;</title>
24
25 <indexterm zone="qpdf">
26 <primary sortas="a-Qpdf">Qpdf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Qpdf</title>
31
32 <para>
33 The <application>Qpdf</application> package contains command-line
34 programs and library that do structural, content-preserving
35 transformations on PDF files.
36 </para>
37
38 &lfs73_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&qpdf-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&qpdf-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &qpdf-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &qpdf-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &qpdf-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &qpdf-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Qpdf Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="pcre"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="fop"/> and
84 <xref linkend="libxslt"/>
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
100<screen><userinput>
101./configure --prefix=/usr \
102 --disable-static \
103 --docdir=/usr/share/doc/qpdf-&qpdf-version; &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Library</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 fix-qdf, qpdf, and zlib-flate
137 </seg>
138 <seg>
139 libqpdf.so
140 </seg>
141 <seg>
142 /usr/include/qpdf and
143 /usr/share/doc/qpdf
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="fix-qdf">
154 <term><command>fix-qdf</command></term>
155 <listitem>
156 <para>
157 is used to repair PDF files in QDF form after
158 editing.
159 </para>
160 <indexterm zone="qpdf fix-qdf">
161 <primary sortas="b-fix-qdf">fix-qdf</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="qpdf-prog">
167 <term><command>qpdf</command></term>
168 <listitem>
169 <para>
170 is used to convert one PDF file to another equivalent
171 PDF file.
172 </para>
173 <indexterm zone="qpdf qpdf-prog">
174 <primary sortas="b-qpdf">qpdf</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="libqpdf">
180 <term><filename class="libraryfile">libqpdf.so</filename></term>
181 <listitem>
182 <para>
183 contains the <application>Qpdf</application> API functions.
184 </para>
185 <indexterm zone="qpdf libqpdf">
186 <primary sortas="c-libqpdf">libqpdf.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.