Changeset 21552cf for x/lib/qt5.xml


Ignore:
Timestamp:
05/27/2020 05:08:18 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 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:
f4327ad9
Parents:
ae44cab
Message:

Update to Qt and QtWebEngine 5.15.0
Adapt Falkon to build with Qt5-5.15.0
OpenSSH tests: Remove some text that was invalid, which I entered in my last build

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    rae44cab r21552cf  
    55  %general-entities;
    66
    7   <!ENTITY qt5-major "5.14">
     7  <!ENTITY qt5-major "5.15">
    88  <!ENTITY qt5-url   "https://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
    99
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "b3d2b6d00e6ca8a8ede6d1c9bdc74daf">
    13   <!ENTITY qt5-size          "524 MB">
    14   <!ENTITY qt5-buildsize     "15 GB (264 MB installed)">
    15   <!ENTITY qt5-time          "51 SBU (using parallelism=4)">
     12  <!ENTITY qt5-md5sum        "610a228dba6ef469d14d145b71ab3b88">
     13  <!ENTITY qt5-size          "565 MB">
     14  <!ENTITY qt5-buildsize     "14 GB (266 MB installed)">
     15  <!ENTITY qt5-time          "27 SBU (using parallelism=4)">
    1616]>
    1717
     
    7979    </itemizedlist>
    8080
     81<!-- Applied upstream in 5.15.0
    8182   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8283    <itemizedlist spacing='compact'>
     
    8889      </listitem>
    8990    </itemizedlist>
     91 -->
    9092
    9193    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
     
    113115      <xref linkend="libxkbcommon"/>,
    114116      <xref linkend="mesa"/>,
     117      <xref linkend="mitkrb"/>,
    115118      <xref linkend="mtdev"/>,
    116119      <xref linkend="pcre2"/>,
     
    139142      <xref linkend="sdl2"/>,
    140143      <xref linkend="unixodbc"/>,
    141       <ulink url="http://www.firebirdsql.org/">Firebird</ulink>, and
    142       <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>
    143     </para>
    144 
     144      <ulink url="https://www.assimp.org/">assimp</ulink>,
     145      <ulink url="http://www.festvox.org/flite/">Flite</ulink>,
     146      <ulink url="http://www.firebirdsql.org/">Firebird</ulink>,
     147      <ulink url="http://www.freetds.org/">FreeTDS</ulink>,
     148      <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>,
     149      <ulink url="https://openal.org/">OpenAL</ulink>,
     150      <ulink url="https://freebsoft.org/speechd/">speech-dispatcher</ulink>,
     151      <ulink url="http:///www.tslib.org/">tslib</ulink>, and
     152      <ulink url="https://vulkan.lunarg.org/sdk/home/">Vulkan</ulink>
     153    </para>
     154
     155    <!-- Many of the dependencies in the qmake/configure output do not apply
     156         to Linux-based platforms. I've selected the ones that do and put
     157         them in as optional dependencies. -renodr -->
    145158    <para condition="html" role="usernotes">
    146159       User Notes: <ulink url="&blfs-wiki;/qt5"/>
     
    245258            -examplesdir    /usr/share/doc/qt5/examples</userinput></screen>
    246259    </note>
    247 
     260<!-- Applied upstream in 5.15.0
    248261    <para>
    249262      First fix an issues using gcc-10:
     
    251264
    252265<screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt5-version;-gcc10-1.patch</userinput></screen>
     266-->
    253267
    254268    <para>
     
    539553          qdbusviewer, qdbusxml2cpp, qdistancefieldgenerator, qdoc, qgltf,
    540554          qhelpgenerator, qlalr, qmake, qml, qmlcachegen,
    541           qmleasing, qmlimportscanner, qmllint, qmlmin, qmlplugindump,
     555          qmleasing, qmlformat, qmlimportscanner, qmllint, qmlmin, qmlplugindump,
    542556          qmlpreview, qmlprofiler, qmlscene, qmltestrunner, qscxmlc,
    543557          qtattributionscanner, qtdiag, qtpaths, qtplugininfo,
     
    967981      </varlistentry>
    968982
     983      <varlistentry id="qmlformat-qt5">
     984        <term><command>qmlformat</command></term>
     985        <listitem>
     986          <para>
     987            formats QML files according to the QML coding conventions.
     988          </para>
     989          <indexterm zone="qt5 qmlformat-qt5">
     990            <primary sortas="b-qmlformat-qt5">qmlformat</primary>
     991          </indexterm>
     992        </listitem>
     993      </varlistentry>
     994
    969995      <varlistentry id="qmlimportscanner-qt5">
    970996        <term><command>qmlimportscanner</command></term>
Note: See TracChangeset for help on using the changeset viewer.