Subject: CVS commit: pkgsrc/www/webkit-gtk
From: Leonardo Taccari
Date: 2019-08-28 12:11:09
Message id: 20190828101109.C6CB0FBF4@cvs.NetBSD.org

Log Message:
webkit-gtk: Update to 2.24.4

pkgsrc changes:
 - Permit to use Python 3.x for build
 - Update REPLACE_* lists and add tool dependency to bash
 - Remove no longer needed
   patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamer.cpp
   (fixed upstream)

Changes:
2.24.4
------
 - Updated the user agent string to make happy certain websites which
   would claim that the browser being used was unsupported.
 - Improve loading of multimedia streams to avoid memory exhaustion due
   to excessive caching.
 - Fix display of documents with MIME type application/xml in the Web
   Inspector, when loaded using XmlHttpRequest.
 - Fix a hang while scrolling certain websites which include HLS video
   content (Twitter, for example).
 - Fix rounding artifacts in volume levels for media playback.
 - Fix several crashes and rendering issues.
 - Fix the build with video track support disabled.
 - Fix the build with OpenGL support disabled.
 - Fix build issue which would cause media controls to disappear when
   Python 3.x was used during the build process.

Files:
RevisionActionfile
1.171modifypkgsrc/www/webkit-gtk/Makefile
1.52modifypkgsrc/www/webkit-gtk/PLIST
1.125modifypkgsrc/www/webkit-gtk/distinfo
1.1removepkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamer.cpp