glfs/general/genlib/exempi.xml
Douglas R. Reno 614fce8e41 (systemd/gnome merge staging) Update to gnome-settings-daemon-3.20.1
(systemd/gnome merge staging) Update to zenity-3.20.0
(systemd/gnome merge staging) Update to Nautilus-3.20.1
(systemd/gnome merge staging) Update to gvfs-1.28.2
(systemd/gnome merge staging) Update to gnome-themes-standard-3.20.2
(systemd/gnome merge staging) Update to gnome-bluetooth-3.20.0
(systemd/gnome merge) Copied systemd-specific dependencies in gvfs to trunk
(systemd/gnome merge) Copied gnome-settings-daemon, zenity, and gnome-bluetooth to trunk
Updated dependencies in network-manager-applet to reflect that trunk has ModemManager now and systemd has gnome-bluetooth copied over
Typo Fixes and Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17570 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-07-08 04:44:41 +00:00

148 lines
4.4 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.bz2">
<!ENTITY exempi-download-ftp " ">
<!ENTITY exempi-md5sum "1cc8c7f005fd4ef631e9000b3d5433a8">
<!ENTITY exempi-size "3.3 MB">
<!ENTITY exempi-buildsize "168 MB (additional 13 MB for the tests)">
<!ENTITY exempi-time "0.7 SBU (additional 0.3 SBU for the tests)">
]>
<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>
&lfs79_checked;&gcc6_checked;
<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>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="required">
<xref linkend="valgrind"/>
</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 --disable-static &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.<!--
Valgrind is installed, mosts tests will indicate a failure, but
that is a test problem and not a package problem.--></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 Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>exempi</seg>
<seg>libexempi.so</seg>
<seg>/usr/include/exempi-2.0</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="exempi-prog">
<term><command>exempi</command></term>
<listitem>
<para>is a command line tool to manipulate XMP metadata.</para>
<indexterm zone="exempi exempi-prog">
<primary sortas="b-exempi">exempi</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libexempi">
<term><filename class="libraryfile">libexempi.so</filename></term>
<listitem>
<para>is a library used to parse XMP metadata.</para>
<indexterm zone="exempi libexempi">
<primary sortas="c-libexempi">libexempi.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>