Ignore:
Timestamp:
06/01/2017 03:30:51 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
a01d308
Parents:
d0db416
Message:

Update to qt-5.9.0. Includes qtwebkit and qtwebengine.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    rd0db416 r640f4c21  
    55  %general-entities;
    66
    7   <!ENTITY qtwebengine-major "5.8">
     7  <!ENTITY qtwebengine-major "5.9">
    88  <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-opensource-src-&qtwebengine-version;.tar.xz">
    99  <!ENTITY qtwebengine-download-ftp  " ">
    10   <!ENTITY qtwebengine-md5sum        "6e7fb2be161c6db4d988a4f5b329672f">
    11   <!ENTITY qtwebengine-size          "187 MB">
    12   <!ENTITY qtwebengine-buildsize     "2.5 GB (153 MB installed including docs)">
     10  <!ENTITY qtwebengine-md5sum        "d7ca5049baf5ff69d69ee58d5da392d4">
     11  <!ENTITY qtwebengine-size          "208 MB">
     12  <!ENTITY qtwebengine-buildsize     "3.2 GB (153 MB installed)">
    1313  <!ENTITY qtwebengine-time          "43 SBU (on a 4 core processor)">
    1414
     
    101101    <para role="required">
    102102      <xref linkend="nss"/>,
    103       <xref linkend="pulseaudio"/>,
     103      <xref linkend="pulseaudio"/>, and
    104104      <xref linkend='qt5'/>
    105105    </para>
     
    117117      <xref linkend="libwebp"/>,
    118118      <xref linkend="libxslt"/>,
    119       <xref linkend="opus"/>
     119      <xref linkend="opus"/>, and
     120      <xref linkend="rust"/>
    120121    </para>
    121122
     
    141142    </para>
    142143
    143 <screen><userinput>
    144 patch -Np1 -i ../qtwebengine-&qtwebengine-version;-gcc7-1.patch &amp;&amp;
    145 qmake -r                                        &amp;&amp;
     144<screen><userinput>mkdir build &amp;&amp;
     145cd    build &amp;&amp;
     146
     147qmake ..    &amp;&amp;
    146148make</userinput></screen>
    147 
     149<!--
    148150    <para>
    149151      if you wish to build the HTML documentation, issue:
     
    151153
    152154<screen><userinput>make docs</userinput></screen>
    153 
     155-->
    154156    <para>
    155157      This package does not come with a test suite.
     
    160162    </para>
    161163
    162 <screen role="root"><userinput>make install &amp;&amp;
    163 ldconfig</userinput></screen>
    164 
     164<screen role="root"><userinput>make install</userinput></screen>
     165<!--
    165166    <para>
    166167      If you built the HTML documentation, install it with:
     
    168169
    169170<screen role="root"><userinput>make install_docs</userinput></screen>
    170 
     171-->
    171172    <para>
    172173      Remove references to the build directory from installed library
     
    183184
    184185    <para>
    185       <command>qmake -r</command>: This will build the included copy of
    186       <application>ninja</application> and use it to configure the build.
    187       That and the subsequent <command>make</command> command will use all
    188       available CPU cores.
     186      <command>qmake</command>: This will build the included copy of
     187      <application>ninja</application> if it is not already installed
     188      and use it to configure the build.  That and the subsequent
     189      <command>make</command> command will use all available CPU cores.
    189190    </para>
    190191
     
    201202      <seglistitem>
    202203        <seg>
    203           qtwebengine_convert_dict,QtWebEngineProcess
     204          qtwebengine_convert_dict and
     205          QtWebEngineProcess
    204206        </seg>
    205207        <seg>
    206           libQt5WebEngineCore.so, libQt5WebEngine.so, libQt5WebEngineWidgets.so
     208          libQt5WebEngineCore.so,
     209          libQt5WebEngine.so, and
     210          libQt5WebEngineWidgets.so
    207211        </seg>
    208212        <seg>
    209213          $QT5PREFIX/doc/qtwebengine,
    210214          $QT5PREFIX/includeQtWebEngine,
    211           $QT5PREFIX/include/QtWebEngineCore,
     215          $QT5PREFIX/include/QtWebEngineCore, and
    212216          $QT5PREFIX/include/QtWebEngineWidgets
    213217        </seg>
Note: See TracChangeset for help on using the changeset viewer.