glfs/general/graphlib/exiv2.xml
Thomas Trepl 47969a6003 Add several packages in preparation for (but not only for) KDE4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8858 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-02-08 21:13:13 +00:00

157 lines
4.3 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 exiv2-download-http "http://www.exiv2.org/exiv2-&exiv2-version;.tar.gz">
<!ENTITY exiv2-download-ftp " ">
<!ENTITY exiv2-md5sum "0519e1f104428e0c8b25fad89e3c57ef">
<!ENTITY exiv2-size "3 MB">
<!ENTITY exiv2-buildsize "30 MB">
<!ENTITY exiv2-time "1.4 SBU">
]>
<sect1 id="exiv2" xreflabel="exiv2-&exiv2-version;">
<?dbhtml filename="exiv2.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Exiv2-&exiv2-version;</title>
<indexterm zone="exiv2">
<primary sortas="a-exiv2">exiv2</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Exiv2</title>
<para><application>Exiv2</application> is a C++ library and a command
line utility to manage image metadata.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&exiv2-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&exiv2-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &exiv2-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &exiv2-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &exiv2-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &exiv2-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/exiv2-&exiv2-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Exiv2 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="expat"/>
</para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libiodbc"/>,
<xref linkend="libxml2"/>,
<xref linkend="openssl"/>,
<xref linkend="openldap"/>,
<xref linkend="jdk"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="imagemagick"/>,
<xref linkend="python"/>
</para>
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/exiv2"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Exiv2</title>
<para>Install <application>exiv2</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para><application>Exiv2</application> does not come with a test suite.</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>
<para><option>- -without-internal-zlib</option>: This option is set to use
the installed <application>zlib</application> and not the bundled
one.</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>exiv2</seg>
<seg>libexiv2.{so,a}</seg>
<seg></seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="exiv2-prog">
<term><command>exiv2</command></term>
<listitem>
<para>is an utility to dump Exif data.</para>
<indexterm zone="exiv2 exiv2-prog">
<primary sortas="b-exiv2">exiv2</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>