source: general/genlib/exempi.xml@ d56e7df

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 d56e7df was d56e7df, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format general libraries

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

  • Property mode set to 100644
File size: 4.9 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
[8dfc5c3]7 <!ENTITY exempi-download-http "https://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
[01c8f342]8 <!ENTITY exempi-download-ftp " ">
[f95e57bf]9 <!ENTITY exempi-md5sum "c32bcd9feed5a0c1523d5652ef1804b0">
[5f3018f8]10 <!ENTITY exempi-size "3.5 MB">
[f95e57bf]11 <!ENTITY exempi-buildsize "389 MB (add 38 MB for tests)">
12 <!ENTITY exempi-time "0.6 SBU (using parallelism=4; add 0.4 SBU for tests)">
[01c8f342]13]>
14
[4e143323]15<sect1 id="exempi" xreflabel="Exempi-&exempi-version;">
[01c8f342]16 <?dbhtml filename="exempi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[4e143323]23 <title>Exempi-&exempi-version;</title>
[01c8f342]24
25 <indexterm zone="exempi">
[4e143323]26 <primary sortas="a-Exempi">Exempi</primary>
[01c8f342]27 </indexterm>
28
29 <sect2 role="package">
[4e143323]30 <title>Introduction to Exempi</title>
[01c8f342]31
[d56e7df]32 <para>
33 <application>Exempi</application> is an implementation of XMP (Adobe's
34 Extensible Metadata Platform).
35 </para>
[01c8f342]36
[5380ca3]37 &lfs91_checked;
[01c8f342]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[d56e7df]42 <para>
43 Download (HTTP): <ulink url="&exempi-download-http;"/>
44 </para>
[01c8f342]45 </listitem>
46 <listitem>
[d56e7df]47 <para>
48 Download (FTP): <ulink url="&exempi-download-ftp;"/>
49 </para>
[01c8f342]50 </listitem>
51 <listitem>
[d56e7df]52 <para>
53 Download MD5 sum: &exempi-md5sum;
54 </para>
[01c8f342]55 </listitem>
56 <listitem>
[d56e7df]57 <para>
58 Download size: &exempi-size;
59 </para>
[01c8f342]60 </listitem>
61 <listitem>
[d56e7df]62 <para>
63 Estimated disk space required: &exempi-buildsize;
64 </para>
[01c8f342]65 </listitem>
66 <listitem>
[d56e7df]67 <para>
68 Estimated build time: &exempi-time;
69 </para>
[01c8f342]70 </listitem>
71 </itemizedlist>
72
[4e143323]73 <bridgehead renderas="sect3">Exempi Dependencies</bridgehead>
[01c8f342]74
75 <bridgehead renderas="sect4">Required</bridgehead>
[4e143323]76 <para role="required">
77 <xref linkend="boost"/>
78 </para>
[01c8f342]79
[91b65df]80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="required">
[f1607a4]82 <xref linkend="valgrind"/>
[91b65df]83 </para>
84
[01c8f342]85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/exempi"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
[4e143323]91 <title>Installation of Exempi</title>
[01c8f342]92
[d56e7df]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>
[73f1291]97
98<screen><userinput>sed -i -r '/^\s?testadobesdk/d' exempi/tests/Makefile.am &amp;&amp;
99autoreconf -fiv</userinput></screen>
100
101
[d56e7df]102 <para>
103 Install <application>Exempi</application> by running the following
104 commands:
105 </para>
[01c8f342]106
[4e143323]107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[01c8f342]108make</userinput></screen>
109
[d56e7df]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>
[01c8f342]115
[d56e7df]116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
[01c8f342]119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
[05b09368]124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[4e143323]127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
[05b09368]129
130 </sect2>
131
[01c8f342]132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
[4e143323]136 <segtitle>Installed Program</segtitle>
[01c8f342]137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
[4e143323]141 <seg>exempi</seg>
142 <seg>libexempi.so</seg>
143 <seg>/usr/include/exempi-2.0</seg>
[01c8f342]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
[7e2908c]152 <varlistentry id="exempi-prog">
153 <term><command>exempi</command></term>
154 <listitem>
[d56e7df]155 <para>
156 is a command line tool to manipulate XMP metadata.
157 </para>
[7e2908c]158 <indexterm zone="exempi exempi-prog">
159 <primary sortas="b-exempi">exempi</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
[01c8f342]164 <varlistentry id="libexempi">
[4e143323]165 <term><filename class="libraryfile">libexempi.so</filename></term>
[01c8f342]166 <listitem>
[d56e7df]167 <para>
168 is a library used to parse XMP metadata.
169 </para>
[01c8f342]170 <indexterm zone="exempi libexempi">
[4e143323]171 <primary sortas="c-libexempi">libexempi.so</primary>
[01c8f342]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.