source: general/graphlib/libexif.xml@ 046af1b6

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 046af1b6 was 046af1b6, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove forgotten "patch apply" in libexif

  • Property mode set to 100644
File size: 5.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 <!-- 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 not used in version 0.6.23 -->
12
13 <!ENTITY libexif-download-http "https://github.com/libexif/libexif/releases/download/v&libexif-version;/libexif-&libexif-version;.tar.xz">
14 <!ENTITY libexif-download-ftp " ">
15 <!ENTITY libexif-md5sum "aa78b055afbd87f7580957d6a615f238">
16 <!ENTITY libexif-size "1.3 MB">
17 <!ENTITY libexif-buildsize "17 MB">
18 <!ENTITY libexif-time "0.1 SBU">
19]>
20
21<sect1 id="libexif" xreflabel="libexif-&libexif-version;">
22 <?dbhtml filename="libexif.html"?>
23
24 <sect1info>
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 &lfs110a_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">libexif Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
84 <para role="optional">
85 <xref linkend="doxygen"/> and
86 <xref linkend="graphviz"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/libexif"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libexif</title>
96
97<!--
98 <para>
99 First, apply a patch to fix a security issue (integer overflow leading to
100 Out Of Buffer write):
101 </para>
102
103<screen><userinput remap="pre">patch -Np1 -i ../libexif-&libexif-version;-security_fixes-1.patch</userinput></screen>
104-->
105
106 <para>
107 Install <application>libexif</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --disable-static \
113 --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>
127 Documentation was built and installed if you have the dependencies
128 shown above installed. If you don't have the dependencies installed,
129 there is a compressed tarball in the source tree
130 <filename class="directory">doc</filename> directory that can be
131 unpacked into /usr/share/doc/libexif-&libexif-version;.
132 </para>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/static-libraries.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Library</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 None
155 </seg>
156 <seg>
157 libexif.so
158 </seg>
159 <seg>
160 /usr/include/libexif and
161 /usr/share/doc/libexif-&libexif-version;
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="libexif-lib">
172 <term><filename class="libraryfile">libexif.so</filename></term>
173 <listitem>
174 <para>
175 contains functions used for parsing, editing, and saving
176 EXIF data
177 </para>
178 <indexterm zone="libexif libexif-lib">
179 <primary sortas="c-libexif">libexif.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.