Changeset 08f2ed34
- Timestamp:
- 12/17/2017 07:01:39 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- 57e07f4
- Parents:
- b13548d
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb13548d r08f2ed34 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 6"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> -
introduction/welcome/changelog.xml
rb13548d r08f2ed34 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 17th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Update to Qt-5.10.0 and QtWebEngine-5.10.0. Fixes 49 <ulink url="&blfs-ticket-root;10139">#10139</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>December 16th, 2017</para> -
packages.ent
rb13548d r08f2ed34 577 577 <!ENTITY pango-version "1.40.14"> 578 578 <!ENTITY pangomm-version "2.40.1"> 579 <!ENTITY qt5-version "5. 9.3">580 <!ENTITY qtwebengine-version "5. 9.3">579 <!ENTITY qt5-version "5.10.0"> 580 <!ENTITY qtwebengine-version "5.10.0"> 581 581 <!ENTITY qtwebkit-version "5.9.0"> 582 582 <!ENTITY qscintilla-version "2.10.2"> -
x/lib/qt5.xml
rb13548d r08f2ed34 5 5 %general-entities; 6 6 7 <!ENTITY qt5-major "5. 9">7 <!ENTITY qt5-major "5.10"> 8 8 <!ENTITY qt5-url "https://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single"> 9 9 10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere- opensource-src-&qt5-version;.tar.xz">10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz"> 11 11 <!ENTITY qt5-download-ftp " "> 12 <!ENTITY qt5-md5sum " eae2435509493a2084405714e0a9bdf9">13 <!ENTITY qt5-size "28 8MB">14 <!ENTITY qt5-buildsize " 8.7 GB (215 MB installed)">15 <!ENTITY qt5-time "2 5SBU (using parallelism=4)">12 <!ENTITY qt5-md5sum "c5e275ab0ed7ee61d0f4b82cd471770d"> 13 <!ENTITY qt5-size "289 MB"> 14 <!ENTITY qt5-buildsize "9.6 GB (225 MB installed)"> 15 <!ENTITY qt5-time "29.8 SBU (using parallelism=4)"> 16 16 ]> 17 17 … … 83 83 <bridgehead renderas="sect4">Required</bridgehead> 84 84 <para role="required"> 85 <xref linkend="python2"/> and86 85 <xref linkend="xorg7-lib"/> 87 86 </para> … … 104 103 <xref linkend="mesa"/>, 105 104 <xref linkend="mtdev"/>, 106 <xref linkend="openssl10"/>,107 105 <xref linkend="pcre2"/>, 108 106 <xref linkend="sqlite"/>, … … 241 239 </para> 242 240 243 <screen><userinput>echo "INCLUDEPATH += /usr/include/openssl-1.0" >> \ 244 qtbase/src/network/network.pro && 245 export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' && 246 247 ./configure -prefix $QT5PREFIX \ 241 <screen><userinput>./configure -prefix $QT5PREFIX \ 248 242 -sysconfdir /etc/xdg \ 249 243 -confirm-license \ -
x/lib/qtwebengine.xml
rb13548d r08f2ed34 5 5 %general-entities; 6 6 7 <!ENTITY qtwebengine-major "5. 9">7 <!ENTITY qtwebengine-major "5.10"> 8 8 <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-opensource-src-&qtwebengine-version;.tar.xz"> 9 9 <!ENTITY qtwebengine-download-ftp " "> 10 <!ENTITY qtwebengine-md5sum " 3d9a205f94117d1fcd61544b02d32d99">10 <!ENTITY qtwebengine-md5sum "0ea0b32e97911cf80d32b31cf10a6d8b"> 11 11 <!ENTITY qtwebengine-size "208 MB"> 12 <!ENTITY qtwebengine-buildsize "3. 2 GB (141MB installed)">13 <!ENTITY qtwebengine-time " 60SBU (using 4 cores)">12 <!ENTITY qtwebengine-buildsize "3.3 GB (144 MB installed)"> 13 <!ENTITY qtwebengine-time "95 SBU (using 4 cores)"> 14 14 15 15 <!-- Both qmake and ninja will use all available cores, in fact ninja runs n+2
Note:
See TracChangeset
for help on using the changeset viewer.