Commit Graph

220 Commits

Author SHA1 Message Date
Douglas R. Reno
5f38a07f88 Patch Qt5 against CVE-2024-25580. 2024-02-17 11:00:29 -06:00
Thomas Trepl
2da03b7a05 Remove duplicate (mtdev) from optional deps 2024-01-25 15:22:11 +01:00
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
Pierre Labastie
d4919db6ce Fix order and display of Qt variants in index 2024-01-17 17:03:06 +01:00
Pierre Labastie
f30fd62cde Recommend at-spi2-core for qt5{,-alternate}
at-spi2-core allows building Qt5LinuxAccessibility, which is
required for kwin... Note that this is not new in 5.15.12, but
I found it while testing this version.
2024-01-08 14:17:24 +01:00
Pierre Labastie
8525524be7 Update to qt5-5.15.12 2024-01-07 22:23:24 +01:00
Pierre Labastie
1859ee6872 Remove links to deleted wiki pages
See https://wiki.linuxfromscratch.org/blfs/ticket/18952
2023-12-23 13:40:25 +01:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Douglas R. Reno
23c4cec1cc Add support for Vulkan to Qt5:
- Make the dependency internal
- Add the new library installed to Installed Libraries
2023-11-30 12:15:28 -06:00
Bruce Dubbs
41640d4b30 Clarify using versioned directories for qt5 and qt6. 2023-11-20 19:48:54 -06:00
Bruce Dubbs
157f13520d Update to libdrm-2.4.117. 2023-10-23 12:43:47 -05:00
Pierre Labastie
5e112b70a5 Fix the explanation for .git creation in qt5 2023-10-20 06:09:04 +02:00
Bruce Dubbs
49b913d2b8 Update to libxkbcommon-1.6.0.
libxkbcommon-1.6.0 removes some definitions that are unused.
These definitions are referenced in qtbase so we remove them
with a sed for both the full qt5 package and gt5-alternate.
2023-10-19 12:29:35 -05:00
Pierre Labastie
775d5f4eb5 Update to Qt-5.15.11 2023-10-11 12:57:57 +02:00
Xi Ruoyao
44b3f4400e
treewide: Really remove commented out references to Python 2
It helps using grep for finding packages depending on Python 2.
2023-09-16 15:21:01 +08:00
Bruce Dubbs
511e498edb Remove duplicate words 2023-09-01 10:52:38 -05:00
Bruce Dubbs
9d0d597fb2 Tag most of Chapter 25. 2023-08-20 19:05:59 -05:00
Xi Ruoyao
441801a487
qt5 (and alternative): Add some dependencies
It looks like we've forgotten some dependencies for Qt5 all the time.
And many dependencies of Qt5 are also needed by the alternative.  I
gathered them via

    readelf -d $(find -name \*.so) | grep NEEDED | grep -o '\[.*\]' |
      sort | uniq | grep -v Qt 2>/dev/null

in the Qt5 alternative build directory.
2023-07-20 11:22:05 +08:00
Xi Ruoyao
14771c47a3
qt5 (and alternate): Don't pathappend /usr/bin
When QT5DIR is /usr, we don't need to pathappend $QT5DIR/bin.
2023-07-20 08:43:31 +08:00
Douglas R. Reno
04f2bf409b Qt5 and Qt5-alternate: mention LXQt as a major user. 2023-07-17 12:47:52 -05:00
Bruce Dubbs
cff158f0ad Add qt5-alternate page 2023-07-09 22:15:15 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Pierre Labastie
2c5e96fbee Update to qt5-5.15.10 2023-06-13 14:52:03 +02:00
Pierre Labastie
da60874cd1 Fix Qt5 FTBFS with GCC-13 2023-05-07 21:33:03 +02:00
Pierre Labastie
ddf3f13763 Update to Qt-5.15.9 2023-04-10 20:02:34 +02:00
Bruce Dubbs
dc1a45e9de Lots of tags 2023-02-17 22:35:46 -06:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
Mostly plain http -> https replace, if https works.  If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

* www.mnogosearch.org is dead.  Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
  http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
  link.
2023-01-29 14:35:01 +08:00
Pierre Labastie
d0c6049124 Fix qt5 so that all headers are installed
The patch for qt-5.15.8 creates a header file, which needs to be
known by the build machinery. In a git repository, this is done
automatically, but in a build tree coming from a tarball, the header
file is ignored.
So we add a .git directory into qtbase, which fakes a git repository,
and allows the header file to be used and installed by the build system
(it may be needed when compiling programs using Qt thread mutexes).
2023-01-06 11:17:43 +01:00
Pierre Labastie
535d7e1c1d Update to Qt5-5.15.8 2023-01-06 09:13:25 +01: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
395cf7d04a Update to qt-5.15.7 2022-10-29 15:15:49 +02:00
Pierre Labastie
7dd59cff37 Recommend double-conversion for qt5
Otherwise an older version shupped with Qt is built
2022-09-19 19:27:05 +02:00
Pierre Labastie
c8344b7909 Update to Qt-5.15.6 2022-09-09 13:25:08 +02: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
Pierre Labastie
52e63febd3 Update to Qt-5.15.5 2022-06-22 13:26:41 +02:00
Pierre Labastie
195cc2f996 Update to qt-5.15.4 2022-05-15 22:48:55 +02:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
Bruce Dubbs
380306549c Tags 2022-02-19 21:19:30 -06:00
Ken Moffat
7fd1c9445e Qt5 - rearrance to try not to break jhalfs. 2022-01-29 02:12:49 +00:00
Ken Moffat
952c401932 qt5 - move the explanation of where the patch comes from. 2022-01-28 20:43:00 +00: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
Bruce Dubbs
0318335844 Formating change in Qt configuration section.
Emphasize differences wehn installing in /usr and /opt.
2021-11-18 10:30:19 -06:00
Pierre Labastie
142646b2e5 Use -p for creating the /opt/qt-<version> library
Otherwise it throws an error if it already exists (mainly for
automated builds such as jhalfs)
2021-11-06 14:16:49 +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
Pierre Labastie
da54a62385 Tags for kde and some deps 2021-08-28 22:59:53 +02:00
Pierre Labastie
5fe61b6f3d qt5: add a switch for logging to syslog/journald
Ticket #15437
2021-08-28 13:58:56 +02:00
Thomas Trepl (Moody)
a383e242b4 Tags 2021-08-19 17:41:17 +02:00
Ken Moffat
4d0615f14d Patch a security vulnerability in QtSVG.
I remeasured Qt to accound for gcc-11.1.0.
2021-06-21 19:12:00 +01:00