Changeset 52249aa for x


Ignore:
Timestamp:
07/24/2019 02:49:55 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
7c93be03
Parents:
8fd509cb
Message:

Fix QtWebEngine's background rendering and multimedia crash problems, as well as adapt it to Linux 5.2+ API
Typo fix in 'Notes on Building Software'

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r8fd509cb r52249aa  
    9696    </itemizedlist>
    9797
    98 <!-- The patch is not needed anymore for 5.12.1
    9998    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    10099    <itemizedlist spacing="compact">
    101100      <listitem>
    102101        <para>
    103           Required patch (if building on i686):
    104           <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-i686_alignof_fix-1.patch"/>
     102          Required patch:
     103          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-background_rendering_fix-1.patch"/>
    105104        </para>
    106105      </listitem>
    107106    </itemizedlist>
    108 -->
     107
    109108    <bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
    110109
     
    162161
    163162    <para>
     163      Next, apply a patch that fixes background rendering issues in Falkon,
     164      and crashes on multimedia-heavy sites.
     165    </para>
     166
     167<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-background_rendering_fix-1.patch</userinput></screen>
     168   
     169    <para>
    164170      If an older version of the package's main library has been installed,
    165171      when the package is built separately it will link to that in preference
     
    173179fi</userinput></screen>
    174180
    175 <!-- Not needed for 5.12.1
    176     <para>
    177       If you are building on a 32-bit i686 system, GCC changed the alignof
    178       operator to optimize the ABI. Unfortunately, this makes the alignof()
    179       operator return an incorrect number (4 instead of 8). Apply a patch to
    180       fix this:
    181     </para>
    182 
    183 <screen><userinput>patch -Np1 -i ../qtwebengine-&qtwebengine-version;-i686_alignof_fix-1.patch</userinput></screen>
    184 -->
    185181    <para>
    186182      Install <application>qtwebengine</application> by running the following
     
    188184    </para>
    189185
    190 <screen><userinput>mkdir build &amp;&amp;
     186<screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' \
     187src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc &amp;&amp;
     188mkdir build &amp;&amp;
    191189cd    build &amp;&amp;
    192190
     
    246244      to the build.
    247245    </para>
     246
     247    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     248       href="../../xincludes/SIOCGSTAMP.xml"/>
    248249
    249250    <para>
Note: See TracChangeset for help on using the changeset viewer.