Changeset fa4e429


Ignore:
Timestamp:
12/14/2019 02:35:17 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
f0be38c0
Parents:
e10e1a8e
Message:

Remove some qtwebengine instructions left from previous versions, and useless
now

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    re10e1a8e rfa4e429  
    12001200        <listitem>
    12011201          <para>
    1202             is a trace generator for LTTng or Windows ETW.
     1202            is a trace generator for LTTng or ETW.
    12031203          </para>
    12041204          <indexterm zone="qt5 tracegen">
  • x/lib/qtwebengine.xml

    re10e1a8e rfa4e429  
    170170
    171171    <para>
    172       Next, fix a critical zero-day vulnerability in the audio subsystem:
    173     </para>
    174 
    175 <screen><userinput remap="pre">sed -e '/!buffer/a \
    176 \    BaseAudioContext::GraphAutoLocker context_locker(Context()); \
    177 \    MutexLocker locker(process_lock_);' -i \
    178      src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/convolver_node.cc</userinput></screen>
    179 
    180     <para>
    181172      Next, allow the pulseaudio library to be linked at build time, instead
    182173      of run time. This also prevents an issue with newer pulseaudio:
     
    185176<screen><userinput>sed -e '/link_pulseaudio/s/false/true/' \
    186177    -i src/3rdparty/chromium/media/media_options.gni</userinput></screen>
    187 
    188     <para>
    189       Now add a terminating semicolon to a macro to let it compile with
    190       <xref linkend="icu"/>:
    191     </para>
    192 
    193 <!-- editors: this line number is specific to 5.13.2, later versions might
    194 have already been fixed, or more likely the relevant line is no longer 5713.
    195 There are two lines which invoke U16_NOTE(), the first already has a ';'
    196 followed by a comment, the second lacks the ';' -->
    197 
    198 <screen><userinput>sed -i '5713s/.*/&amp;;/' \
    199   src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc</userinput></screen>
    200178
    201179    <para>
     
    216194      to its own not-yet-installed version, and fail because of missing symbols.
    217195      Prevent that by, as the <systemitem class="username">root</systemitem>
    218       user, moving the symlink out of the way.:
     196      user, moving the symlink out of the way:
    219197    </para>
    220198
Note: See TracChangeset for help on using the changeset viewer.