Author: krejzi Date: 2012-10-25 14:37:27 -0600 (Thu, 25 Oct 2012) New Revision: 10785
Added: trunk/BOOK/general/graphlib/qpdf.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/graphlib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added Qpdf 3.0.2. Modified: trunk/BOOK/general/graphlib/graphlib.xml =================================================================== --- trunk/BOOK/general/graphlib/graphlib.xml 2012-10-25 20:18:06 UTC (rev 10784) +++ trunk/BOOK/general/graphlib/graphlib.xml 2012-10-25 20:37:27 UTC (rev 10785) @@ -44,5 +44,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pixman.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="poppler.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qpdf.xml"/> </chapter> Added: trunk/BOOK/general/graphlib/qpdf.xml =================================================================== --- trunk/BOOK/general/graphlib/qpdf.xml (rev 0) +++ trunk/BOOK/general/graphlib/qpdf.xml 2012-10-25 20:37:27 UTC (rev 10785) @@ -0,0 +1,192 @@ +<?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 "&sourceforge-repo;/qpdf/qpdf-&qpdf-version;.tar.gz"> + <!ENTITY qpdf-download-ftp " "> + <!ENTITY qpdf-md5sum "af6f6f964481295a6ca0766185bfa274"> + <!ENTITY qpdf-size "4.7 MB"> + <!ENTITY qpdf-buildsize "60 MB"> + <!ENTITY qpdf-time "0.6 SBU"> +]> + +<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> + + &lfs72_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="pcre"/> + </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 && +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 docdir=/usr/share/doc/qpdf-&qpdf-version; 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-deflate + </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="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> Property changes on: trunk/BOOK/general/graphlib/qpdf.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-10-25 20:18:06 UTC (rev 10784) +++ trunk/BOOK/general.ent 2012-10-25 20:37:27 UTC (rev 10785) @@ -319,6 +319,7 @@ <!ENTITY openjpeg-version "1.5.1"> <!ENTITY pixman-version "0.26.2"> <!ENTITY poppler-version "0.20.5"> +<!ENTITY qpdf-version "3.0.2"> <!-- Chapter 11 --> <!ENTITY apr-util-version "1.5.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-10-25 20:18:06 UTC (rev 10784) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-10-25 20:37:27 UTC (rev 10785) @@ -47,6 +47,9 @@ <para>October 25th, 2012</para> <itemizedlist> <listitem> + <para>[krejzi] - Added Qpdf 3.0.2.</para> + </listitem> + <listitem> <para>[krejzi] - Check 0.9.9.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
