Ignore:
Timestamp:
07/31/2012 11:44:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
f2d2b62
Parents:
22a68d0
Message:

Upgraded several packages. See BLFS ChangeLog for more information.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libexif.xml

    r22a68d0 rc627795  
    66
    77  <!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        "19844ce6b5d075af16f0d45de1e8a6a3">
     8  <!ENTITY libexif-download-ftp  " ">
     9  <!ENTITY libexif-md5sum        "27339b89850f28c8f1c237f233e05b27">
    1010  <!ENTITY libexif-size          "1.4 MB">
    1111  <!ENTITY libexif-buildsize     "17 MB">
     
    2424
    2525  <indexterm zone="libexif">
    26     <primary sortas="a-Libexif">Libexif</primary>
     26    <primary sortas="a-libexif">libexif</primary>
    2727  </indexterm>
    2828
     
    3030    <title>Introduction to libexif</title>
    3131
    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>
     32    <para>
     33      The <application>libexif</application> package contains a library for
     34      parsing, editing, and saving EXIF data. Most digital cameras produce
     35      EXIF files, which are JPEG files with extra tags that contain information
     36      about the image. All EXIF tags described in EXIF standard 2.1 are
     37      supported.
     38    </para>
    3739
    38     &lfs70_checked;
     40    &lfs71_checked;
    3941
    4042    <bridgehead renderas="sect3">Package Information</bridgehead>
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&libexif-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&libexif-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&libexif-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&libexif-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &libexif-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &libexif-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &libexif-size;</para>
     60        <para>
     61          Download size: &libexif-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &libexif-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &libexif-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &libexif-time;</para>
     70        <para>
     71          Estimated build time: &libexif-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    6377
    6478    <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
    65     <para role="optional"><xref linkend="doxygen"/> and
    66     <xref linkend="graphviz"/></para>
     79    <para role="optional">
     80      <xref linkend="doxygen"/> and
     81      <xref linkend="graphviz"/>
     82    </para>
    6783
    6884    <para condition="html" role="usernotes">User Notes:
    69     <ulink url="&blfs-wiki;/libexif"/></para>
    70 
     85      <ulink url="&blfs-wiki;/libexif"/>
     86    </para>
    7187  </sect2>
    7288
     
    7490    <title>Installation of libexif</title>
    7591
    76     <para>Install <application>libexif</application> by running the following
    77     commands:</para>
     92    <para>
     93      Install <application>libexif</application> by running the following
     94      commands:
     95    </para>
    7896
    7997<screen><userinput>./configure --prefix=/usr \
    80             --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
     98            --with-doc-dir=/usr/share/doc/libexif-&libexif-version; \
     99            --disable-static &amp;&amp;
    81100make</userinput></screen>
    82101
    83     <para>To test the results, issue: <command>make check</command>.</para>
     102    <para>
     103      To test the results, issue: <command>make check</command>.
     104    </para>
    84105
    85     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     106    <para>
     107      Now, as the <systemitem class="username">root</systemitem> user:
     108    </para>
    86109
    87110<screen role="root"><userinput>make install</userinput></screen>
    88111
    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>
     112    <para>
     113      Documentation was built and installed if you have the dependencies
     114      shown above installed. If you don't have the dependencies installed,
     115      there is a compressed tarball in the source tree
     116      <filename class="directory">doc</filename> directory that can be
     117      unpacked into /usr/share/doc/libexif-&libexif-version;.
     118    </para>
    94119
    95120  </sect2>
     
    98123    <title>Command Explanations</title>
    99124
    100     <para><option>--disable-static</option>: This switch prevents the static
    101     libraries being installed.</para>
     125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     126      href="../../xincludes/static-libraries.xml"/>
    102127
    103128  </sect2>
     
    107132
    108133    <segmentedlist>
    109       <segtitle>Installed Programs</segtitle>
    110134      <segtitle>Installed Library</segtitle>
    111135      <segtitle>Installed Directories</segtitle>
    112136
    113137      <seglistitem>
    114         <seg>None</seg>
    115         <seg>libexif.{so,a}</seg>
    116         <seg>/usr/include/libexif and
    117         /usr/share/doc/libexif-&libexif-version;</seg>
     138        <seg>
     139          libexif.so
     140        </seg>
     141        <seg>
     142          /usr/include/libexif and
     143          /usr/share/doc/libexif-&libexif-version;
     144        </seg>
    118145      </seglistitem>
    119146    </segmentedlist>
     
    125152
    126153      <varlistentry id="libexif-lib">
    127         <term><filename class='libraryfile'>libexif.{so,a}</filename></term>
     154        <term><filename class='libraryfile'>libexif.so</filename></term>
    128155        <listitem>
    129           <para>contains functions used for parsing, editing, and saving
    130           EXIF data.</para>
     156          <para>
     157            contains functions used for parsing, editing, and saving
     158            EXIF data.
     159          </para>
    131160          <indexterm zone="libexif libexif-lib">
    132             <primary sortas="c-libexif">libexif.{so,a}</primary>
     161            <primary sortas="c-libexif">libexif.so</primary>
    133162          </indexterm>
    134163        </listitem>
    135164      </varlistentry>
     165
    136166    </variablelist>
    137167
Note: See TracChangeset for help on using the changeset viewer.