source: general/graphlib/libexif.xml@ 080e2341

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 080e2341 was 080e2341, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Tag LXDE and dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23569 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 &lfs10_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<!-- Applied in 0.6.22
82 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
83 <itemizedlist spacing="compact">
84 <listitem>
85 <para>
86 Required patch:
87 <ulink url="&patch-root;/libexif-&libexif-version;-security_fix-1.patch"/>
88 </para>
89 </listitem>
90 </itemizedlist>
91-->
92
93 <bridgehead renderas="sect3">libexif Dependencies</bridgehead>
94
95 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
96 <para role="optional">
97 <xref linkend="doxygen"/> and
98 <xref linkend="graphviz"/>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/libexif"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of libexif</title>
108
109<!--
110 <para>
111 First, apply a patch to fix a security issue (integer overflow):
112 </para>
113
114<screen><userinput remap="pre">patch -Np1 -i ../libexif-&libexif-version;-security_fix-1.patch</userinput></screen>
115-->
116
117 <para>
118 Install <application>libexif</application> by running the following
119 commands:
120 </para>
121
122<screen><userinput>./configure --prefix=/usr \
123 --disable-static \
124 --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 <para>
138 Documentation was built and installed if you have the dependencies
139 shown above installed. If you don't have the dependencies installed,
140 there is a compressed tarball in the source tree
141 <filename class="directory">doc</filename> directory that can be
142 unpacked into /usr/share/doc/libexif-&libexif-version;.
143 </para>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/static-libraries.xml"/>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Library</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 None
166 </seg>
167 <seg>
168 libexif.so
169 </seg>
170 <seg>
171 /usr/include/libexif and
172 /usr/share/doc/libexif-&libexif-version;
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="libexif-lib">
183 <term><filename class='libraryfile'>libexif.so</filename></term>
184 <listitem>
185 <para>
186 contains functions used for parsing, editing, and saving
187 EXIF data.
188 </para>
189 <indexterm zone="libexif libexif-lib">
190 <primary sortas="c-libexif">libexif.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.