Commit Graph

109 Commits

Author SHA1 Message Date
Bruce Dubbs
dc1a45e9de Lots of tags 2023-02-17 22:35:46 -06:00
Ken Moffat
6a0b1f8675 Update to qtwebengine-5.15.12. 2023-01-07 20:24:44 +00:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Pierre Labastie
53775068ff Fix qtwebengine and thunderbird for python-3.11 2022-11-10 13:15:47 +01:00
Douglas R. Reno
ea11b87ae1 Update to qtwebengine-5.15.11. 2022-09-19 16:34:29 -05:00
Xi Ruoyao
87fc1855fd
x: URL updates 2022-09-08 16:28:54 +08:00
Douglas R. Reno
fa4d97aca5 Tags 2022-08-24 18:15:34 -05:00
Douglas R. Reno
aebb527112 ffmpeg5 update: Fix building QtWebEngine with ffmpeg-5. 2022-07-12 00:58:32 -05:00
Ken Moffat
70e458ba83 Update to qtwebengine-5.15.10 using python3.
For the avoidance of doubt, the patch md5sum is
5436b52ab02f93340702b413930bf0ed
2022-06-24 17:36:36 +01:00
Pierre Labastie
3241bb9991 Fixes for gcc-12
for qtwebengine and xf86-video-vmware. For qtwebengine, I am
not sure it is not upstream, but what I have added works:
the problem is with the definition of functions std::begin and
std::end. They are defined in several headers (among which
<vector>), and in a different way in some other headers. Looks
like the former headers were included with gcc-11 and below,
while they are not anymore with gcc-12 (there is no standard
on what is included by what in C++ headers). The problem with
qtwebengine (or rather the third party skia module) is that
they also have towers of headers including each other, so that
it is hard to find where the missing C++ header has been included,
if it has been.
2022-05-15 08:15:38 +02:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
William Harrington
13fa8f568f Add word 'from' between build and working. 2022-04-11 19:14:17 -05:00
William Harrington
b83a5ccdfc Remove redundant word 'apply'. 2022-04-11 19:03:51 -05:00
William Harrington
366573eca9 Use versioned entity for qtwebengine patch and not hard code the version. 2022-04-11 19:01:59 -05:00
Ken Moffat
47d5b8be54 Update to qtwebengine-5.15.9. 2022-04-11 03:18:35 +01:00
Bruce Dubbs
380306549c Tags 2022-02-19 21:19:30 -06:00
Ken Moffat
d10b870109 Qt5 - apply kf5.15 patches from kde.
I have only used the patches for modules used by packages in BLFS
or required by the extra KDE packages mentioned in BLFS. For the
full details of what has been applied (or omitted) see
https://www.linuxfromscratch.org/~ken/qt5/

I have also revised the SBU - the extra patches make a minimal
difference on my -j4 builds, but I need to use -j8 to get to 22
SBU. That figure seems to have been carried over from when we were
using gcc-10.2.

In the optional dependencies, pciutils was shown as optional but
required for qtwebengine: show it as optional, other parts of qt
can use it, and add it to qtwebengine as required.  Remove python2
from the qt5 optional dependencies, only qtwebengine needs it and
it is already shown as required there.
2022-01-28 03:15:33 +00:00
Ken Moffat
ff00f8107b Qt5: Move kerberos dep to qtwebengine, and make it optional.
It made sense as a dep of Qt5 when we were building webengine as
part of Qt5, but (at least for separate WebEngine, I've
deliberately forgotten the details of building it in Qt5) it
requires a switch to enable it.

Document that switch as an optional command.
2022-01-26 22:35:52 +00:00
Ken Moffat
9e0ab8337e Update to qtwebengine-5.15.8. 2022-01-17 13:40:18 +00:00
Ken Moffat
86e62cc004 Patch qtwebengine up to 5.15.7. 2021-11-26 03:14:47 +00:00
Douglas R. Reno
c7ce2b4690 Minor typo fix in QtWebEngine 2021-10-12 16:56:19 -05:00
Ken Moffat
927e12ef7f Fix qtwebengine FTBFS with system harfbuzz-3. 2021-10-09 22:49:42 +01:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Bruce Dubbs
00032e4131 Tag qtwebengine and add a warning.
This is the largest BLFS package.  It can overload system memory
if all cores are used.  Add a warning about this.

Note: Build failed at about the 90% point on a system with 24 cores
and 32 GB of RAM + 2 GB of swap due to out-of-memory.  The
solution is to limit cores with NINJAJOBS ir add RAM or swap space.
2021-08-30 19:03:02 -05:00
Ken Moffat
d8853887d2 Update to qtwebengine-5.15.6.
I'm not happy about the wording for recommended dependencies,
ideally jhalfs should "do the right thing" and build libxml2
after icu - but I have no idea how to force that.

Traditionally we do not list every dependency which is pulled in
by another dep, but some time ago Doug discovered that system ICU
is only used by qtwebengine if libxml2 has been built after ICU.

Although I'm hopeful that the current instructions will work in
that case, adding a shipped copy of ICU just makes the build
bigger.
2021-08-29 02:51:50 +01:00
Ken Moffat
67ffe4e718 Update currnet qtwebengien to build and run on glibc-2.34. 2021-08-14 21:31:51 +01:00
Ken Moffat
e7cae3cb1d qtwebengine: Update patches:
Update the security fixes to match paid-for 5.15.5.
Remove one item from the build fixes patch which is now upstream,
and apply that after the security fixes.
Remeasure for gcc-11.1.0 which takes a few less SBU.
2021-06-21 19:25:55 +01:00
Ken Moffat
685b8672b8 Update qtwebengine to 2021-05-03. 2021-05-06 21:15:00 +01:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Ken Moffat
fb6d155071 Update QtWebEngine to a snapshot from 2021-04-01
(security update).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24457 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-09 23:06:48 +00:00
Ken Moffat
b0599bb81f QtWebEngine-5.15.3: Use repeatable measurements.
> 
> Although I had kept a note that time was 90 SBU with 4 CPUs,
> I had not recorded the space. On the same machine, rerunning
> in a fresh system I cannot get below 101 SBU, even by forcing
fewer jobs to be compiled using $NINJAJOBS - the differences
with 4 and 5 rather than 6 jobs are trivial.




git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24443 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-07 20:42:03 +00:00
Ken Moffat
d8a4f9859c QtWebEngine: correct the build time for 5.15.3.
In r24382 I noted it was a lot bigger and slower to build,
but I changed neither item. I do not have an accurate
space measurement, but the time should be 90 SBU.
The space will be revised when I update to the next
version, and the time will probably be bigger too.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24439 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-05 20:25:24 +00:00
Ken Moffat
455eec0217 qtwebengine:
Note that the SBU time appears to be severely adrift - see #14863 -
and explain why this and browsers using it might be useful.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24435 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-05 01:30:44 +00:00
Douglas R. Reno
a2c3f1d361 qtwebengine: Update build fixes patch to allow building on systems where libxml2 is built without ICU support.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24394 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-23 18:08:57 +00:00
Douglas R. Reno
639a5b9660 qtwebengine: Minor typo fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24391 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-22 19:10:37 +00:00
Ken Moffat
866d8e155e QtWebEngine - rework kernel namespace options.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24390 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-22 16:50:25 +00:00
Pierre Labastie
94f5f13d50 Move a misplaced comment end
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24383 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-19 10:57:40 +00:00
Ken Moffat
4eb513efd0 Update qtwebengine to 5.15.3 from git.
This is a lot bigger and slower to build.

Downgrade the 'Caution's in qtwebengien and falkon to 'Warning's.
I am not yet suggesting we should deprecate those two packages,
but users should start to ask themselves whether the want to use
a package where the upstreams are happy to stick with python2
and have no interest in running on current glibc.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24382 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-19 04:32:57 +00:00
Ken Moffat
fc0828f515 Add cautions to the QtWebEngine and Falkon pages.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24352 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-10 03:37:23 +00:00
Thomas Trepl
33f44cfb98 Tag mainly XFCE4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24274 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-23 12:28:57 +00:00
Pierre Labastie
4c24eb0a40 Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Ken Moffat
8ed3ef2adc Patch QtWebEngine for breakage caused by glibc-2.33.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24224 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-15 01:26:09 +00:00
Douglas R. Reno
e6713689b4 Qtwebengine: Update ICU patch to resolve a build failure
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23967 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-09 17:19:56 +00:00
Bruce Dubbs
678ce3b04c Update to qtwebengine-5.15.2.
Update to qt-everywhere-src-5.15.2. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23920 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-20 22:35:18 +00:00
Ken Moffat
7211915590 Patch qtwebengine to build with system ICU68.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23862 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-03 19:40:40 +00:00
Bruce Dubbs
5cedfda0f9 Remove patch from qtwebengine
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23703 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-10 22:44:04 +00:00
Bruce Dubbs
4485bb8e9e Update to qt-everywhere-src-5.15.1 and qtwebengine-everywhere-src-5.15.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23702 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-10 22:37:13 +00:00
Bruce Dubbs
717935bbbe Tag remaining general/prog and x/lib packages.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23608 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-23 20:15:52 +00:00
Thomas Trepl
7afb1e6870 New version of qtwebengine patch including fix for 'nanosleep' issue
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23574 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-19 08:47:25 +00:00
Ken Moffat
640ece989f Tags: basic qt and webengine, laxappearance, most of xfce (no audio on this machine, nor blank CDs).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23567 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-19 00:00:50 +00:00