source: general/graphlib/libexif.xml@ 427b46a

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 427b46a was d437f756, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

More library tags

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

  • Property mode set to 100644
File size: 5.6 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 <!-- Because the maintainer of libexif is releasing versions in a scheme such
8 as this: libexif-0_6_22-release/libexif-0.6.22.tar.xz, let's keep the
9 0_6_22 as a separate entity. -->
10 <!ENTITY dl-version "0_6_22">
11
12 <!ENTITY libexif-download-http "https://github.com/libexif/libexif/releases/download/libexif-&dl-version;-release/libexif-&libexif-version;.tar.xz">
13 <!ENTITY libexif-download-ftp " ">
14 <!ENTITY libexif-md5sum "1070601438443fdd5b8635565693cf99">
15 <!ENTITY libexif-size "1.3 MB">
16 <!ENTITY libexif-buildsize "21 MB">
17 <!ENTITY libexif-time "0.1 SBU">
18]>
19
20<sect1 id="libexif" xreflabel="libexif-&libexif-version;">
21 <?dbhtml filename="libexif.html"?>
22
23 <sect1info>
24 <othername>$LastChangedBy$</othername>
25 <date>$Date$</date>
26 </sect1info>
27
28 <title>libexif-&libexif-version;</title>
29
30 <indexterm zone="libexif">
31 <primary sortas="a-libexif">libexif</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to libexif</title>
36
37 <para>
38 The <application>libexif</application> package contains a library for
39 parsing, editing, and saving EXIF data. Most digital cameras produce
40 EXIF files, which are JPEG files with extra tags that contain information
41 about the image. All EXIF tags described in EXIF standard 2.1 are
42 supported.
43 </para>
44
45 &lfs101_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&libexif-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&libexif-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &libexif-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &libexif-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &libexif-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &libexif-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
82 <itemizedlist spacing="compact">
83 <listitem>
84 <para>
85 Required patch:
86 <ulink url="&patch-root;/libexif-&libexif-version;-security_fixes-1.patch"/>
87 </para>
88 </listitem>
89 </itemizedlist>
90
91 <bridgehead renderas="sect3">libexif Dependencies</bridgehead>
92
93 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
94 <para role="optional">
95 <xref linkend="doxygen"/> and
96 <xref linkend="graphviz"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/libexif"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of libexif</title>
106
107
108 <para>
109 First, apply a patch to fix a security issue (integer overflow leading to
110 Out Of Buffer write):
111 </para>
112
113<screen><userinput remap="pre">patch -Np1 -i ../libexif-&libexif-version;-security_fixes-1.patch</userinput></screen>
114
115
116 <para>
117 Install <application>libexif</application> by running the following
118 commands:
119 </para>
120
121<screen><userinput>./configure --prefix=/usr \
122 --disable-static \
123 --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 To test the results, issue: <command>make check</command>.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 <para>
137 Documentation was built and installed if you have the dependencies
138 shown above installed. If you don't have the dependencies installed,
139 there is a compressed tarball in the source tree
140 <filename class="directory">doc</filename> directory that can be
141 unpacked into /usr/share/doc/libexif-&libexif-version;.
142 </para>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 None
165 </seg>
166 <seg>
167 libexif.so
168 </seg>
169 <seg>
170 /usr/include/libexif and
171 /usr/share/doc/libexif-&libexif-version;
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libexif-lib">
182 <term><filename class="libraryfile">libexif.so</filename></term>
183 <listitem>
184 <para>
185 contains functions used for parsing, editing, and saving
186 EXIF data
187 </para>
188 <indexterm zone="libexif libexif-lib">
189 <primary sortas="c-libexif">libexif.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.