guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/72: gnu: qtwebengine-5: Update to 5.15.10.


From: guix-commits
Subject: 72/72: gnu: qtwebengine-5: Update to 5.15.10.
Date: Wed, 16 Aug 2023 06:41:19 -0400 (EDT)

apteryx pushed a commit to branch qt-updates
in repository guix.

commit 7db63686babb8d1837bc9ef83bc64fca7f53882f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 15 16:20:10 2023 -0400

    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
---
 gnu/packages/qt.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 52290f1322..2c59fc23c4 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2541,14 +2541,14 @@ using the Enchant spell-checking library.")
   (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)
@@ -2641,7 +2641,7 @@ using the Enchant spell-checking library.")
                      "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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]