source: general/genlib/exempi.xml@ 8e4d9e6e

10.0 10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8e4d9e6e was 44ce01f, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to exempi-2.5.2
Update to nspr-4.26
Update to guile-3.0.4
Update to cbindgen-0.14.3
Update to pycryptodome-3.9.8 (Python Module)

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

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