mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
05b09368fe
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9520 af4574ff-66df-0310-9fd7-8a98e5e911e0
129 lines
3.7 KiB
XML
129 lines
3.7 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 exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.gz">
|
|
<!ENTITY exempi-download-ftp " ">
|
|
<!ENTITY exempi-md5sum "62ecb5a01387b9f940a5429b3df67e65">
|
|
<!ENTITY exempi-size "3.3 MB">
|
|
<!ENTITY exempi-buildsize "184 MB">
|
|
<!ENTITY exempi-time "1.0 SBU">
|
|
]>
|
|
|
|
<sect1 id="exempi" xreflabel="exempi-&exempi-version;">
|
|
<?dbhtml filename="exempi.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>exempi-&exempi-version;</title>
|
|
|
|
<indexterm zone="exempi">
|
|
<primary sortas="a-exempi">exempi</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to exempi</title>
|
|
|
|
<para><application>Exempi</application> is an implementation of XMP (Adobe's
|
|
Extensible Metadata Platform).</para>
|
|
|
|
&lfs70_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&exempi-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&exempi-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &exempi-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &exempi-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &exempi-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &exempi-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">exempi Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="boost"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/exempi"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of exempi</title>
|
|
|
|
<para>Install <application>exempi</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
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>
|
|
|
|
<para><option>--enable-static=no</option>: This switch prevents the static
|
|
libraries being installed.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libexempi.{so,a}</seg>
|
|
<seg>/usr/include/exempi-2.0/exempi</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libexempi">
|
|
<term><filename class='libraryfile'>libexempi.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>is a library to parse XMP metadata.</para>
|
|
<indexterm zone="exempi libexempi">
|
|
<primary sortas="c-libexempi">libexempi.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|