Ignore:
Timestamp:
08/28/2012 02:56:09 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:
80de4f5
Parents:
55ff8f4b
Message:

Exempi 2.2.0, GC 7.2d, libatomic_ops 7.2d, Obexd 0.47 and Xorg Server 1.12.4. Mark some more packages as LFS 7.2 checkd.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/exempi.xml

    r55ff8f4b r4e143323  
    55  %general-entities;
    66
    7   <!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.gz">
     7  <!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
    88  <!ENTITY exempi-download-ftp  " ">
    9   <!ENTITY exempi-md5sum        "62ecb5a01387b9f940a5429b3df67e65">
     9  <!ENTITY exempi-md5sum        "f46d96975613593ee17aaf48cd350228">
    1010  <!ENTITY exempi-size          "3.3 MB">
    11   <!ENTITY exempi-buildsize     "184 MB">
     11  <!ENTITY exempi-buildsize     "140 MB">
    1212  <!ENTITY exempi-time          "1.0 SBU">
    1313]>
    1414
    15 <sect1 id="exempi" xreflabel="exempi-&exempi-version;">
     15<sect1 id="exempi" xreflabel="Exempi-&exempi-version;">
    1616  <?dbhtml filename="exempi.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>exempi-&exempi-version;</title>
     23  <title>Exempi-&exempi-version;</title>
    2424
    2525  <indexterm zone="exempi">
    26     <primary sortas="a-exempi">exempi</primary>
     26    <primary sortas="a-Exempi">Exempi</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to exempi</title>
     30    <title>Introduction to Exempi</title>
    3131
    3232    <para><application>Exempi</application> is an implementation of XMP (Adobe's
    3333    Extensible Metadata Platform).</para>
    3434
    35     &lfs70_built;
     35    &lfs72_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">exempi Dependencies</bridgehead>
     59    <bridgehead renderas="sect3">Exempi Dependencies</bridgehead>
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="boost"/></para>
     62    <para role="required">
     63      <xref linkend="boost"/>
     64    </para>
    6365
    6466    <para condition="html" role="usernotes">User Notes:
     
    6870
    6971  <sect2 role="installation">
    70     <title>Installation of exempi</title>
     72    <title>Installation of Exempi</title>
    7173
    72     <para>Install <application>exempi</application> by running the following
     74    <para>Install <application>Exempi</application> by running the following
    7375    commands:</para>
    7476
    75 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     77<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7678make</userinput></screen>
    7779
     
    8789    <title>Command Explanations</title>
    8890
    89     <para><option>--enable-static=no</option>: This switch prevents the static
    90     libraries being installed.</para>
     91    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     92      href="../../xincludes/static-libraries.xml"/>
    9193
    9294  </sect2>
     
    9698
    9799    <segmentedlist>
    98       <segtitle>Installed Programs</segtitle>
     100      <segtitle>Installed Program</segtitle>
    99101      <segtitle>Installed Library</segtitle>
    100102      <segtitle>Installed Directory</segtitle>
    101103
    102104      <seglistitem>
    103         <seg>None</seg>
    104         <seg>libexempi.{so,a}</seg>
    105         <seg>/usr/include/exempi-2.0/exempi</seg>
     105        <seg>exempi</seg>
     106        <seg>libexempi.so</seg>
     107        <seg>/usr/include/exempi-2.0</seg>
    106108      </seglistitem>
    107109    </segmentedlist>
     
    113115
    114116      <varlistentry id="libexempi">
    115         <term><filename class='libraryfile'>libexempi.{so,a}</filename></term>
     117        <term><filename class="libraryfile">libexempi.so</filename></term>
    116118        <listitem>
    117           <para>is a library to parse XMP metadata.</para>
     119          <para>is a library used to parse XMP metadata.</para>
    118120          <indexterm zone="exempi libexempi">
    119             <primary sortas="c-libexempi">libexempi.{so,a}</primary>
     121            <primary sortas="c-libexempi">libexempi.so</primary>
    120122          </indexterm>
    121123        </listitem>
Note: See TracChangeset for help on using the changeset viewer.