GNU bug report logs -
#73525
[PATCH gnome-team 0/4] Update Webkit
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73525 in the body.
You can then email your comments to 73525 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#73525
; Package
guix-patches
.
(Sat, 28 Sep 2024 08:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Sat, 28 Sep 2024 08:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
I noticed that Webkit needs some rebuilding on gnome-team atm (which
appears blocked on CI for some glib-related reason --- I hope it's not
the Python thing), so let's update it while we're at it.
Cheers
Liliana Marie Prikler (4):
gnu: libwpe: Update to 1.16.0.
gnu: wpebackend-fdo: Update to 1.14.3.
gnu: webkitgtk: Update to 2.46.0.
gnu: wpewebkit: Update to 2.46.0.
gnu/packages/webkit.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
base-commit: cfa370fc1511a8c50c1179a50138fd335d737d96
--
2.46.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#73525
; Package
guix-patches
.
(Sat, 28 Sep 2024 08:42:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 73525 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/webkit.scm (libwpe): Update to 1.16.0.
---
gnu/packages/webkit.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b71e7e3e29..3ebe46d684 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages webkit)
(define-public libwpe
(package
(name "libwpe")
- (version "1.12.0")
+ (version "1.16.0")
(source
(origin
(method url-fetch)
@@ -82,7 +82,7 @@ (define-public libwpe
(string-append "https://wpewebkit.org/releases/libwpe-"
version ".tar.xz"))
(sha256
- (base32 "13618imck69w7fbmljlh62j4gnlspb9zfqzv9hlkck3bi8icmvp8"))))
+ (base32 "0ajb6c7z0lzwgp23pwq7vqly7lmnlbnwrivd906pj1nhng3a7wy7"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f)) ;no tests
--
2.46.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#73525
; Package
guix-patches
.
(Sat, 28 Sep 2024 08:42:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 73525 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.14.3.
---
gnu/packages/webkit.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3ebe46d684..a7666bc745 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -102,14 +102,14 @@ (define-public libwpe
(define-public wpebackend-fdo
(package
(name "wpebackend-fdo")
- (version "1.12.0")
+ (version "1.14.3")
(source (origin
(method url-fetch)
(uri (string-append "https://wpewebkit.org/releases/"
"wpebackend-fdo-" version ".tar.xz"))
(sha256
(base32
- "1b3l02dns1yxw3rq18cv00qan4hp95mxw5b3ssc0fh93ap0wjfb2"))))
+ "0v6wb60m1f628b78dlr2j03xz14r1gdz70iyvf8h51asb511h4hh"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f)) ;no tests
--
2.46.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#73525
; Package
guix-patches
.
(Sat, 28 Sep 2024 08:43:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 73525 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/webkit.scm (webkitgtk): Update to 2.46.0.
[inputs]: Add sysprof.
---
gnu/packages/webkit.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index a7666bc745..f32ece9c46 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ (define-public wpebackend-fdo
(define-public webkitgtk
(package
(name "webkitgtk")
- (version "2.44.1")
+ (version "2.46.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0qamkk9db8m6x4qv5y10lihc18yzgrgbn6ldqw00ckghn1ci8ns2"))
+ (base32 "0fpl7mm8bbjavgmskvsgmmxzi280hm0figah1ib5208r1w237m6l"))
(snippet
#~(begin
(use-modules (guix build utils))
@@ -270,6 +270,7 @@ (define-public webkitgtk
mesa
openjpeg
sqlite
+ sysprof
woff2
wpebackend-fdo
xdg-dbus-proxy))
--
2.46.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#73525
; Package
guix-patches
.
(Sat, 28 Sep 2024 08:43:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 73525 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/webkit.scm (wpewebkit): Update to 2.46.0.
---
gnu/packages/webkit.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index f32ece9c46..4593528e62 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -323,13 +323,13 @@ (define-public wpewebkit
(package
(inherit webkitgtk)
(name "wpewebkit")
- (version "2.44.1")
+ (version "2.46.0")
(source (origin
(inherit (package-source webkitgtk))
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "16y1gdz38d4b99b8zrvxy0nbrc70ih02ngi8090x7148rx7vz7rc"))))
+ (base32 "0l5wgg3wny9i4il6c3rviagmcq39d2bfapx6qjj3ngvhv3xm059h"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)
--
2.46.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Mon, 11 Nov 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 11 Nov 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 73525-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> Hi Guix,
>
> I noticed that Webkit needs some rebuilding on gnome-team atm (which
> appears blocked on CI for some glib-related reason --- I hope it's not
> the Python thing), so let's update it while we're at it.
>
> Cheers
>
> Liliana Marie Prikler (4):
> gnu: libwpe: Update to 1.16.0.
> gnu: wpebackend-fdo: Update to 1.14.3.
> gnu: webkitgtk: Update to 2.46.0.
> gnu: wpewebkit: Update to 2.46.0.
>
> gnu/packages/webkit.scm | 17 +++++++++--------
> 1 file changed, 9 insertions(+), 8 deletions(-)
>
>
> base-commit: cfa370fc1511a8c50c1179a50138fd335d737d96
This series is now applied to the gnome-team branch. Thanks!
--
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 09 Dec 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 187 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.