source: general/genlib/exempi.xml@ eede1a3

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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