Changeset 8374093


Ignore:
Timestamp:
03/20/2016 12:47:12 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e11b07c
Parents:
42eb076e
Message:

HarfBuzz: document all libs using descriptions from the pkgconfig files, and change capitalization to match upstream's preference.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r42eb076e r8374093  
    1414]>
    1515
    16 <sect1 id="harfbuzz" xreflabel="Harfbuzz-&harfbuzz-version;">
     16<sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">
    1717  <?dbhtml filename="harfbuzz.html"?>
    1818
     
    2222  </sect1info>
    2323
    24   <title>Harfbuzz-&harfbuzz-version;</title>
     24  <title>HarfBuzz-&harfbuzz-version;</title>
    2525
    2626  <indexterm zone="harfbuzz">
    27     <primary sortas="a-Harfbuzz">Harfbuzz</primary>
     27    <primary sortas="a-HarfBuzz">HarfBuzz</primary>
    2828  </indexterm>
    2929
     
    3232
    3333    <para>
    34       The <application>Harfbuzz</application> package contains an OpenType text
     34      The <application>HarfBuzz</application> package contains an OpenType text
    3535      shaping engine.
    3636    </para>
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Harfbuzz Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">HarfBuzz Dependencies</bridgehead>
    7575
    7676    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    107107
    108108  <sect2 role="installation">
    109     <title>Installation of Harfbuzz</title>
    110 
    111     <para>
    112       Install <application>Harfbuzz</application> by running the following
     109    <title>Installation of HarfBuzz</title>
     110
     111    <para>
     112      Install <application>HarfBuzz</application> by running the following
    113113      commands:
    114114    </para>
     
    133133    <para>
    134134      <parameter>--with-gobject</parameter>: This switch enables building
    135       of the <application>Harfbuzz</application> GObject wrapper. Remove
     135      of the <application>HarfBuzz</application> GObject wrapper. Remove
    136136      it if you did not install <application>GLib</application>.
    137137    </para>
     
    222222        <listitem>
    223223          <para>
    224             contains functions for complex text shaping.
     224            HarfBuzz text shaping library.
    225225          </para>
    226226          <indexterm zone="harfbuzz libharfbuzz">
     
    230230      </varlistentry>
    231231
     232      <varlistentry id="libharfbuzz-gobject">
     233        <term><filename class="libraryfile">libharfbuzz-gobject.so</filename></term>
     234        <listitem>
     235          <para>
     236            HarfBuzz text shaping library GObject integration.
     237          </para>
     238          <indexterm zone="harfbuzz libharfbuzz-gobject">
     239            <primary sortas="c-libharfbuzz-gobject">libharfbuzz-gobject.so</primary>
     240          </indexterm>
     241        </listitem>
     242      </varlistentry>
     243
     244      <varlistentry id="libharfbuzz-icu">
     245        <term><filename class="libraryfile">libharfbuzz-icu.so</filename></term>
     246        <listitem>
     247          <para>
     248            HarfBuzz text shaping library ICU integration.
     249          </para>
     250          <indexterm zone="harfbuzz libharfbuzz-icu">
     251            <primary sortas="c-libharfbuzz-icu">libharfbuzz-icu.so</primary>
     252          </indexterm>
     253        </listitem>
     254      </varlistentry>
     255
    232256    </variablelist>
    233257
  • introduction/welcome/changelog.xml

    r42eb076e r8374093  
    4848      <itemizedlist>
    4949        <listitem>
    50           <para>[ken] - Update to harfbuzz-1.2.3. Fixes
     50          <para>[ken] - Update to HarfBuzz-1.2.3. Fixes
    5151          <ulink url="&blfs-ticket-root;7501">#7501</ulink>.</para>
    5252        </listitem>
Note: See TracChangeset for help on using the changeset viewer.