Changeset 55a55f1 for x/lib/qt5.xml


Ignore:
Timestamp:
12/30/2018 03:21:39 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
7626db56
Parents:
81a2d06d
Message:

Qt-5.12.0 and corresponding QtWebEngine. Thanks to Waleed Hamra for clarifying the linkage problem to me. Unfortunately, the new version of gn in webengine uses Python2 to create one of the headers.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r81a2d06d r55a55f1  
    55  %general-entities;
    66
    7   <!ENTITY qt5-major "5.11">
     7  <!ENTITY qt5-major "5.12">
    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        "02b353bfe7a40a8dc4274e1d17226d2b">
    13   <!ENTITY qt5-size          "468 MB">
    14   <!ENTITY qt5-buildsize     "11 GB (234 MB installed)">
    15   <!ENTITY qt5-time          "48 SBU (using parallelism=4)">
     12  <!ENTITY qt5-md5sum        "af569de3eb42da4457b0897e5759dc91">
     13  <!ENTITY qt5-size          "487 MB">
     14  <!ENTITY qt5-buildsize     "12 GB (260 MB installed)">
     15  <!ENTITY qt5-time          "31 SBU (using parallelism=4)">
    1616]>
    1717
     
    124124    <bridgehead renderas="sect4">Optional</bridgehead>
    125125    <para role="optional">
    126       <xref role="runtime" linkend="bluez"/> (runtime, used by QtConnectivity
    127       module),
     126      <xref role="runtime" linkend="bluez"/> (for sdpscanner, and at runtime for
     127      QtConnectivity module),
    128128      <xref linkend="ibus"/>,
    129129      <xref linkend="libinput"/>, <!-- needs -libinput switch -->
     
    422422    <para>
    423423      <parameter>-system-harfbuzz</parameter>: This switch enables use
    424       of the system version of <application>Harfbuzz</application>
    425       which fixes some font rendering issues in
    426       <application>Qt5</application> applications but doesn't have all the
    427       features that the included one has.
     424      of the system version of <application>Harfbuzz</application>.
    428425    </para>
    429426
     
    524521          assistant, canbusutil, designer, fixqt4headers.pl, lconvert, linguist,
    525522          lrelease, lupdate, moc, pixeltool, qdbuscpp2xml, qdbus, qdbusviewer,
    526           qdbusxml2cpp, qdoc, ggltf, qhelpgenerator, qlalr, qmake, gmlcachegen,
     523          qdbusxml2cpp, qdoc, qdistancefieldgenerator, qgltf, qhelpgenerator,
     524          qlalr, qmake, gmlcachegen,
    527525          qmleasing, qmlimportscanner, qmllint, qmlmin, qmlplugindump,
    528           qmlprofiler, qml, qmlscene, qmltestrunner, qtdiag, qtpaths,
    529           qtplugininfo, qtwaylandscanner,qvkgen, rcc, syncqt.pl, uic,
     526          qmlpreview, qmlprofiler, qml, qmlscene, qmltestrunner, qtdiag, qtpaths,
     527          qtplugininfo, qtwaylandscanner,qvkgen, rcc, sdpscanner, syncqt.pl, uic,
    530528          xmlpatterns, and xmlpatternsvalidator
    531529        </seg>
     
    558556          libQt5SerialPort.so, libQt5ServiceSupport.a, libQt5Sql.so,
    559557          libQt5Svg.so, libQt5Test.so, libQt5TextToSpeech.so,
    560           libQt5ThemeSupport.a, libQt5UiTools.a, libQt5WaylandClient.so,
    561           libQt5WaylandCompositor.so, libQt5WebChannel.so,
     558          libQt5ThemeSupport.a, libQt5UiTools.a, libQt5VirtualKeyboard.so,
     559          libQt5WaylandClient.so, libQt5WaylandCompositor.so, libQt5WebChannel.so,
    562560          libQt5WebSockets.so, libQt5WebView.so, libQt5Widgets.so,
    563561          libQt5X11Extras.so, libQt5XmlPatterns.so libQt5XcbOpa.so,
     
    778776      </varlistentry>
    779777
     778      <varlistentry id="qdistancefieldgenerator-qt5">
     779        <term><command>qdistancefieldgenerator</command></term>
     780        <listitem>
     781          <para>
     782            allows a font cache to be pregenerated for Text.QtRendering to speed
     783            up an application's startup if the user interface has a lot of text,
     784            or multiple fonts, or a large amount of distinct characters, e.g. in
     785            CJK writing systems.
     786          </para>
     787          <indexterm zone="qt5 qdistancefieldgenerator-qt5">
     788            <primary sortas="b-qdistancefieldgenerator-qt5">qdistancefieldgenerator</primary>
     789          </indexterm>
     790        </listitem>
     791      </varlistentry>
     792
    780793     <varlistentry id="qgltf">
    781794        <term><command>qgltf</command></term>
     
    903916      </varlistentry>
    904917
     918      <varlistentry id="qmlpreview-qt5">
     919        <term><command>qmlpreview</command></term>
     920        <listitem>
     921          <para>
     922            is a tool used to analyze QML applications.
     923          </para>
     924          <indexterm zone="qt5 qmlpreview-qt5">
     925            <primary sortas="b-qmlpreviewr-qt5">qmlpreview</primary>
     926          </indexterm>
     927        </listitem>
     928      </varlistentry>
     929
    905930      <varlistentry id="qmlprofiler-qt5">
    906931        <term><command>qmlprofiler</command></term>
    907932        <listitem>
    908933          <para>
    909             is a tool used to analyze QML applications.
     934            is a tool which watches QML and JavaScript files on disk and
     935            updates the application live with any changes.
    910936          </para>
    911937          <indexterm zone="qt5 qmlprofiler-qt5">
     
    10021028      </varlistentry>
    10031029
     1030     <varlistentry id="sdpscanner-qt5">
     1031        <term><command>sdpscanner</command></term>
     1032        <listitem>
     1033          <para>
     1034            performs a Session Description Protocol scan on a remote device,
     1035            using the SDP server represented by the local Bluetooth device.
     1036          </para>
     1037          <indexterm zone="qt5 sdpscanner-qt5">
     1038            <primary sortas="b-sdpscanner-qt5">sdpscanner</primary>
     1039          </indexterm>
     1040        </listitem>
     1041      </varlistentry>
     1042
    10041043     <varlistentry id="syncqt.pl-qt5">
    10051044        <term><command>syncqt.pl</command></term>
Note: See TracChangeset for help on using the changeset viewer.