Changeset 98c79da for x


Ignore:
Timestamp:
06/03/2015 07:38:22 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
59e61f7
Parents:
6e0a8a7
Message:

Update to qt-5.4.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r6e0a8a7 r98c79da  
    1212  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1313  <!ENTITY qt5-download-ftp  " ">
    14   <!ENTITY qt5-md5sum        "7afb5f9235d8d42b5b6e832442a32a5d">
    15   <!ENTITY qt5-size          "278 MB">
    16   <!ENTITY qt5-buildsize     "6.6 GB (172 MB installed)">
    17   <!ENTITY qt5-time          "69 SBU">
     14  <!ENTITY qt5-md5sum        "c23bd0f14d66e7901d24906a1edce9b0">
     15  <!ENTITY qt5-size          "269 MB">
     16  <!ENTITY qt5-buildsize     "6.9 GB (172 MB installed)">
     17  <!ENTITY qt5-time          "24 SBU, using parallelism=4">
    1818]>
    1919
     
    120120      <xref linkend="gtk2"/> (GTK+ Theme Support),
    121121      <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. -->
    122       <ulink url="https://code.google.com/p/ibus/">IBus</ulink>,
    123       <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
    124122      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    125123      <xref linkend="postgresql"/>,
    126       <xref linkend="pulseaudio"/>, and
    127       <xref linkend="unixodbc"/>
     124      <xref linkend="pulseaudio"/>,
     125      <xref linkend="unixodbc"/>,
     126      <ulink url="https://code.google.com/p/ibus/">IBus</ulink>, and
     127      <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>
    128128    </para>
    129129
     
    157157      </para>
    158158    </warning>
    159 
    160     <para>
    161      If you wish to build the Qt Web Kit against glib-2.43 or newer, removing
    162      the <command>configure</command> switch line <quote>-skip qtwebengine
    163      ...</quote> below, both Methods need a fix:
    164     </para>
    165 
    166 <screen role="root"><userinput>sed -i 's/GMutexLocker locker/WebCore::&amp;/' \
    167        qtwebkit/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp</userinput></screen>
    168159
    169160<!-- ==== Method 1 ====== -->
     
    206197            -skip qtwebengine  \
    207198            -nomake examples   \
     199            -nomake tests      \
    208200            -optimized-qmake   &amp;&amp;
    209201make</userinput></screen>
     
    261253            -no-nis              \
    262254            -nomake examples     \
     255            -nomake tests        \
    263256            -skip qtwebengine    \
    264257            -optimized-qmake     &amp;&amp;
     
    400393      <parameter>-nomake examples</parameter>: This switch
    401394      disables building of the example programs included
     395      in the source tarball. Remove it if you want to build
     396      them.
     397    </para>
     398
     399    <para>
     400      <parameter>-nomake tests</parameter>: This switch
     401      disables building of the test programs included
    402402      in the source tarball. Remove it if you want to build
    403403      them.
     
    547547          libQt5PlatformSupport.a, libQt5Positioning.so, libQt5PrintSupport.so,
    548548          libQt5QmlDevTools.a, libQt5Qml.so, libQt5QuickParticles.so,
    549           libQt5QuickWidgets.so, libQt5Quick.so, libQt5QuickTest.so,
     549          libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
    550550          libQt5Script.so, libQt5ScriptTools.so, libQt5Sensors.so,
    551551          libQt5SerialPort.so, libQt5Sql.so, libQt5Svg.so, libQt5Test.so,
    552           libQt5UiTools.a, libQt5WebChannel.so, libQt5WebKit.so,
     552          libQt5UiTools.a, libQt5WebChannel.so, libQt5WebEngineCore.so,
     553          libQt5WebEngine.so, libQt5WebEngineWidgets.so, libQt5WebKit.so,
    553554          libQt5WebKitWidgets.so, libQt5WebSockets.so, libQt5Widgets.so,
    554           libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and
    555           several plugins under /opt/qt5/{imports,plugins,qml}
     555          libQt5X11Extras.so, libQt5XmlPatterns.so, libQt5Xml.so, and several
     556          plugins under /opt/qt5/{imports,plugins,qml}
    556557        </seg>
    557558        <seg>
Note: See TracChangeset for help on using the changeset viewer.