pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk webkit-gtk: Update to 2.24.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f7419ed85b9
branches:  trunk
changeset: 335878:5f7419ed85b9
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jul 02 10:48:08 2019 +0000

description:
webkit-gtk: Update to 2.24.3

pkgsrc changes:
 - Remove not needed dependency to gnutls and add missing dependency to
   libtasn1 (previously indirectly picked up via gnutls)
 - Remove patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp,
   fix is now present in 2.24.3.
 - Remove a no more needed hunk in
   patch-Source_JavaScriptCore_assembler_ARM64Assembler.h.

Changes:
2.24.3
======
 - Deprecate WebSQL APIs.
 - Make Previous/Next gesture work in RTL mode.
 - Fix content disappearing when using CSS transforms.
 - Fix rendering artifacts in youtube volume button.
 - Fix trapezoid artifact in github comment box.
 - Fix video pause that sometimes caused to skip to finish.
 - Fix volume level changes when playing a video.
 - Fix HLS streams being slow to start.
 - Fix some radio streams that could not be played.
 - Fix the build with older versions of GStreamer.
 - Fix the build with video and audio disabled.
 - Fix several crashes and rendering issues.
 - Translation updates: Brazilian Portuguese.

diffstat:

 www/webkit-gtk/Makefile                                                                                     |   6 +-
 www/webkit-gtk/PLIST                                                                                        |   6 +-
 www/webkit-gtk/distinfo                                                                                     |  13 ++---
 www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h                               |  12 +----
 www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp |  23 ----------
 5 files changed, 13 insertions(+), 47 deletions(-)

diffs (127 lines):

diff -r 01b7f877b099 -r 5f7419ed85b9 www/webkit-gtk/Makefile
--- a/www/webkit-gtk/Makefile   Tue Jul 02 10:21:26 2019 +0000
+++ b/www/webkit-gtk/Makefile   Tue Jul 02 10:48:08 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.167 2019/05/20 11:46:57 leot Exp $
+# $NetBSD: Makefile,v 1.168 2019/07/02 10:48:08 leot Exp $
 
-DISTNAME=      webkitgtk-2.24.2
+DISTNAME=      webkitgtk-2.24.3
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
 CATEGORIES=    www
 MASTER_SITES=  https://www.webkitgtk.org/releases/
@@ -123,7 +123,7 @@
 BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.42.2nb3
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../security/libsecret/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/libtasn1/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
diff -r 01b7f877b099 -r 5f7419ed85b9 www/webkit-gtk/PLIST
--- a/www/webkit-gtk/PLIST      Tue Jul 02 10:21:26 2019 +0000
+++ b/www/webkit-gtk/PLIST      Tue Jul 02 10:48:08 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2019/05/17 16:11:17 leot Exp $
+@comment $NetBSD: PLIST,v 1.51 2019/07/02 10:48:08 leot Exp $
 bin/WebKitWebDriver
 include/webkitgtk-4.0/JavaScriptCore/JSBase.h
 include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h
@@ -212,10 +212,10 @@
 ${PLIST.introspection}lib/girepository-1.0/WebKit2WebExtension-4.0.typelib
 lib/libjavascriptcoregtk-4.0.so
 lib/libjavascriptcoregtk-4.0.so.18
-lib/libjavascriptcoregtk-4.0.so.18.13.5
+lib/libjavascriptcoregtk-4.0.so.18.13.6
 lib/libwebkit2gtk-4.0.so
 lib/libwebkit2gtk-4.0.so.37
-lib/libwebkit2gtk-4.0.so.37.37.4
+lib/libwebkit2gtk-4.0.so.37.37.5
 lib/pkgconfig/javascriptcoregtk-4.0.pc
 lib/pkgconfig/webkit2gtk-4.0.pc
 lib/pkgconfig/webkit2gtk-web-extension-4.0.pc
diff -r 01b7f877b099 -r 5f7419ed85b9 www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo   Tue Jul 02 10:21:26 2019 +0000
+++ b/www/webkit-gtk/distinfo   Tue Jul 02 10:48:08 2019 +0000
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.123 2019/05/20 11:15:48 leot Exp $
+$NetBSD: distinfo,v 1.124 2019/07/02 10:48:08 leot Exp $
 
-SHA1 (webkitgtk-2.24.2.tar.xz) = 632a65d93beb996bebdf7592ef9591f3993dea91
-RMD160 (webkitgtk-2.24.2.tar.xz) = 067a23d186b0c363c53a2a05ec7bcb1e8da483e7
-SHA512 (webkitgtk-2.24.2.tar.xz) = 8376167cfc4530886a2ac644ab84ff1021a63f6236d7be9eeb9e0ecade8bad5384b652dfe3720fdd31cddb39df6c935f859f1c0a59f42d7c71998992c4a9ffaa
-Size (webkitgtk-2.24.2.tar.xz) = 17908808 bytes
+SHA1 (webkitgtk-2.24.3.tar.xz) = 26a33fd0af8223c130427cd59aaf5ccaba584114
+RMD160 (webkitgtk-2.24.3.tar.xz) = e2ce5fc050e8ebd080e1ef63c3c8f7b29b502243
+SHA512 (webkitgtk-2.24.3.tar.xz) = b358bb11f7df477e5b3d6a12e2e6b41cb4e6a7274e34ce6299bf0c56044ffc7db5a834e9abf5c71d992ef41d194d30171b8be406420ffc54fe766cc811afb79f
+Size (webkitgtk-2.24.3.tar.xz) = 17912032 bytes
 SHA1 (patch-CMakeLists.txt) = 571c65d258b6e12503971145777a8d442578145f
 SHA1 (patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh) = 5bb44be142b474d517b2b1459f0edc7d2453aa61
 SHA1 (patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh) = 308a7c8f687253b4fc75de0c66016dd18666e697
-SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = f80d9811f108a72efe16f0e39b97f503d7738840
+SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 2a8f28316ffd1acc0e8c746ad8c9cee9aaf8c611
 SHA1 (patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h) = 985c19ffb6a16df031bd284f7e79041adb8cd311
 SHA1 (patch-Source_JavaScriptCore_heap_MarkedSpace.cpp) = e6a23d5ef22bddd0a9606fb0e472960e4cf5673e
 SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = d600887955128cecece21ba401f6f53ba5cfbeb6
@@ -23,7 +23,6 @@
 SHA1 (patch-Source_WebCore_inspector_InspectorFrontendHost.cpp) = daf6351a1a0b5a49592a2bb6db0d54620c7b09e3
 SHA1 (patch-Source_WebCore_platform_graphics_filters_FEMorphology.cpp) = 16b36d2d91fd7f43156b9ee09bcafd19602ebbd9
 SHA1 (patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamer.cpp) = 38c24500c7619d290b22efd730eb36086e32461f
-SHA1 (patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp) = a82885add0e9c70b14b598b4ad967277ebb96942
 SHA1 (patch-Source_WebCore_rendering_shapes_RasterShape.cpp) = 551e47698dee50d097b11e3218f13bb3447edfea
 SHA1 (patch-Source_WebKit_CMakeLists.txt) = 228cc4734de3b08a3877ac839b1ffa2fbf2d3aa8
 SHA1 (patch-Source_WebKit_NetworkProcess_cache_NetworkCacheFileSystem.cpp) = 8c19692e78b1cfb021b95435508a10bc6542b173
diff -r 01b7f877b099 -r 5f7419ed85b9 www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h
--- a/www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h     Tue Jul 02 10:21:26 2019 +0000
+++ b/www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h     Tue Jul 02 10:48:08 2019 +0000
@@ -1,21 +1,11 @@
-$NetBSD: patch-Source_JavaScriptCore_assembler_ARM64Assembler.h,v 1.3 2019/03/13 20:49:40 leot Exp $
+$NetBSD: patch-Source_JavaScriptCore_assembler_ARM64Assembler.h,v 1.4 2019/07/02 10:48:08 leot Exp $
 
-- Bump m_compareRegister to hold values of JSC::ARM64Assembler::RegisterID
 - Add support for FreeBSD and NetBSD.
   Based on patch from FreeBSD ports but using __builtin___clear_cache()
   instead of __clear_cache() (the former is also available in gcc).
 
 --- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig      2019-02-12 11:21:03.000000000 +0000
 +++ Source/JavaScriptCore/assembler/ARM64Assembler.h
-@@ -462,7 +462,7 @@ public:
-                 JumpLinkType m_linkType : 8;
-                 Condition m_condition : 4;
-                 unsigned m_bitNumber : 6;
--                RegisterID m_compareRegister : 6;
-+                RegisterID m_compareRegister : 8;
-                 bool m_is64Bit : 1;
-             } realTypes;
-             struct CopyTypes {
 @@ -2874,6 +2874,8 @@ public:
      {
  #if OS(IOS_FAMILY)
diff -r 01b7f877b099 -r 5f7419ed85b9 www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp
--- a/www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp       Tue Jul 02 10:21:26 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp,v 1.1 2019/05/20 11:15:48 leot Exp $
-
-Backport upstream changeset 243690 to fix the build when GSTREAMER_GL
-is not used, via:
-
- <https://trac.webkit.org/changeset/243690/webkit>
-
---- Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig        2019-05-09 09:32:33.000000000 +0000
-+++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
-@@ -1000,11 +1000,13 @@ void MediaPlayerPrivateGStreamerBase::up
-         break;
-     }
- 
-+#if USE(GSTREAMER_GL)
-     // When the imxvpudecoder is used, the texture sampling of the
-     // directviv-uploaded texture returns an RGB value, so there's no need to
-     // convert it.
-     if (m_videoDecoderPlatform != WebKitGstVideoDecoderPlatform::ImxVPU)
-         m_textureMapperFlags |= TEXTURE_MAPPER_COLOR_CONVERT_FLAG;
-+#endif
- }
- #endif
- 



Home | Main Index | Thread Index | Old Index