Path to this page:
./
www/webkit-gtk,
GTK port of the WebKit browser engine
Branch: CURRENT,
Version: 2.22.6,
Package name: webkit-gtk-2.22.6,
Maintainer: pkgsrc-usersWebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.
This is the GTK port of the engine.
Required to run:[
sysutils/libnotify] [
textproc/libxslt] [
textproc/icu] [
graphics/freetype2] [
graphics/png] [
graphics/jpeg] [
security/gnutls] [
devel/glib2] [
devel/pango] [
x11/gtk2] [
x11/libXdamage] [
graphics/cairo-gobject] [
x11/gtk3] [
graphics/libwebp] [
multimedia/gstreamer1] [
multimedia/gst-plugins1-base] [
security/libsecret] [
net/libsoup] [
fonts/woff2] [
textproc/enchant2]
Required to build:[
pkgtools/x11-links] [
devel/gperf] [
x11/xcb-proto] [
devel/gobject-introspection] [
x11/fixesproto4] [
lang/python27] [
pkgtools/cwrappers] [
lang/gcc6] [
x11/xorgproto]
Package options: enchant, introspection, opengl, webkit-jit
Master sites:
SHA1: 26a8f8951da03aa4dfc2c25257b6899ea3c2558f
RMD160: 4ddd00a0eed1e8122a71e070f1f6f5f49f59ca75
Filesize: 16380.563 KB
Version history: (Expand)
- (2019-02-09) Updated to version: webkit-gtk-2.22.6
- (2018-12-14) Updated to version: webkit-gtk-2.22.5nb1
- (2018-12-14) Updated to version: webkit-gtk-2.22.5
- (2018-12-09) Updated to version: webkit-gtk-2.22.4nb1
- (2018-11-22) Updated to version: webkit-gtk-2.22.4
- (2018-11-15) Updated to version: webkit-gtk-2.22.3nb3
CVS history: (Expand)
2019-02-09 12:29:45 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
webkit-gtk: Update to 2.22.6
pkgsrc changes:
- Set USE_GCC_RUNTIME to depends on gcc6-libs when pkgsrc gcc is used
(XXX: Not tested and not clear if currently mk/compiler/gcc.mk DTRT
XXX: regarding (if not, that's probably why firefox/mozilla-common.mk
XXX: abuses USE_PKGSRC_GCC_RUNTIME!))
Changes:
WebKitGTK+ 2.22.6
=================
- Make kinetic scrolling slow down smoothly when reaching the ends of
pages, instead of abruptly, to better match the GTK+ behaviour.
- Fix Web inspector magnifier under Wayland.
- Fix garbled rendering of some websites (e.g. YouTube) while scrolling
under X11.
- Fix several crashes, race conditions, and rendering issues.
|
2018-12-23 23:23:10 by Roy Marples | Files touched by this commit (1) |
Log message:
regen
|
2018-12-23 23:22:47 by Roy Marples | Files touched by this commit (1) |
Log message:
Wups, quickly revert part of a mistaken commit.
|
2018-12-23 23:18:14 by Roy Marples | Files touched by this commit (3) |
Log message:
Work with a bigger register for aarch64.
|
2018-12-14 16:51:13 by Leonardo Taccari | Files touched by this commit (1) |  |
Log message:
webkit-gtk: Avoid to depends on flex and minor cleanup
- The flex requirements can be just satisfied via USE_TOOLS (the
version was from older webkit-gtk-s and it should be just a tool
dependency).
- No need to specify `:build' in USE_TOOLS, it is already the default
- Update the comment regarding PYTHON_VERSIONS_INCOMPATIBLE definition
Bump PKGREVISION
|
2018-12-13 23:50:27 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
webkit-gtk: Update to 2.22.5
Changes:
2.22.5
======
- Improved the logic to determine for which architectures to enable
the JIT compiler support and USE_SYSTEM_MALLOC at build time.
- Fix the build with ENABLE_VIDEO=OFF and ENABLE_OPENGL=OFF.
- Fix several crashes.
|
2018-12-09 19:52:52 by Adam Ciarcinski | Files touched by this commit (724) |
Log message:
revbump after updating textproc/icu
|
2018-11-21 21:36:42 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
webkit-gtk: Update www/webkit-gtk to 2.22.4
Changes:
=================
WebKitGTK+ 2.22.4
=================
What's new in WebKitGTK+ 2.22.4?
- Expose ENABLE_MEDIA_SOURCE as a public build option.
- Fix a crash when using Cairo versions between 1.15 and 1.16.0
- Fix the build with -DLOG_DISABLED=0.
- Fix the build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
- Fix debug builds of JavaScriptCore.
- Fix several crashes and rendering issues.
|