source: general/genlib/exempi.xml@ 39a26d5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 39a26d5 was 39a26d5, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tags for GNOME section

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

  • Property mode set to 100644
File size: 4.4 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
[4e143323]7 <!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
[01c8f342]8 <!ENTITY exempi-download-ftp " ">
[102b7cc5]9 <!ENTITY exempi-md5sum "47ed187dd8c007e0ed4d06165814f559">
[5f3018f8]10 <!ENTITY exempi-size "3.5 MB">
[e07a345]11 <!ENTITY exempi-buildsize "229 MB (add 21 MB for tests)">
[5f3018f8]12 <!ENTITY exempi-time "1.2 SBU (add 0.2 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
32 <para><application>Exempi</application> is an implementation of XMP (Adobe's
33 Extensible Metadata Platform).</para>
34
[39a26d5]35 &lfs80_checked;
[01c8f342]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&exempi-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&exempi-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &exempi-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &exempi-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &exempi-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &exempi-time;</para>
56 </listitem>
57 </itemizedlist>
58
[4e143323]59 <bridgehead renderas="sect3">Exempi Dependencies</bridgehead>
[01c8f342]60
61 <bridgehead renderas="sect4">Required</bridgehead>
[4e143323]62 <para role="required">
63 <xref linkend="boost"/>
64 </para>
[01c8f342]65
[91b65df]66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="required">
[f1607a4]68 <xref linkend="valgrind"/>
[91b65df]69 </para>
70
[01c8f342]71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/exempi"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
[4e143323]77 <title>Installation of Exempi</title>
[01c8f342]78
[4e143323]79 <para>Install <application>Exempi</application> by running the following
[01c8f342]80 commands:</para>
81
[4e143323]82<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[01c8f342]83make</userinput></screen>
84
[f3979ba]85 <para>To test the results, issue: <command>make check</command>.<!--
[91b65df]86 Valgrind is installed, mosts tests will indicate a failure, but
[f3979ba]87 that is a test problem and not a package problem.--></para>
[01c8f342]88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
[05b09368]95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
[4e143323]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/static-libraries.xml"/>
[05b09368]100
101 </sect2>
102
[01c8f342]103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
[4e143323]107 <segtitle>Installed Program</segtitle>
[01c8f342]108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directory</segtitle>
110
111 <seglistitem>
[4e143323]112 <seg>exempi</seg>
113 <seg>libexempi.so</seg>
114 <seg>/usr/include/exempi-2.0</seg>
[01c8f342]115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
[7e2908c]123 <varlistentry id="exempi-prog">
124 <term><command>exempi</command></term>
125 <listitem>
126 <para>is a command line tool to manipulate XMP metadata.</para>
127 <indexterm zone="exempi exempi-prog">
128 <primary sortas="b-exempi">exempi</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
[01c8f342]133 <varlistentry id="libexempi">
[4e143323]134 <term><filename class="libraryfile">libexempi.so</filename></term>
[01c8f342]135 <listitem>
[4e143323]136 <para>is a library used to parse XMP metadata.</para>
[01c8f342]137 <indexterm zone="exempi libexempi">
[4e143323]138 <primary sortas="c-libexempi">libexempi.so</primary>
[01c8f342]139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.