gnu: qtwebengine-5: Update to 5.15.10.

* gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.10.
[source]: Update snippet to preserve the whole openh264 third party directory.

Series-to: 65280@debbugs.gnu.org
Cover-letter:
Refresh Qt 5 and 6 packages
This series refreshes our core Qt packages to their latest releases,
5.15.10 and 6.5.2.

It also adds some tooling for the Qt team in the form of two manifests to
select all the core Qt 5 packages or the other core packages, that builds on
top of the series posted at https://issues.guix.gnu.org/65230.

With this new tooling, it took less than two days to update our complete core
Qt packages collection, with the most time spent on qtwebengine (it has a
large allow-list of 3rd party libraries that needed to be tuned), as well as
investigating test failures in a few Qt 6.5.2 packages.
END
Series-version: 2
This commit is contained in:
Maxim Cournoyer 2023-08-15 16:20:10 -04:00
parent 02708e27fc
commit 0a77b86932
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2611,14 +2611,14 @@ (define-public qtwebengine-5
(package
(inherit qtsvg-5)
(name "qtwebengine")
(version "5.15.8")
(version "5.15.10")
(source
(origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1qv15g5anhlfsdwnjxy21vc3zxxm8149vysi774l93iab6mxqmjg"))
"1rz6vbmr1aydmixayazmpsy7v2naq25l72q1gmvrhf9yf69584q8"))
(modules '((ice-9 ftw)
(ice-9 match)
(srfi srfi-1)
@ -2711,7 +2711,7 @@ (define-public qtwebengine-5
"third_party/nasm"
"third_party/node"
"third_party/one_euro_filter"
"third_party/openh264/src/codec/api/svc"
"third_party/openh264"
"third_party/opus"
"third_party/ots"
"third_party/pdfium"