source: general/graphlib/exiv2.xml@ 570b62f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 570b62f was 570b62f, checked in by Ken Moffat <ken@…>, 12 years ago

Update to exiv2-0.22.

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

  • Property mode set to 100644
File size: 4.3 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 exiv2-download-http "http://www.exiv2.org/exiv2-&exiv2-version;.tar.gz">
8 <!ENTITY exiv2-download-ftp " ">
9 <!ENTITY exiv2-md5sum "84d7d5b1802529efca8ac3d6e6a97e3a">
10 <!ENTITY exiv2-size "3.4 MB">
11 <!ENTITY exiv2-buildsize "46 MB">
12 <!ENTITY exiv2-time "1.3 SBU">
13]>
14
15<sect1 id="exiv2" xreflabel="exiv2-&exiv2-version;">
16 <?dbhtml filename="exiv2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Exiv2-&exiv2-version;</title>
24
25 <indexterm zone="exiv2">
26 <primary sortas="a-exiv2">exiv2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Exiv2</title>
31
32 <para><application>Exiv2</application> is a C++ library and a command
33 line utility to manage image metadata.</para>
34
35 &lfs67_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&exiv2-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&exiv2-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &exiv2-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &exiv2-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &exiv2-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &exiv2-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/exiv2-&exiv2-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68
69 <bridgehead renderas="sect3">Exiv2 Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="expat"/>
74 </para>
75<!--
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="libiodbc"/>,
79 <xref linkend="libxml2"/>,
80 <xref linkend="openssl"/>,
81 <xref linkend="openldap"/>,
82 <xref linkend="jdk"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="imagemagick"/>,
88 <xref linkend="python"/>
89 </para>
90-->
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/exiv2"/></para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Exiv2</title>
98
99 <para>Install <application>exiv2</application> by running the following
100 commands:</para>
101
102<screen><userinput>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para><application>Exiv2</application> does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112<!--
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para><option>- -without-internal-zlib</option>: This option is set to use
117 the installed <application>zlib</application> and not the bundled
118 one.</para>
119
120 </sect2>
121-->
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directory</segtitle>
129
130 <seglistitem>
131 <seg>exiv2</seg>
132 <seg>libexiv2.{so,a}</seg>
133 <seg></seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="exiv2-prog">
143 <term><command>exiv2</command></term>
144 <listitem>
145 <para>is an utility to dump Exif data.</para>
146 <indexterm zone="exiv2 exiv2-prog">
147 <primary sortas="b-exiv2">exiv2</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.