source: general/genlib/exempi.xml

trunk
Last change on this file was bbfdef7, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag Chapter 9 except intel-gmmlib and node.js

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "https://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.xz">
8 <!ENTITY exempi-download-ftp " ">
9 <!ENTITY exempi-md5sum "51fe14c2a5fa44816ba8187c6ad87d78">
10 <!ENTITY exempi-size "2.7 MB">
11 <!ENTITY exempi-buildsize "289 MB (add 236 MB for tests)">
12 <!ENTITY exempi-time "0.4 SBU (add 0.6 SBU for tests; both using parallelism=4)">
13]>
14
15<sect1 id="exempi" xreflabel="Exempi-&exempi-version;">
16 <?dbhtml filename="exempi.html"?>
17
18
19 <title>Exempi-&exempi-version;</title>
20
21 <indexterm zone="exempi">
22 <primary sortas="a-Exempi">Exempi</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Exempi</title>
27
28 <para>
29 <application>Exempi</application> is an implementation of XMP (Adobe's
30 Extensible Metadata Platform).
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&exempi-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&exempi-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &exempi-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &exempi-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &exempi-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &exempi-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Exempi Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="boost"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="required">
78 <xref linkend="valgrind"/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Exempi</title>
85
86 <para>
87 If you intend to run the regression tests, first remove a test
88 that depends on an apparently proprietary Adobe SDK:
89 </para>
90
91<screen><userinput>sed -i -r '/^\s?testadobesdk/d' exempi/Makefile.am &amp;&amp;
92autoreconf -fiv</userinput></screen>
93
94
95 <para>
96 Install <application>Exempi</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>make check</command>.<!--
105 If valgrind is installed, mosts tests will indicate a failure, but
106 that is a test problem and not a package problem.-->
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Program</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directory</segtitle>
132
133 <seglistitem>
134 <seg>exempi</seg>
135 <seg>libexempi.so</seg>
136 <seg>/usr/include/exempi-2.0</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="exempi-prog">
146 <term><command>exempi</command></term>
147 <listitem>
148 <para>
149 is a command line tool to manipulate XMP metadata
150 </para>
151 <indexterm zone="exempi exempi-prog">
152 <primary sortas="b-exempi">exempi</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="libexempi">
158 <term><filename class="libraryfile">libexempi.so</filename></term>
159 <listitem>
160 <para>
161 is a library used to parse XMP metadata
162 </para>
163 <indexterm zone="exempi libexempi">
164 <primary sortas="c-libexempi">libexempi.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.