Changeset 9ae6ea1


Ignore:
Timestamp:
05/30/2015 10:47:15 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
9b36a3a
Parents:
1bd88eb
Message:

Remove two Short descriptions from Harfbuzz-0.9.40.
Forgot in Qt-4.8.7: parallelism is 4.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r1bd88eb r9ae6ea1  
    174174      <?dbhtml list-presentation="table"?>
    175175
    176      <varlistentry id="hb-ot-shape-closure">
    177         <term><command>hb-ot-shape-closure</command></term>
    178         <listitem>
    179           <para>
    180             gives the set of characters contained in a string, represented as
    181             single characters and/or single character names. Example:
    182             <command>hb-ot-shape-closure
    183               --font-file=/usr/share/fonts/dejavu/DejaVuLGCSans-BoldOblique.ttf
    184               --text=&Ccedil;DE~</command>
    185             output is <quote>D E asciitilde Ccedilla</quote>.
    186           </para>
    187           <indexterm zone="harfbuzz hb-ot-shape-closure">
    188             <primary sortas="b-hb-ot-shape-closure">hb-ot-shape-closure</primary>
    189           </indexterm>
    190         </listitem>
    191       </varlistentry>
    192 
    193176      <varlistentry id="hb-shape">
    194177        <term><command>hb-shape</command></term>
     
    203186      </varlistentry>
    204187
    205       <varlistentry id="hb-view">
    206         <term><command>hb-view</command></term>
    207         <listitem>
    208           <para>
    209             is used to view a string shape, using a particular font, as a set
    210             of glyphs. You can use the previous example given for
    211             <command>hb-ot-shape-closure</command> in a full screen terminal
    212             emulator, replacing that command by <command>hb-view</command>.
    213           </para>
    214           <indexterm zone="harfbuzz hb-view">
    215             <primary sortas="b-hb-view">hb-view</primary>
    216           </indexterm>
    217         </listitem>
    218       </varlistentry>
    219 
    220188      <varlistentry id="libharfbuzz">
    221189        <term><filename class="libraryfile">libharfbuzz.so</filename></term>
  • x/lib/qt4.xml

    r1bd88eb r9ae6ea1  
    1111  <!ENTITY qt4-size          "230 MB">
    1212  <!ENTITY qt4-buildsize     "2.3 GB">
    13   <!ENTITY qt4-time          "12 SBU, using parallelism=">
     13  <!ENTITY qt4-time          "12 SBU, using parallelism=4">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.