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