Changeset c1b95d9


Ignore:
Timestamp:
06/21/2016 04:09:39 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
6fbcfdf
Parents:
417bd0d
Message:

Update to qt-5.7.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r417bd0d rc1b95d9  
    4747      <para>June 20th, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to qt-5.7.0. Fixes
     51          <ulink url="&blfs-ticket-root;7972">#7972</ulink> and
     52          <ulink url="&blfs-ticket-root;7977">#7977</ulink>.</para>
     53        </listitem>
    4954        <listitem>
    5055          <para>[igor] - Update to libarchive-3.2.1. Fixes
  • kde/kf5/kf5-frameworks.xml

    r417bd0d rc1b95d9  
    7474    <xref linkend="lmdb"/>,
    7575    <xref linkend="qtwebkit5"/>,
    76     <xref linkend="phonon"/> (built with qt5),
     76    <xref linkend="phonon"/>,
    7777    <xref linkend="shared-mime-info"/>,
    7878    <xref linkend="perl-uri"/>, and
  • packages.ent

    r417bd0d rc1b95d9  
    527527<!ENTITY pango-version                "1.40.1">
    528528<!ENTITY pangomm-version              "2.40.0">
    529 <!ENTITY qt5-version                  "5.6.1">
     529<!ENTITY qt5-version                  "5.7.0">
    530530<!ENTITY qtwebkit-version             "5.6.1">
    531531<!ENTITY shared-mime-info-version     "1.6">
  • x/lib/qt5.xml

    r417bd0d rc1b95d9  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "d647574345c45b5ab8b41b2d46efffb9">
    13   <!ENTITY qt5-size          "284 MB">
    14   <!ENTITY qt5-buildsize     "6.4 GB (164 MB installed, add 0.8 GB build size and 102 MB installed size for qtwebengine)">
    15   <!ENTITY qt5-time          "15 SBU (using parallelism=4, add 17 SBU for qtwebengine)">
     12  <!ENTITY qt5-md5sum        "63ec6b584757eef8cd713e4958297251">
     13  <!ENTITY qt5-size          "322 MB">
     14  <!ENTITY qt5-buildsize     "7.5 GB (177 MB installed, add 0.9 GB build size and 113 MB installed size for qtwebengine)">
     15  <!ENTITY qt5-time          "17 SBU (using parallelism=4, add 32 SBU for qtwebengine)">
    1616]>
    1717
     
    119119    <para role="optional">
    120120      <xref linkend="bluez"/> (runtime, used by QtConnectivity module),
    121       <!-- dropped from 5.5 <xref linkend="geoclue"/>, -->
    122       <!-- dropped from 5.6 <xref linkend="gtk2"/> (GTK+ Theme Support), -->
    123       <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. # Armin, 2016-04-09: It does now -->
     121      <xref linkend="harfbuzz"/>,
    124122      <phrase revision="systemd"><xref linkend="ibus"/></phrase>
    125123      <xref linkend="libinput"/>, <!-- needs -libinput switch -->
     
    230228    </para>
    231229
    232 <screen><userinput>./configure -prefix         $QT5PREFIX \
     230<screen><userinput>export CXXFLAGS=-fno-delete-null-pointer-checks &amp;&amp;
     231
     232./configure -prefix         $QT5PREFIX \
    233233            -sysconfdir     /etc/xdg   \
    234234            -confirm-license           \
     
    372372
    373373    <para>
     374      <command>export CXXFLAGS=-fno-delete-null-pointer-checks</command>:
     375      Work around a build issue when using gcc-6.1 and later.
     376    </para>
     377
     378    <para>
    374379      <parameter>-confirm-license</parameter>: Accept license
    375380      without prompting user during configuration.
     
    504509
    505510    </sect3>
    506 <!--
    507    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    508                href="../../xincludes/setqt.xml"/>-->
     511
    509512  </sect2>
    510513
     
    894897      </varlistentry>
    895898
    896 <!--
    897       <varlistentry id="qml-qt5">
    898         <term><command>qml</command></term>
    899         <listitem>
    900           <para>
    901             do something.......
    902           </para>
    903           <indexterm zone="qt5 qml-qt5">
    904             <primary sortas="b-qml-qt5">qml</primary>
    905           </indexterm>
    906         </listitem>
    907       </varlistentry>
    908 -->
    909 
    910899      <varlistentry id="qmlscene-qt5">
    911900        <term><command>qmlscene</command></term>
Note: See TracChangeset for help on using the changeset viewer.