source: general/genlib/exempi.xml@ df0fbdb

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since df0fbdb was 6aa631b, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tag most of the remaining general libraries.

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