mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
34fe26337f
Update to ModemManager-1.12.6. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22715 af4574ff-66df-0310-9fd7-8a98e5e911e0
207 lines
5.5 KiB
XML
207 lines
5.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY qpdf-download-http "https://github.com/qpdf/qpdf/releases/download/release-qpdf-&qpdf-version;/qpdf-&qpdf-version;.tar.gz">
|
|
<!ENTITY qpdf-download-ftp " ">
|
|
<!ENTITY qpdf-md5sum "8a2ddc3bdf0671234a5651251a7e9da6">
|
|
<!ENTITY qpdf-size "17 MB">
|
|
<!ENTITY qpdf-buildsize "255 MB (add 50 MB for tests)">
|
|
<!ENTITY qpdf-time "0.5 SBU (using parallelism=4; add 1.6 SBU for tests)">
|
|
]>
|
|
|
|
<sect1 id="qpdf" xreflabel="Qpdf-&qpdf-version;">
|
|
<?dbhtml filename="qpdf.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Qpdf-&qpdf-version;</title>
|
|
|
|
<indexterm zone="qpdf">
|
|
<primary sortas="a-Qpdf">Qpdf</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Qpdf</title>
|
|
|
|
<para>
|
|
The <application>Qpdf</application> package contains command-line
|
|
programs and library that do structural, content-preserving
|
|
transformations on PDF files.
|
|
</para>
|
|
|
|
&lfs91_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&qpdf-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&qpdf-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &qpdf-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &qpdf-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &qpdf-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &qpdf-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Qpdf Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libjpeg"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="fop"/> and
|
|
<xref linkend="libxslt"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/qpdf"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Qpdf</title>
|
|
|
|
<para>
|
|
Install <application>Qpdf</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--disable-static \
|
|
--docdir=/usr/share/doc/qpdf-&qpdf-version; &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
fix-qdf, qpdf, and zlib-flate
|
|
</seg>
|
|
<seg>
|
|
libqpdf.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/qpdf and
|
|
/usr/share/doc/qpdf-&qpdf-version;
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="fix-qdf">
|
|
<term><command>fix-qdf</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to repair PDF files in QDF form after
|
|
editing.
|
|
</para>
|
|
<indexterm zone="qpdf fix-qdf">
|
|
<primary sortas="b-fix-qdf">fix-qdf</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="qpdf-prog">
|
|
<term><command>qpdf</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to convert one PDF file to another equivalent
|
|
PDF file.
|
|
</para>
|
|
<indexterm zone="qpdf qpdf-prog">
|
|
<primary sortas="b-qpdf">qpdf</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="zlib-flate">
|
|
<term><command>zlib-flate</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a raw zlib compression program.
|
|
</para>
|
|
<indexterm zone="qpdf zlib-flate">
|
|
<primary sortas="b-qpdf">zlib-flate</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libqpdf">
|
|
<term><filename class="libraryfile">libqpdf.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>Qpdf</application> API functions.
|
|
</para>
|
|
<indexterm zone="qpdf libqpdf">
|
|
<primary sortas="c-libqpdf">libqpdf.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|