source: general/graphlib/libexif.xml@ 7567f93

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 7567f93 was 7567f93, checked in by Randy McMurchy <randy@…>, 19 years ago

Added new package libexif-0.6.12 and made it a required dependency of Nautilus

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

  • Property mode set to 100644
File size: 3.5 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 "9f952ee8db0be7c53a075c34e8286d91">
10 <!ENTITY libexif-size "378 KB">
11 <!ENTITY libexif-buildsize "6 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 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libexif-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libexif-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libexif-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libexif-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libexif-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libexif-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 </sect2>
61
62 <sect2 role="installation">
63 <title>Installation of libexif</title>
64
65 <para>Install <application>libexif</application> by running the following
66 commands:</para>
67
68<screen><userinput>./configure --prefix=/usr &amp;&amp;
69make</userinput></screen>
70
71 <para>To test the results, issue: <command>make check</command>.</para>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make install</userinput></screen>
76
77 </sect2>
78
79 <sect2 role="content">
80 <title>Contents</title>
81
82 <segmentedlist>
83 <segtitle>Installed Programs</segtitle>
84 <segtitle>Installed Library</segtitle>
85 <segtitle>Installed Directory</segtitle>
86
87 <seglistitem>
88 <seg>None</seg>
89 <seg>libexif.[so,a]</seg>
90 <seg>/usr/include/libexif</seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="libexif-lib">
100 <term><filename class='libraryfile'>libexif.[so,a]</filename></term>
101 <listitem>
102 <para>contains functions used for parsing, editing, and saving
103 EXIF data.</para>
104 <indexterm zone="libexif libexif-lib">
105 <primary sortas="c-libexif">libexif.[so,a]</primary>
106 </indexterm>
107 </listitem>
108 </varlistentry>
109 </variablelist>
110
111 </sect2>
112
113</sect1>
Note: See TracBrowser for help on using the repository browser.