Author: fernando Date: Tue Nov 17 18:29:36 2015 New Revision: 16671 Log: • Update to taglib-1.10. • Update to cmake-3.4.0. • Update to wget-1.17. • Update to libinput-1.1.1. • Qt-5.5.1: add libinput-1.1.1 as optional dependency.
Modified: trunk/BOOK/general/prog/cmake.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/taglib.xml trunk/BOOK/networking/netprogs/wget.xml trunk/BOOK/packages.ent trunk/BOOK/x/installing/libinput.xml trunk/BOOK/x/lib/qt5.xml Modified: trunk/BOOK/general/prog/cmake.xml ============================================================================== --- trunk/BOOK/general/prog/cmake.xml Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/general/prog/cmake.xml Tue Nov 17 18:29:36 2015 (r16671) @@ -6,10 +6,10 @@ <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> <!ENTITY cmake-download-ftp " "> - <!ENTITY cmake-md5sum "5febbd11bcaac854a27eebaf4a124be2"> - <!ENTITY cmake-size "6.3 MB"> - <!ENTITY cmake-buildsize "316 MB"> - <!ENTITY cmake-time "4.1 SBU"> + <!ENTITY cmake-md5sum "cd3034e0a44256a0917e254167217fc8"> + <!ENTITY cmake-size "6.5 MB"> + <!ENTITY cmake-buildsize "696 MB (with tests and cmake-gui)"> + <!ENTITY cmake-time "4.6 SBU, with parallelism = 4 (with tests and cmake-gui)"> ]> <sect1 id="cmake" xreflabel="CMake-&cmake-version;"> @@ -118,12 +118,20 @@ make</userinput></screen> <para> - To test the results, issue: <command>bin/ctest - -j<replaceable><N></replaceable> -O - ../cmake-&cmake-version;-test.log</command>, where + To test the results, issue: + <command>bin/ctest -j<replaceable><N></replaceable> -O + ../cmake-&cmake-version;-test.log</command>, + where <replaceable><N></replaceable> is an integer between 1 and the - number of threads of your processor, inclusive. Current results: 99% tests - passed, 1 test failed out of 433. + number of threads of your processor, inclusive. For some systems, it may + be necessary to run the tests only for Qt4 using + <command>source setq4</command>, then + <command>export CXXFLAGS="-std=c++11"</command> (just before + <command>./bootstrap ...</command>) and remember to unset it after + finishing, with + <command>unset CXXFLAGS</command>. + The worst case we have obtained in problematic systems, without those + extra commands, was 98% of 447 tests passed. <!-- Please, don't remove this comment, needed if tests start to fail again. If you want to investigate a problem with a given "problem1-test", use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use @@ -133,7 +141,6 @@ available tests, and you can run <command>bin/ctest</command> for a sub-set of tests by using separated by spaces names or numbers as options. Option -/-help can be used to show all options.--> - </para> <para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/introduction/welcome/changelog.xml Tue Nov 17 18:29:36 2015 (r16671) @@ -47,6 +47,22 @@ <para>November 17th, 2015</para> <itemizedlist> <listitem> + <para>[fernando] - Update to libinput-1.1.1. Fixes + <ulink url="&blfs-ticket-root;7137">#7137</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to wget-1.17. Fixes + <ulink url="&blfs-ticket-root;7136">#7136</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to cmake-3.4.0. Fixes + <ulink url="&blfs-ticket-root;7135">#7135</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to taglib-1.10. Fixes + <ulink url="&blfs-ticket-root;6852">#6852</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to mlt-0.9.8. Fixes <ulink url="&blfs-ticket-root;7138">#7138</ulink>.</para> </listitem> Modified: trunk/BOOK/multimedia/libdriv/taglib.xml ============================================================================== --- trunk/BOOK/multimedia/libdriv/taglib.xml Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/multimedia/libdriv/taglib.xml Tue Nov 17 18:29:36 2015 (r16671) @@ -4,13 +4,13 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY taglib-download-http - "https://github.com/taglib/taglib/releases/download/v&taglib-version;/taglib-&taglib-version;.tar.gz"> + <!--<!ENTITY taglib-download-http "https://github.com/taglib/taglib/releases/download/v&taglib-version;/taglib-&taglib-version;.tar.gz">--> + <!ENTITY taglib-download-http "https://taglib.github.io/releases/taglib-&taglib-version;.tar.gz"> <!ENTITY taglib-download-ftp " "> - <!ENTITY taglib-md5sum "0d35df96822bbd564c5504cb3c2e4d86"> - <!ENTITY taglib-size "644 KB"> - <!ENTITY taglib-buildsize "10 MB"> - <!ENTITY taglib-time "0.4 SBU"> + <!ENTITY taglib-md5sum "5b4441a15423b046dd92a096e09ea22c"> + <!ENTITY taglib-size "1.2 MB"> + <!ENTITY taglib-buildsize "12 MB"> + <!ENTITY taglib-time "0.3 SBU"> ]> <sect1 id="taglib" xreflabel="taglib-&taglib-version;"> Modified: trunk/BOOK/networking/netprogs/wget.xml ============================================================================== --- trunk/BOOK/networking/netprogs/wget.xml Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/networking/netprogs/wget.xml Tue Nov 17 18:29:36 2015 (r16671) @@ -8,10 +8,10 @@ "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz"> <!ENTITY wget-download-ftp "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz"> - <!ENTITY wget-md5sum "d2e4455781a70140ae83b54ca594ce21"> - <!ENTITY wget-size "1.7 MB"> - <!ENTITY wget-buildsize "23 MB (additional 3 MB for the tests)"> - <!ENTITY wget-time "0.2 SBU (additional 0.2 SBU for the tests)"> + <!ENTITY wget-md5sum "b8cff5a2f88f5ce60a2b0e361e030b46"> + <!ENTITY wget-size "1.9 MB"> + <!ENTITY wget-buildsize "28 MB (with tests)"> + <!ENTITY wget-time "0.5 SBU (with tests)"> ]> <sect1 id="wget" xreflabel="Wget-&wget-version;"> @@ -84,10 +84,9 @@ <xref linkend="libidn"/>, <xref linkend="openssl"/>, <xref linkend="pcre"/>; - <xref linkend="perl-lwp"/> with + <xref linkend="valgrind"/> (optional for the test suite) <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink> - (required for the test suite); - <xref linkend="valgrind"/> (optional for the test suite), and + (required for the test suite), and <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink> </para> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/packages.ent Tue Nov 17 18:29:36 2015 (r16671) @@ -252,8 +252,8 @@ <!ENTITY bazaar-version "2.5.1"> <!ENTITY check-version "0.10.0"> <!ENTITY clisp-version "2.49"> -<!ENTITY cmake-major-version "3.3"> -<!ENTITY cmake-minor-version "2"> +<!ENTITY cmake-major-version "3.4"> +<!ENTITY cmake-minor-version "0"> <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> <!--<!ENTITY cvs-version "1.11.23">--> <!ENTITY dejagnu-version "1.5.3"> @@ -363,7 +363,7 @@ <!ENTITY rpcbind-version "0.2.3"> <!ENTITY rsync-version "3.1.1"> <!ENTITY samba-version "4.3.1"> -<!ENTITY wget-version "1.16.3"> +<!ENTITY wget-version "1.17"> <!ENTITY wireless-tools-version "29"> <!ENTITY wpa_supplicant-version "2.5"> @@ -722,7 +722,7 @@ <!ENTITY soundtouch-version "1.9.2"> <!ENTITY speex-version "1.2rc2"> <!ENTITY speexdsp-version "1.2rc3"> -<!ENTITY taglib-version "1.9.1"> +<!ENTITY taglib-version "1.10"> <!ENTITY v4l-utils-version "1.8.1"> <!ENTITY x264-version "20150908-2245"> <!ENTITY x265-version "1.8"> Modified: trunk/BOOK/x/installing/libinput.xml ============================================================================== --- trunk/BOOK/x/installing/libinput.xml Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/x/installing/libinput.xml Tue Nov 17 18:29:36 2015 (r16671) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY libinput-version "1.1.0"> + <!ENTITY libinput-version "1.1.1"> <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> <!ENTITY libinput-download-ftp " "> - <!ENTITY libinput-md5sum "3610c80555f4cb13fe61d4c04511e060"> - <!ENTITY libinput-size "784 KB"> + <!ENTITY libinput-md5sum "4a3fc842ac0b7bf0fa306ea7badc31a0"> + <!ENTITY libinput-size "776 KB"> <!ENTITY libinput-buildsize "30 MB"> <!ENTITY libinput-time "0.2 SBU"> ]> @@ -34,8 +34,8 @@ <para> <application>libinput</application> is a library that handles input devices for display servers and other applications that - need to directly deal with input devices. It is currently only - needed for <xref linkend="plasma5-build"/>. + need to directly deal with input devices.<!-- It is currently only + needed for <xref linkend="plasma5-build"/>.--> </para> &lfs78_checked; Modified: trunk/BOOK/x/lib/qt5.xml ============================================================================== --- trunk/BOOK/x/lib/qt5.xml Tue Nov 17 17:44:18 2015 (r16670) +++ trunk/BOOK/x/lib/qt5.xml Tue Nov 17 18:29:36 2015 (r16671) @@ -117,6 +117,7 @@ <xref linkend="geoclue"/>, <xref linkend="gtk2"/> (GTK+ Theme Support), <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. --> + <xref linkend="libinput"/>, <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>, <xref linkend="postgresql"/>, <xref linkend="pulseaudio"/>, -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
