Changeset 64755c75


Ignore:
Timestamp:
03/10/2022 11:56:23 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
776c052e
Parents:
7495c40
Message:

Update to harfbuzz-4.0.0.
Also correct some hard coded paths in fcron.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r7495c40 r64755c75  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "40a7243ef08d5490a3a09d5d94ce6d40">
     10  <!ENTITY harfbuzz-md5sum        "fb958a544a8d39ca0f28ac15519d743b">
    1111  <!ENTITY harfbuzz-size          "14 MB">
    12   <!ENTITY harfbuzz-buildsize     "118 MB (with tests)">
    13   <!ENTITY harfbuzz-time          "1.3 SBU (with tests)">
     12  <!ENTITY harfbuzz-buildsize     "126 MB (with tests)">
     13  <!ENTITY harfbuzz-time          "0.5 SBU (Using parallelism=4; with tests)">
    1414]>
    1515
  • general/sysutils/fcron.xml

    r7495c40 r64755c75  
    140140useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron</userinput></screen>
    141141
     142    <para>
     143      Now fix some locations hard coded in the documentation:
     144    </para>
     145
     146<screen><userinput>find doc -type f -exec sed -i 's:/usr/local::g' {} \;</userinput></screen>
    142147    <para>
    143148      Install <application>Fcron</application> by running the following
  • introduction/welcome/changelog.xml

    r7495c40 r64755c75  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to harfbuzz-4.0.0. Fixes
     49          <ulink url="&blfs-ticket-root;16183">#16183</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to xine-lib-1.2.12.  Fixes
    4953          <ulink url="&blfs-ticket-root;16217">#16217</ulink>.</para>
  • packages.ent

    r7495c40 r64755c75  
    220220<!ENTITY glm-version                  "0.9.9.8">
    221221<!ENTITY graphite2-version            "1.3.14">
    222 <!ENTITY harfbuzz-version             "3.4.0">
     222<!ENTITY harfbuzz-version             "4.0.0">
    223223<!--<!ENTITY ijs-version                  "0.35">-->
    224224<!ENTITY jasper-version               "2.0.33">
Note: See TracChangeset for help on using the changeset viewer.