source: general/graphlib/libexif.xml@ d4b26333

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 d4b26333 was f6f5b67, checked in by Ken Moffat <ken@…>, 12 years ago

Sundry gnome-related fixes.

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

  • Property mode set to 100644
File size: 4.8 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 libexif-download-http "&sourceforge-repo;/libexif/libexif-&libexif-version;.tar.bz2">
8 <!ENTITY libexif-download-ftp "&gentoo-ftp-repo;/libexif-&libexif-version;.tar.bz2">
9 <!ENTITY libexif-md5sum "56144a030a4c875c600b1ccf713f69f7">
10 <!ENTITY libexif-size "1.1 MB">
11 <!ENTITY libexif-buildsize "14 MB">
12 <!ENTITY libexif-time "0.1 SBU">
13]>
14
15<sect1 id="libexif" xreflabel="libexif-&libexif-version;">
16 <?dbhtml filename="libexif.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libexif-&libexif-version;</title>
24
25 <indexterm zone="libexif">
26 <primary sortas="a-Libexif">Libexif</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libexif</title>
31
32 <para>The <application>libexif</application> package contains a library
33 for parsing, editing, and saving EXIF data. Most digital cameras produce
34 EXIF files, which are JPEG files with extra tags that contain information
35 about the image. All EXIF tags described in EXIF standard 2.1 are
36 supported.</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libexif-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libexif-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libexif-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libexif-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libexif-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libexif-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">libexif Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
65 <para role="optional"><xref linkend="doxygen"/> and
66 <xref linkend="graphviz"/></para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/libexif"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of libexif</title>
75
76 <para>Install <application>libexif</application> by running the following
77 commands:</para>
78
79<screen><userinput>./configure --prefix=/usr \
80 --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 <para>Documentation was built and installed if you have the dependencies
90 shown above installed. If you don't have the dependencies installed, there
91 is a compressed tarball in the source tree
92 <filename class='directory'>doc</filename> directory that can be unpacked
93 into /usr/share/doc/libexif-&libexif-version;.</para>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <!--<para><command>sed -i ... doc/Makefile.in</command>:
101 Installation of <application>libexif</application> will fail if
102 <application>Doxygen</application> is not present on the system due to
103 a packaging bug. The command does not affect the situation where
104 <application>Doxygen</application> is installed.</para> -->
105
106 <para><option>--enable-static=no</option>: This switch prevents the static
107 libraries being installed.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>libexif.{so,a}</seg>
122 <seg>/usr/include/libexif and
123 /usr/share/doc/libexif-&libexif-version;</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="libexif-lib">
133 <term><filename class='libraryfile'>libexif.{so,a}</filename></term>
134 <listitem>
135 <para>contains functions used for parsing, editing, and saving
136 EXIF data.</para>
137 <indexterm zone="libexif libexif-lib">
138 <primary sortas="c-libexif">libexif.{so,a}</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.