All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] webkitgtk: bump to version 2.22.3
@ 2018-10-31  9:48 Adrian Perez de Castro
  2018-10-31  9:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Perez de Castro @ 2018-10-31  9:48 UTC (permalink / raw)
  To: buildroot

Release notes:

    https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html

Patch "0001-ARM-Building-FELightingNEON.cpp-fails-due-to-missing.patch"
is removed because it is included in the new release.

This is a maintenance release which further improves playback of video
when using media source extensions (MSE), specially for WebM content,
and provides a few correctness fixes.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 ...ightingNEON.cpp-fails-due-to-missing.patch | 41 -------------------
 package/webkitgtk/webkitgtk.hash              |  8 ++--
 package/webkitgtk/webkitgtk.mk                |  2 +-
 3 files changed, 5 insertions(+), 46 deletions(-)
 delete mode 100644 package/webkitgtk/0001-ARM-Building-FELightingNEON.cpp-fails-due-to-missing.patch

diff --git a/package/webkitgtk/0001-ARM-Building-FELightingNEON.cpp-fails-due-to-missing.patch b/package/webkitgtk/0001-ARM-Building-FELightingNEON.cpp-fails-due-to-missing.patch
deleted file mode 100644
index 6fb309d9fb..0000000000
--- a/package/webkitgtk/0001-ARM-Building-FELightingNEON.cpp-fails-due-to-missing.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From b252c7aed3fa6f22db8a26c3ab0bfe66e3490eef Mon Sep 17 00:00:00 2001
-From: Adrian Perez de Castro <aperez@igalia.com>
-Date: Sun, 23 Sep 2018 02:34:26 +0300
-Subject: [PATCH xserver] [ARM] Building FELightingNEON.cpp fails due to
- missing lightVector member https://bugs.webkit.org/show_bug.cgi?id=189890
-
-Reviewed by NOBODY (OOPS!).
-
-No new tests needed.
-
-* platform/graphics/cpu/arm/filters/FELightingNEON.h:
-(WebCore::FELighting::platformApplyNeon): Adapt to new layout of "struct PaintingData" after r225122.
----
- Source/WebCore/ChangeLog                             | 12 ++++++++++++
- .../graphics/cpu/arm/filters/FELightingNEON.h        |  6 +++---
- 2 files changed, 15 insertions(+), 3 deletions(-)
-
-Fetch from: https://bugs.webkit.org/show_bug.cgi?id=189890
-Upstream-Status: Pending
-Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
-
-diff --git a/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h b/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h
-index 42af922374b..b542a4c81aa 100644
---- a/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h
-+++ b/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h
-@@ -144,9 +144,9 @@ inline void FELighting::platformApplyNeon(const LightingData& data, const LightS
-             neonData.flags |= FLAG_CONE_EXPONENT_IS_1;
-     } else {
-         ASSERT(m_lightSource->type() == LS_DISTANT);
--        floatArguments.lightX = paintingData.lightVector.x();
--        floatArguments.lightY = paintingData.lightVector.y();
--        floatArguments.lightZ = paintingData.lightVector.z();
-+        floatArguments.lightX = paintingData.initialLightingData.lightVector.x();
-+        floatArguments.lightY = paintingData.initialLightingData.lightVector.y();
-+        floatArguments.lightZ = paintingData.initialLightingData.lightVector.z();
-         floatArguments.padding2 = 1;
-     }
- 
--- 
-2.19.0
-
diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
index 0b9b94ca49..709af973bc 100644
--- a/package/webkitgtk/webkitgtk.hash
+++ b/package/webkitgtk/webkitgtk.hash
@@ -1,7 +1,7 @@
-# From https://webkitgtk.org/releases/webkitgtk-2.22.2.tar.xz.sums
-md5 207d50d313c07b03726f3a7f22643934 webkitgtk-2.22.2.tar.xz
-sha1 ff0c40e81e240aa0743f7e6483f175defebd1417 webkitgtk-2.22.2.tar.xz
-sha256 345487d4d1896e711683f951d1e09387d3b90d7cf59295c0e634af7f515e99ba webkitgtk-2.22.2.tar.xz
+# From https://webkitgtk.org/releases/webkitgtk-2.22.3.tar.xz.sums
+md5 6dae6837c884a25413fb1d4527c9894a webkitgtk-2.22.2.tar.xz
+sha1 c16129f4098b35597457255e63e60126ff3e6daa webkitgtk-2.22.2.tar.xz
+sha256 9dfd542902953be9af8ff32bd37fe662ca3d75f7348514ebac15c6252a6ccd72 webkitgtk-2.22.2.tar.xz
 
 # Hashes for license files:
 sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE
diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
index 39d681b1d4..23452f18d8 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WEBKITGTK_VERSION = 2.22.2
+WEBKITGTK_VERSION = 2.22.3
 WEBKITGTK_SITE = http://www.webkitgtk.org/releases
 WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
 WEBKITGTK_INSTALL_STAGING = YES
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] webkitgtk: bump to version 2.22.3
  2018-10-31  9:48 [Buildroot] [PATCH 1/1] webkitgtk: bump to version 2.22.3 Adrian Perez de Castro
@ 2018-10-31  9:58 ` Thomas Petazzoni
  2018-10-31 10:03   ` Adrian Perez de Castro
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-10-31  9:58 UTC (permalink / raw)
  To: buildroot

Hello Adrian,

On Wed, 31 Oct 2018 11:48:52 +0200, Adrian Perez de Castro wrote:

> +# From https://webkitgtk.org/releases/webkitgtk-2.22.3.tar.xz.sums
> +md5 6dae6837c884a25413fb1d4527c9894a webkitgtk-2.22.2.tar.xz
> +sha1 c16129f4098b35597457255e63e60126ff3e6daa webkitgtk-2.22.2.tar.xz
> +sha256 9dfd542902953be9af8ff32bd37fe662ca3d75f7348514ebac15c6252a6ccd72 webkitgtk-2.22.2.tar.xz

Are you sure hashes for the 2.22.2 tarballs work fine in a bump to
2.22.3 ? :-)

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] webkitgtk: bump to version 2.22.3
  2018-10-31  9:58 ` Thomas Petazzoni
@ 2018-10-31 10:03   ` Adrian Perez de Castro
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Perez de Castro @ 2018-10-31 10:03 UTC (permalink / raw)
  To: buildroot

On Wed, 31 Oct 2018 10:58:14 +0100, Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> Hello Adrian,
> 
> On Wed, 31 Oct 2018 11:48:52 +0200, Adrian Perez de Castro wrote:
> 
> > +# From https://webkitgtk.org/releases/webkitgtk-2.22.3.tar.xz.sums
> > +md5 6dae6837c884a25413fb1d4527c9894a webkitgtk-2.22.2.tar.xz
> > +sha1 c16129f4098b35597457255e63e60126ff3e6daa webkitgtk-2.22.2.tar.xz
> > +sha256 9dfd542902953be9af8ff32bd37fe662ca3d75f7348514ebac15c6252a6ccd72 webkitgtk-2.22.2.tar.xz
> 
> Are you sure hashes for the 2.22.2 tarballs work fine in a bump to
> 2.22.3 ? :-)

/me facepalms...

Ouch, of course they don't work. I'll submit a v2 momentarily.

Regards,


-Adri?n
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20181031/650d253c/attachment.asc>

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

end of thread, other threads:[~2018-10-31 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31  9:48 [Buildroot] [PATCH 1/1] webkitgtk: bump to version 2.22.3 Adrian Perez de Castro
2018-10-31  9:58 ` Thomas Petazzoni
2018-10-31 10:03   ` Adrian Perez de Castro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.