Changeset c7d631c for general/graphlib


Ignore:
Timestamp:
07/27/2015 06:04:21 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:
d53b6fa7
Parents:
46561f8
Message:
  • Update to harfbuzz-1.0.1.
  • Update to exim-4.86.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r46561f8 rc7d631c  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "a2966f1b6a470c2cd84eb511f924cf68">
     10  <!ENTITY harfbuzz-md5sum        "b9c144965dfde96672a7c6bdd4f9bf64">
    1111  <!ENTITY harfbuzz-size          "1.2 MB">
    12   <!ENTITY harfbuzz-buildsize     "32 MB (with tests)">
    13   <!ENTITY harfbuzz-time          "0.2 SBU (with tests)">
     12  <!ENTITY harfbuzz-buildsize     "34 MB (with tests)">
     13  <!ENTITY harfbuzz-time          "0.3 SBU (with tests)">
    1414]>
    1515
     
    164164        </seg>
    165165        <seg>
    166           /usr/include/harfbuzz and
    167           /usr/share/gtk-doc/html/harfbuzz
     166          /usr/{include,share/gtk-doc/html}/harfbuzz
    168167        </seg>
    169168      </seglistitem>
     
    174173      <?dbfo list-presentation="list"?>
    175174      <?dbhtml list-presentation="table"?>
    176  
     175
    177176     <varlistentry id="hb-ot-shape-closure">
    178177        <term><command>hb-ot-shape-closure</command></term>
     
    181180            gives the set of characters contained in a string, represented as
    182181            single characters and/or single character names. Example:
    183             <command>hb-ot-shape-closure 
     182            <command>hb-ot-shape-closure
    184183              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
    185184          </para>
     
    201200        </listitem>
    202201      </varlistentry>
    203  
     202
    204203      <varlistentry id="hb-view">
    205204        <term><command>hb-view</command></term>
     
    210209            defined by the file extension, the supported ones being
    211210            ansi/png/svg/pdf/ps/eps. Example:
    212             <command>hb-view --output-file=hello.png 
     211            <command>hb-view --output-file=hello.png
    213212              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
    214213          </para>
Note: See TracChangeset for help on using the changeset viewer.