2005-05-31 07:21:01 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2005-05-31 07:21:01 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2008-10-13 22:49:44 +08:00
|
|
|
<!ENTITY libexif-download-http "&sourceforge-repo;/libexif/libexif-&libexif-version;.tar.bz2">
|
2009-08-10 20:14:00 +08:00
|
|
|
<!ENTITY libexif-download-ftp "&gentoo-ftp-repo;/libexif-&libexif-version;.tar.bz2">
|
2010-03-08 05:34:08 +08:00
|
|
|
<!ENTITY libexif-md5sum "56144a030a4c875c600b1ccf713f69f7">
|
|
|
|
<!ENTITY libexif-size "1.1 MB">
|
|
|
|
<!ENTITY libexif-buildsize "14 MB">
|
|
|
|
<!ENTITY libexif-time "0.1 SBU">
|
2005-05-31 07:21:01 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libexif" xreflabel="libexif-&libexif-version;">
|
|
|
|
<?dbhtml filename="libexif.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libexif-&libexif-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libexif">
|
|
|
|
<primary sortas="a-Libexif">Libexif</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libexif</title>
|
|
|
|
|
2005-11-30 03:07:13 +08:00
|
|
|
<para>The <application>libexif</application> package contains a library
|
|
|
|
for parsing, editing, and saving EXIF data. Most digital cameras produce
|
|
|
|
EXIF files, which are JPEG files with extra tags that contain information
|
|
|
|
about the image. All EXIF tags described in EXIF standard 2.1 are
|
2005-05-31 07:21:01 +08:00
|
|
|
supported.</para>
|
|
|
|
|
2012-02-24 09:52:23 +08:00
|
|
|
&lfs70_checked;
|
2009-08-10 20:14:00 +08:00
|
|
|
|
2005-05-31 07:21:01 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&libexif-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&libexif-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &libexif-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &libexif-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &libexif-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &libexif-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2006-01-05 11:29:06 +08:00
|
|
|
<bridgehead renderas="sect3">libexif Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
|
|
|
|
<para role="optional"><xref linkend="doxygen"/> and
|
2006-04-14 05:57:57 +08:00
|
|
|
<xref linkend="graphviz"/></para>
|
2005-09-10 12:54:35 +08:00
|
|
|
|
2006-04-11 02:35:56 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libexif"/></para>
|
|
|
|
|
2005-05-31 07:21:01 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libexif</title>
|
|
|
|
|
|
|
|
<para>Install <application>libexif</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2007-07-09 00:14:30 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2006-01-05 11:29:06 +08:00
|
|
|
--with-doc-dir=/usr/share/doc/libexif-&libexif-version; &&
|
2005-05-31 07:21:01 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
2006-01-05 11:29:06 +08:00
|
|
|
<para>Documentation was built and installed if you have the dependencies
|
|
|
|
shown above installed. If you don't have the dependencies installed, there
|
|
|
|
is a compressed tarball in the source tree
|
|
|
|
<filename class='directory'>doc</filename> directory that can be unpacked
|
|
|
|
into /usr/share/doc/libexif-&libexif-version;.</para>
|
|
|
|
|
2005-05-31 07:21:01 +08:00
|
|
|
</sect2>
|
|
|
|
|
2012-02-24 09:52:23 +08:00
|
|
|
<sect2 role="commands">
|
2006-03-15 22:57:50 +08:00
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2012-02-24 09:52:23 +08:00
|
|
|
<para><option>--enable-static=no</option>: This switch prevents the static
|
|
|
|
libraries being installed.</para>
|
|
|
|
|
|
|
|
</sect2>
|
2006-03-15 22:57:50 +08:00
|
|
|
|
2005-05-31 07:21:01 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
2009-08-10 20:14:00 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-31 07:21:01 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2006-04-11 02:35:56 +08:00
|
|
|
<seg>libexif.{so,a}</seg>
|
2006-01-05 11:29:06 +08:00
|
|
|
<seg>/usr/include/libexif and
|
|
|
|
/usr/share/doc/libexif-&libexif-version;</seg>
|
2005-05-31 07:21:01 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libexif-lib">
|
2006-04-11 02:35:56 +08:00
|
|
|
<term><filename class='libraryfile'>libexif.{so,a}</filename></term>
|
2005-05-31 07:21:01 +08:00
|
|
|
<listitem>
|
2005-11-30 03:07:13 +08:00
|
|
|
<para>contains functions used for parsing, editing, and saving
|
2005-05-31 07:21:01 +08:00
|
|
|
EXIF data.</para>
|
|
|
|
<indexterm zone="libexif libexif-lib">
|
2006-04-11 02:35:56 +08:00
|
|
|
<primary sortas="c-libexif">libexif.{so,a}</primary>
|
2005-05-31 07:21:01 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|