Author: bdubbs
Date: Mon Jun 20 21:09:39 2016
New Revision: 17515

Log:
Update to qt-5.7.0

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde/kf5/kf5-frameworks.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/lib/qt5.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jun 20 17:35:09 
2016        (r17514)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jun 20 21:09:39 
2016        (r17515)
@@ -47,6 +47,11 @@
       <para>June 20th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to qt-5.7.0. Fixes
+          <ulink url="&blfs-ticket-root;7972">#7972</ulink> and
+          <ulink url="&blfs-ticket-root;7977">#7977</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to libarchive-3.2.1. Fixes
           <ulink url="&blfs-ticket-root;7978">#7978</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml       Mon Jun 20 17:35:09 2016        
(r17514)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml       Mon Jun 20 21:09:39 2016        
(r17515)
@@ -73,7 +73,7 @@
     <xref linkend="libxslt"/>,
     <xref linkend="lmdb"/>,
     <xref linkend="qtwebkit5"/>,
-    <xref linkend="phonon"/> (built with qt5),
+    <xref linkend="phonon"/>,
     <xref linkend="shared-mime-info"/>,
     <xref linkend="perl-uri"/>, and
     <xref linkend="wget"/> (required to download the packages)

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Jun 20 17:35:09 2016        (r17514)
+++ trunk/BOOK/packages.ent     Mon Jun 20 21:09:39 2016        (r17515)
@@ -526,7 +526,7 @@
 <!ENTITY libxklavier-version          "5.4">
 <!ENTITY pango-version                "1.40.1">
 <!ENTITY pangomm-version              "2.40.0">
-<!ENTITY qt5-version                  "5.6.1">
+<!ENTITY qt5-version                  "5.7.0">
 <!ENTITY qtwebkit-version             "5.6.1">
 <!ENTITY shared-mime-info-version     "1.6">
 <!ENTITY startup-notification-version "0.12">

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Mon Jun 20 17:35:09 2016        (r17514)
+++ trunk/BOOK/x/lib/qt5.xml    Mon Jun 20 21:09:39 2016        (r17515)
@@ -9,10 +9,10 @@
 
   <!ENTITY qt5-download-http 
"&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
   <!ENTITY qt5-download-ftp  " ">
-  <!ENTITY qt5-md5sum        "d647574345c45b5ab8b41b2d46efffb9">
-  <!ENTITY qt5-size          "284 MB">
-  <!ENTITY qt5-buildsize     "6.4 GB (164 MB installed, add 0.8 GB build size 
and 102 MB installed size for qtwebengine)">
-  <!ENTITY qt5-time          "15 SBU (using parallelism=4, add 17 SBU for 
qtwebengine)">
+  <!ENTITY qt5-md5sum        "63ec6b584757eef8cd713e4958297251">
+  <!ENTITY qt5-size          "322 MB">
+  <!ENTITY qt5-buildsize     "7.5 GB (177 MB installed, add 0.9 GB build size 
and 113 MB installed size for qtwebengine)">
+  <!ENTITY qt5-time          "17 SBU (using parallelism=4, add 32 SBU for 
qtwebengine)">
 ]>
 
 <sect1 id="qt5" xreflabel="Qt-&qt5-version;">
@@ -118,9 +118,7 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="bluez"/> (runtime, used by QtConnectivity module),
-      <!-- dropped from 5.5 <xref linkend="geoclue"/>, -->
-      <!-- dropped from 5.6 <xref linkend="gtk2"/> (GTK+ Theme Support), -->
-      <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the 
included one has. # Armin, 2016-04-09: It does now -->
+      <xref linkend="harfbuzz"/>, 
       <phrase revision="systemd"><xref linkend="ibus"/></phrase>
       <xref linkend="libinput"/>, <!-- needs -libinput switch -->
       <xref linkend="mariadb"/> or <ulink 
url="http://www.mysql.com/";>MySQL</ulink>,
@@ -229,7 +227,9 @@
       Install <application>Qt5</application> by running the following commands:
     </para>
 
-<screen><userinput>./configure -prefix         $QT5PREFIX \
+<screen><userinput>export CXXFLAGS=-fno-delete-null-pointer-checks &amp;&amp;
+
+./configure -prefix         $QT5PREFIX \
             -sysconfdir     /etc/xdg   \
             -confirm-license           \
             -opensource                \
@@ -371,6 +371,11 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>export CXXFLAGS=-fno-delete-null-pointer-checks</command>: 
+      Work around a build issue when using gcc-6.1 and later.
+    </para>
+
+    <para>
       <parameter>-confirm-license</parameter>: Accept license
       without prompting user during configuration.
     </para>
@@ -503,9 +508,7 @@
 EOF</userinput></screen>
 
     </sect3>
-<!--
-   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-               href="../../xincludes/setqt.xml"/>-->
+
   </sect2>
 
   <sect2 role="content">
@@ -893,20 +896,6 @@
         </listitem>
       </varlistentry>
 
-<!--
-      <varlistentry id="qml-qt5">
-        <term><command>qml</command></term>
-        <listitem>
-          <para>
-            do something.......
-          </para>
-          <indexterm zone="qt5 qml-qt5">
-            <primary sortas="b-qml-qt5">qml</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
--->
-
       <varlistentry id="qmlscene-qt5">
         <term><command>qmlscene</command></term>
         <listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to