source: general/genlib/exempi.xml@ bd12474e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bd12474e was bd12474e, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to Parse-Yapp-1.21 (perl module).
Update to libxkbcommon-0.7.2.
Update to sshfs-3.1.0.
Update to exempi-2.4.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18992 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
8 <!ENTITY exempi-download-ftp " ">
9 <!ENTITY exempi-md5sum "ad612752c8bf50d7c84a4689073246d2">
10 <!ENTITY exempi-size "3.5 MB">
11 <!ENTITY exempi-buildsize "232 MB (add 20 MB for tests)">
12 <!ENTITY exempi-time "1.2 SBU (add 0.2 SBU for tests)">
13]>
14
15<sect1 id="exempi" xreflabel="Exempi-&exempi-version;">
16 <?dbhtml filename="exempi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Exempi-&exempi-version;</title>
24
25 <indexterm zone="exempi">
26 <primary sortas="a-Exempi">Exempi</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Exempi</title>
31
32 <para><application>Exempi</application> is an implementation of XMP (Adobe's
33 Extensible Metadata Platform).</para>
34
35 &lfs80_checked;
36 &gcc7_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&exempi-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&exempi-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &exempi-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &exempi-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &exempi-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &exempi-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Exempi Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="boost"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="required">
69 <xref linkend="valgrind"/>
70 </para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/exempi"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Exempi</title>
79
80 <para>Install <application>Exempi</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue: <command>make check</command>.<!--
87 Valgrind is installed, mosts tests will indicate a failure, but
88 that is a test problem and not a package problem.--></para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100 href="../../xincludes/static-libraries.xml"/>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Program</segtitle>
109 <segtitle>Installed Library</segtitle>
110 <segtitle>Installed Directory</segtitle>
111
112 <seglistitem>
113 <seg>exempi</seg>
114 <seg>libexempi.so</seg>
115 <seg>/usr/include/exempi-2.0</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="exempi-prog">
125 <term><command>exempi</command></term>
126 <listitem>
127 <para>is a command line tool to manipulate XMP metadata.</para>
128 <indexterm zone="exempi exempi-prog">
129 <primary sortas="b-exempi">exempi</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 <varlistentry id="libexempi">
135 <term><filename class="libraryfile">libexempi.so</filename></term>
136 <listitem>
137 <para>is a library used to parse XMP metadata.</para>
138 <indexterm zone="exempi libexempi">
139 <primary sortas="c-libexempi">libexempi.so</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.