source: general/genlib/exempi.xml@ bf565e06

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 044e72f, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Update to exempi-2.6.3.

  • Property mode set to 100644
File size: 4.8 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 "https://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.xz">
8 <!ENTITY exempi-download-ftp " ">
9 <!ENTITY exempi-md5sum "27a7d9566d2335785c03ce9e66096f2a">
10 <!ENTITY exempi-size "2.7 MB">
11 <!ENTITY exempi-buildsize "288 MB (add 241 MB for tests)">
12 <!ENTITY exempi-time "0.4 SBU (using parallelism=4; add 1.9 SBU for tests)">
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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/exempi"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Exempi</title>
88
89 <para>
90 If you intend to run the regression tests, first remove a test
91 that depends on an apparently proprietary Adobe SDK:
92 </para>
93
94<screen><userinput>sed -i -r '/^\s?testadobesdk/d' exempi/Makefile.am &amp;&amp;
95autoreconf -fiv</userinput></screen>
96
97
98 <para>
99 Install <application>Exempi</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.<!--
108 If valgrind is installed, mosts tests will indicate a failure, but
109 that is a test problem and not a package problem.-->
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directory</segtitle>
135
136 <seglistitem>
137 <seg>exempi</seg>
138 <seg>libexempi.so</seg>
139 <seg>/usr/include/exempi-2.0</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="exempi-prog">
149 <term><command>exempi</command></term>
150 <listitem>
151 <para>
152 is a command line tool to manipulate XMP metadata
153 </para>
154 <indexterm zone="exempi exempi-prog">
155 <primary sortas="b-exempi">exempi</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libexempi">
161 <term><filename class="libraryfile">libexempi.so</filename></term>
162 <listitem>
163 <para>
164 is a library used to parse XMP metadata
165 </para>
166 <indexterm zone="exempi libexempi">
167 <primary sortas="c-libexempi">libexempi.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.