Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Update WPE WebKit to the 2.44 release series
@ 2024-05-22  9:16 Adrian Perez de Castro
  2024-05-22  9:16 ` [Buildroot] [PATCH 1/4] package/libwpe: bump to version 1.16.0 Adrian Perez de Castro
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Adrian Perez de Castro @ 2024-05-22  9:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, Samuel Martin

Hi!

This patch set updates WPE WebKit to the latest release series. The only
strictly required patch is the second one with the version bump, and the
libwpe one recommended as to match the recommendation [1]. The patches we
were carrying in Buildroot are no longer needed and have been integrated
upstream.

The last two patches add a new package for libavif and enable its usage
in wpewebkit. These would be nice-to-haves but can also be applied later
separately. We can also enable libavif support in WebKitGTK after the
package gets updated to 2.44.x as well -- there was a patch recently by
Thomas Devoogdt for that bump which I'll be reviewing later today.

Cheers,
-Adrian


---
[1] https://wpewebkit.org/release/schedule/#compatible-components

Adrian Perez de Castro (4):
  package/libwpe: bump to version 1.16.0
  package/wpewebkit: security bump to version 2.44.2
  package/libavif: new package
  package/wpewebkit: use libavif if enabled

 DEVELOPERS                                    |   1 +
 package/Config.in                             |   1 +
 package/libavif/Config.in                     |  13 +
 package/libavif/libavif.hash                  |   3 +
 package/libavif/libavif.mk                    |  34 ++
 package/libwpe/libwpe.hash                    |   7 +-
 package/libwpe/libwpe.mk                      |   2 +-
 ...cpp-fails-to-build-NEON-fast-path-se.patch | 337 ------------------
 ...velInterpreter.cpp-339-21-error-t6-w.patch |  39 --
 package/wpewebkit/Config.in                   |   1 -
 package/wpewebkit/wpewebkit.hash              |   7 +-
 package/wpewebkit/wpewebkit.mk                |  40 ++-
 12 files changed, 91 insertions(+), 394 deletions(-)
 create mode 100644 package/libavif/Config.in
 create mode 100644 package/libavif/libavif.hash
 create mode 100644 package/libavif/libavif.mk
 delete mode 100644 package/wpewebkit/0001-FELightningNEON.cpp-fails-to-build-NEON-fast-path-se.patch
 delete mode 100644 package/wpewebkit/0002-GTK-2.42.5-LowLevelInterpreter.cpp-339-21-error-t6-w.patch

--
2.45.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-05 13:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  9:16 [Buildroot] [PATCH 0/4] Update WPE WebKit to the 2.44 release series Adrian Perez de Castro
2024-05-22  9:16 ` [Buildroot] [PATCH 1/4] package/libwpe: bump to version 1.16.0 Adrian Perez de Castro
2024-05-28  5:20   ` Peter Korsgaard
2024-06-08 16:47   ` Peter Korsgaard
2024-05-22  9:16 ` [Buildroot] [PATCH 2/4] package/wpewebkit: security bump to version 2.44.2 Adrian Perez de Castro
2024-05-29  6:16   ` Peter Korsgaard
2024-05-29 14:31     ` Adrian Perez de Castro
2024-06-08 16:47   ` Peter Korsgaard
2024-05-22  9:16 ` [Buildroot] [PATCH 3/4] package/libavif: new package Adrian Perez de Castro
2024-07-12 21:05   ` Thomas Petazzoni via buildroot
2024-08-05 13:19     ` Adrian Perez de Castro
2024-08-05 13:45       ` Thomas Petazzoni via buildroot
2024-05-22  9:16 ` [Buildroot] [PATCH 4/4] package/wpewebkit: use libavif if enabled Adrian Perez de Castro
2024-07-12 21:07   ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox