Changeset 927e12e


Ignore:
Timestamp:
10/09/2021 09:49:42 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
9e2ff85
Parents:
2d3195c
Message:

Fix qtwebengine FTBFS with system harfbuzz-3.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2d3195c r927e12e  
    4343    -->
    4444    <listitem>
    45       <para>October 8th, 2021</para>
    46       <itemizedlist>
    47         <listitem>
    48           <para>[thomas] - Update to wireshark-3.4.9. Fixes
    49           <ulink url="&blfs-ticket-root;15649">#15649</ulink>.</para>
     45      <para>October 9th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Patch qtwebengine to build with harfbuzz-3.0. Fixes
     49          <ulink url="&blfs-ticket-root;15660">#15660</ulink>.</para>
    5050        </listitem>
    5151      </itemizedlist>
  • x/lib/qtwebengine.xml

    r2d3195c r927e12e  
    234234        </para>
    235235      </listitem>
     236      <listitem>
     237        <para>
     238          Required patch:
     239          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-harfbuzz3-1.patch"/>
     240        </para>
     241      </listitem>
    236242    </itemizedlist>
    237243
     
    319325<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch</userinput></screen>
    320326
     327    <para>
     328      If you are using harfbuzz-3.0 or later, apply a patch to let the build
     329      complete:
     330    </para>
     331
     332<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-harfbuzz3-1.patch</userinput></screen>
     333
    321334<!-- start of commands for git versions only -->
    322335    <para>
    323       Although the patch has ensured that git is not invoked during the build,
     336      Although the first patch has ensured that git is not invoked during the build,
    324337      the build system has labyrinthine rules of byzantine complexity, and in
    325338      particular trying to build without two <filename>.git</filename> directories
Note: See TracChangeset for help on using the changeset viewer.