Changeset 6b241ec
- Timestamp:
- 11/18/2015 02:29:36 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7ed0e9d
- Parents:
- f18cc7d
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/cmake.xml
rf18cc7d r6b241ec 7 7 <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 5febbd11bcaac854a27eebaf4a124be2">10 <!ENTITY cmake-size "6. 3MB">11 <!ENTITY cmake-buildsize " 316 MB">12 <!ENTITY cmake-time "4. 1 SBU">9 <!ENTITY cmake-md5sum "cd3034e0a44256a0917e254167217fc8"> 10 <!ENTITY cmake-size "6.5 MB"> 11 <!ENTITY cmake-buildsize "696 MB (with tests and cmake-gui)"> 12 <!ENTITY cmake-time "4.6 SBU, with parallelism = 4 (with tests and cmake-gui)"> 13 13 ]> 14 14 … … 119 119 120 120 <para> 121 To test the results, issue: <command>bin/ctest 122 -j<replaceable><N></replaceable> -O 123 ../cmake-&cmake-version;-test.log</command>, where 121 To test the results, issue: 122 <command>bin/ctest -j<replaceable><N></replaceable> -O 123 ../cmake-&cmake-version;-test.log</command>, 124 where 124 125 <replaceable><N></replaceable> is an integer between 1 and the 125 number of threads of your processor, inclusive. Current results: 99% tests 126 passed, 1 test failed out of 433. 126 number of threads of your processor, inclusive. For some systems, it may 127 be necessary to run the tests only for Qt4 using 128 <command>source setq4</command>, then 129 <command>export CXXFLAGS="-std=c++11"</command> (just before 130 <command>./bootstrap ...</command>) and remember to unset it after 131 finishing, with 132 <command>unset CXXFLAGS</command>. 133 The worst case we have obtained in problematic systems, without those 134 extra commands, was 98% of 447 tests passed. 127 135 <!-- Please, don't remove this comment, needed if tests start to fail 128 136 again. If you want to investigate a problem with a given "problem1-test", … … 134 142 sub-set of tests by using separated by spaces names or numbers as 135 143 options. Option -/-help can be used to show all options.--> 136 137 144 </para> 138 145 -
introduction/welcome/changelog.xml
rf18cc7d r6b241ec 47 47 <para>November 17th, 2015</para> 48 48 <itemizedlist> 49 <listitem> 50 <para>[fernando] - Update to libinput-1.1.1. Fixes 51 <ulink url="&blfs-ticket-root;7137">#7137</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[fernando] - Update to wget-1.17. Fixes 55 <ulink url="&blfs-ticket-root;7136">#7136</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[fernando] - Update to cmake-3.4.0. Fixes 59 <ulink url="&blfs-ticket-root;7135">#7135</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[fernando] - Update to taglib-1.10. Fixes 63 <ulink url="&blfs-ticket-root;6852">#6852</ulink>.</para> 64 </listitem> 49 65 <listitem> 50 66 <para>[bdubbs] - Update to mlt-0.9.8. Fixes -
multimedia/libdriv/taglib.xml
rf18cc7d r6b241ec 5 5 %general-entities; 6 6 7 <! ENTITY taglib-download-http8 "https://github.com/taglib/taglib/releases/download/v&taglib-version;/taglib-&taglib-version;.tar.gz">7 <!--<!ENTITY taglib-download-http "https://github.com/taglib/taglib/releases/download/v&taglib-version;/taglib-&taglib-version;.tar.gz">--> 8 <!ENTITY taglib-download-http "https://taglib.github.io/releases/taglib-&taglib-version;.tar.gz"> 9 9 <!ENTITY taglib-download-ftp " "> 10 <!ENTITY taglib-md5sum " 0d35df96822bbd564c5504cb3c2e4d86">11 <!ENTITY taglib-size " 644 KB">12 <!ENTITY taglib-buildsize "1 0MB">13 <!ENTITY taglib-time "0. 4SBU">10 <!ENTITY taglib-md5sum "5b4441a15423b046dd92a096e09ea22c"> 11 <!ENTITY taglib-size "1.2 MB"> 12 <!ENTITY taglib-buildsize "12 MB"> 13 <!ENTITY taglib-time "0.3 SBU"> 14 14 ]> 15 15 -
networking/netprogs/wget.xml
rf18cc7d r6b241ec 9 9 <!ENTITY wget-download-ftp 10 10 "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz"> 11 <!ENTITY wget-md5sum " d2e4455781a70140ae83b54ca594ce21">12 <!ENTITY wget-size "1. 7MB">13 <!ENTITY wget-buildsize "2 3 MB (additional 3 MB for thetests)">14 <!ENTITY wget-time "0. 2 SBU (additional 0.2 SBU for thetests)">11 <!ENTITY wget-md5sum "b8cff5a2f88f5ce60a2b0e361e030b46"> 12 <!ENTITY wget-size "1.9 MB"> 13 <!ENTITY wget-buildsize "28 MB (with tests)"> 14 <!ENTITY wget-time "0.5 SBU (with tests)"> 15 15 ]> 16 16 … … 85 85 <xref linkend="openssl"/>, 86 86 <xref linkend="pcre"/>; 87 <xref linkend=" perl-lwp"/> with87 <xref linkend="valgrind"/> (optional for the test suite) 88 88 <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink> 89 (required for the test suite); 90 <xref linkend="valgrind"/> (optional for the test suite), and 89 (required for the test suite), and 91 90 <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink> 92 91 </para> -
packages.ent
rf18cc7d r6b241ec 253 253 <!ENTITY check-version "0.10.0"> 254 254 <!ENTITY clisp-version "2.49"> 255 <!ENTITY cmake-major-version "3. 3">256 <!ENTITY cmake-minor-version " 2">255 <!ENTITY cmake-major-version "3.4"> 256 <!ENTITY cmake-minor-version "0"> 257 257 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 258 258 <!--<!ENTITY cvs-version "1.11.23">--> … … 364 364 <!ENTITY rsync-version "3.1.1"> 365 365 <!ENTITY samba-version "4.3.1"> 366 <!ENTITY wget-version "1.1 6.3">366 <!ENTITY wget-version "1.17"> 367 367 <!ENTITY wireless-tools-version "29"> 368 368 <!ENTITY wpa_supplicant-version "2.5"> … … 723 723 <!ENTITY speex-version "1.2rc2"> 724 724 <!ENTITY speexdsp-version "1.2rc3"> 725 <!ENTITY taglib-version "1. 9.1">725 <!ENTITY taglib-version "1.10"> 726 726 <!ENTITY v4l-utils-version "1.8.1"> 727 727 <!ENTITY x264-version "20150908-2245"> -
x/installing/libinput.xml
rf18cc7d r6b241ec 5 5 %general-entities; 6 6 7 <!ENTITY libinput-version "1.1. 0">7 <!ENTITY libinput-version "1.1.1"> 8 8 9 9 <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> 10 10 <!ENTITY libinput-download-ftp " "> 11 <!ENTITY libinput-md5sum " 3610c80555f4cb13fe61d4c04511e060">12 <!ENTITY libinput-size "7 84KB">11 <!ENTITY libinput-md5sum "4a3fc842ac0b7bf0fa306ea7badc31a0"> 12 <!ENTITY libinput-size "776 KB"> 13 13 <!ENTITY libinput-buildsize "30 MB"> 14 14 <!ENTITY libinput-time "0.2 SBU"> … … 35 35 <application>libinput</application> is a library that handles 36 36 input devices for display servers and other applications that 37 need to directly deal with input devices. It is currently only38 needed for <xref linkend="plasma5-build"/>. 37 need to directly deal with input devices.<!-- It is currently only 38 needed for <xref linkend="plasma5-build"/>.--> 39 39 </para> 40 40 -
x/lib/qt5.xml
rf18cc7d r6b241ec 118 118 <xref linkend="gtk2"/> (GTK+ Theme Support), 119 119 <xref linkend="harfbuzz"/>, <!-- Doesn't have all the features that the included one has. --> 120 <xref linkend="libinput"/>, 120 121 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>, 121 122 <xref linkend="postgresql"/>,
Note:
See TracChangeset
for help on using the changeset viewer.