source: general/graphlib/libexif.xml@ 1a0409b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 1a0409b was 1a0409b, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to libexif-0.6.13

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libexif-download-http "http://prdownloads.sourceforge.net/libexif/libexif-&libexif-version;.tar.bz2">
8 <!ENTITY libexif-download-ftp " ">
9 <!ENTITY libexif-md5sum "1b1e2b495c5aa20c08725f30545a110b">
10 <!ENTITY libexif-size "519 KB">
11 <!ENTITY libexif-buildsize "18.1 MB">
12 <!ENTITY libexif-time "0.3 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 <keywordset>
22 <keyword role="package">libexif-&libexif-version;.tar</keyword>
23 <keyword role="ftpdir">libexif</keyword>
24 </keywordset>
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>The <application>libexif</application> package contains a library
37 for parsing, editing, and saving EXIF data. Most digital cameras produce
38 EXIF files, which are JPEG files with extra tags that contain information
39 about the image. All EXIF tags described in EXIF standard 2.1 are
40 supported.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&libexif-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&libexif-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &libexif-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &libexif-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &libexif-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &libexif-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">libexif Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
67 <para role="optional"><xref linkend="doxygen"/> and
68 <ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libexif</title>
74
75 <para>Install <application>libexif</application> by running the following
76 commands:</para>
77
78<screen><userinput>./configure --prefix=/usr \
79 --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
80make</userinput></screen>
81
82 <para>To test the results, issue: <command>make check</command>.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 <para>Documentation was built and installed if you have the dependencies
89 shown above installed. If you don't have the dependencies installed, there
90 is a compressed tarball in the source tree
91 <filename class='directory'>doc</filename> directory that can be unpacked
92 into /usr/share/doc/libexif-&libexif-version;.</para>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Library</segtitle>
102 <segtitle>Installed Directory</segtitle>
103
104 <seglistitem>
105 <seg>None</seg>
106 <seg>libexif.[so,a]</seg>
107 <seg>/usr/include/libexif and
108 /usr/share/doc/libexif-&libexif-version;</seg>
109 </seglistitem>
110 </segmentedlist>
111
112 <variablelist>
113 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
114 <?dbfo list-presentation="list"?>
115 <?dbhtml list-presentation="table"?>
116
117 <varlistentry id="libexif-lib">
118 <term><filename class='libraryfile'>libexif.[so,a]</filename></term>
119 <listitem>
120 <para>contains functions used for parsing, editing, and saving
121 EXIF data.</para>
122 <indexterm zone="libexif libexif-lib">
123 <primary sortas="c-libexif">libexif.[so,a]</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127 </variablelist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.