unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 62425@debbugs.gnu.org
Subject: [bug#62425] [PATCH v3] gnu: WebKit: Update to 2.40.0
Date: Sat, 25 Mar 2023 19:43:53 -0400	[thread overview]
Message-ID: <82c17d2330c7ed92521f6d23f15996760afb3ee7.1679787833.git.leo@famulari.name> (raw)
In-Reply-To: <1b3e91e33fe0591e6fb14a477e535b9d09d4b2bc.1679689090.git.leo@famulari.name>

* gnu/packages/webkit.scm (%webkit-version): Update to 2.40.0.
(webkitgtk):[source]: Update hash.
[inputs]: Add libavif and unifdef
(wpewebkit): Update hash.
---
 gnu/packages/webkit.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 0a51479985..b5033b02d4 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -36,6 +36,7 @@ (define-module (gnu packages webkit)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bison)
+  #:use-module (gnu packages c)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages enchant)
@@ -123,7 +124,7 @@ (define-public wpebackend-fdo
 engine that uses Wayland for graphics output.")
     (license license:bsd-2)))
 
-(define %webkit-version "2.38.5")
+(define %webkit-version "2.40.0")
 
 (define-public webkitgtk
   (package
@@ -134,7 +135,7 @@ (define-public webkitgtk
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "19y1n05mp370mq4bp2bk0pm3wk49z9a10azjjdcdyx12091hrhj0"))
+               (base32 "14xkgamqlshxqw6fcslvw0yzj4y5mvx66b6bn64rwrl9pyhpwq54"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
@@ -238,6 +239,7 @@ (define-public webkitgtk
            hyphen
            icu4c
            lcms
+           libavif
            libgcrypt
            libgudev
            libjpeg-turbo
@@ -256,6 +258,7 @@ (define-public webkitgtk
            mesa
            openjpeg
            sqlite
+           unifdef
            woff2
            wpebackend-fdo
            xdg-dbus-proxy))
@@ -316,7 +319,7 @@ (define-public wpewebkit
               (uri (string-append "https://wpewebkit.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0q8nmk9l6bqv2bhljm9wv7mvgdl393z7v2m7a0c5avac18yzs07z"))))
+               (base32 "1dl663nbm011sx099x9gdhk3aj119yn5rxp77jmnhdv1l77jpv58"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)
-- 
2.39.1





      parent reply	other threads:[~2023-03-25 23:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24 20:18 [bug#62425] [PATCH] gnu: WebKit: Update to 2.40.0 Leo Famulari
2023-03-24 20:22 ` [bug#62425] [PATCH v2] " Leo Famulari
2023-03-25 23:43 ` Leo Famulari [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=82c17d2330c7ed92521f6d23f15996760afb3ee7.1679787833.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=62425@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).