Changeset f1ae52ff for general


Ignore:
Timestamp:
08/14/2020 05:52:55 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b1429d0a
Parents:
a5f7042
Message:

Update to libinput-1.16.1
Update to harfbuzz-2.7.1
Update to postgresql-12.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    ra5f7042 rf1ae52ff  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "c8d4f2aeed6e576bd42f9dc6def1b1ae">
    11   <!ENTITY harfbuzz-size          "8.6 MB">
    12   <!ENTITY harfbuzz-buildsize     "241 MB (add 31 MB for tests)">
    13   <!ENTITY harfbuzz-time          "0.5 SBU (Using parallelism=4; add 2.1 SBU for tests)">
     10  <!ENTITY harfbuzz-md5sum        "ae164a9de4deab6610f6058c8d29426e">
     11  <!ENTITY harfbuzz-size          "9.3 MB">
     12  <!ENTITY harfbuzz-buildsize     "244 MB (add 31 MB for tests)">
     13  <!ENTITY harfbuzz-time          "0.5 SBU (Using parallelism=4; add 0.8 SBU for tests)">
    1414]>
    1515
     
    226226        <listitem>
    227227          <para>
    228             may be used for a graphical view of a string shape, using a
    229             particular font, as a set of glyphs. Output format is automatically
    230             defined by the file extension, the supported ones being
    231             ansi/png/svg/pdf/ps/eps. Example:
     228            displays a graphical view of a string shape using a
     229            particular font as a set of glyphs. The output format is
     230            automatically defined by the file extension, the supported ones
     231            being ansi/png/svg/pdf/ps/eps. For example:
    232232            <command>hb-view --output-file=hello.png
    233233              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
     
    243243        <listitem>
    244244          <para>
    245             HarfBuzz text shaping library.
     245            is the HarfBuzz text shaping library.
    246246          </para>
    247247          <indexterm zone="harfbuzz libharfbuzz">
     
    255255        <listitem>
    256256          <para>
    257             HarfBuzz text shaping library GObject integration.
     257            provides GObject integration for the HarfBuzz text shaping library.
    258258          </para>
    259259          <indexterm zone="harfbuzz libharfbuzz-gobject">
     
    267267        <listitem>
    268268          <para>
    269             HarfBuzz text shaping library ICU integration.
     269            provides ICU integration for the HarfBuzz text shaping library.
    270270          </para>
    271271          <indexterm zone="harfbuzz libharfbuzz-icu">
Note: See TracChangeset for help on using the changeset viewer.