Path to this page:
./
wip/webkit-gtk,
GTK port of the WebKit browser engine
Branch: CURRENT,
Version: 2.38.5,
Package name: webkit-gtk-2.38.5,
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/enchant] [
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]
Required to build:[
pkgtools/x11-links] [
devel/flex] [
devel/gperf] [
x11/xcb-proto] [
devel/gobject-introspection] [
x11/fixesproto4] [
lang/python27] [
pkgtools/cwrappers] [
lang/gcc6] [
x11/xorgproto]
Package options: enchant, opengl, webkit-jit
Master sites:
Filesize: 32237.891 KB
Version history: (Expand)
- (2023-03-12) Updated to version: webkit-gtk-2.38.5
- (2023-02-13) Package has been reborn
- (2023-02-02) Updated to version: webkit-gtk-2.38.4
- (2022-12-24) Updated to version: webkit-gtk-2.38.3
- (2022-12-07) Package has been reborn
- (2022-12-07) Updated to version: webkit-gtk-2.36.8nb1
CVS history: (Expand)
2015-07-13 00:07:30 by Thomas Klausner | Files touched by this commit (19) | |
Log message:
Remove webkit-gtk, imported to pkgsrc.
|
2015-07-12 12:34:22 by Leonardo Taccari | Files touched by this commit (4) | |
Log message:
Update wip/webkit-gtk to webkit-gtk-2.8.4.
pkgsrc changes:
o Convert the osabi dependency to NOT_FOR_PLATFORM.
o Add LICENSE information (like www/webkit24-gtk)
Changes:
WebKitGTK+ 2.8.4
=================
- Make WebSQL work by using a default quota instead of always failing in \
openDatabase with
DOM Exception 18.
- Improve detection and usage of GL/GLES/EGL libraries.
- Fix a crash on memory allocation using bmalloc on 32bit systems.
- Fix DOCUMENT_VIEWER cache model to actually disable the memory cache.
- Fix a WebProcess crash after too many redirect error when there's an active \
NPAPI plugin.
- Fix a WebProcess crash when gtk-font-name setting is empty.
- Ensure Math.abs() doesn't return negative.
- Correctly restore accelerated compositing after a WebProcess crash.
- Respect X-Frame-Options headers when loading from application cache.
- Several crashes and rendering issues fixed.
- Fix the MIPS N64 detection.
- Fix several memory leaks.
- Translation updates: Catalan.
WebKitGTK+ 2.8.3
=================
- Fixed a regression introduced in 2.8.2 that broke downloads when using the \
network
process.
- Fix the build with Netscape plugins disabled.
- Fix XPixamps leaked by GLContext when using EGL on X11.
WebKitGTK+ 2.8.2
=================
- Fix network redirection to a non HTTP destination.
- Use a webkit subdirectory for the disk cache to avoid conflicts with other
files in the cache directory when the disk cache is cleaned up.
- Do not preserve the Origin header on on cross-origin redirects.
- Prevent WorkQueue objects from being leaked and ensure its worker thread
always exits.
|
2015-07-12 00:17:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Avoid a RUBY variable in the PLIST.
|
2015-06-07 16:24:48 by yrmt | Files touched by this commit (23) |
Log message:
Update libsoup path from net/libsoup24 to net/libsoup.
|
2015-05-22 02:42:51 by Mateusz Poszwa | Files touched by this commit (1) |
Log message:
Add version requirements for xgettext and osabi
With these changes, I was able to successfully build wip/webkit-gtk.
It is possible there are more elegant/correct ways of introducing them.
|
2015-05-22 02:38:16 by Mateusz Poszwa | Files touched by this commit (1) |
Log message:
Correct PKGSRCDIR in buildlink3.mk
|
2015-04-19 12:05:24 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
Update wip/webkit-gtk to 2.8.1.
Changes:
o Handle keep-alive connections in GStreamer HTTP source element.
o Fix a crash in DOMObjectCache when a wrapped object owned by the cache is
unreffed by the user.
o Fix rendering of drag and drop icon.
o Fix the build with REDIRECTED_XCOMPOSITE_WINDOW disabled in X11 platform.
o Fix the build with Wayland target enabled.
o Fix the build for HPPA.
|
2015-03-30 09:33:41 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
Add a forgotten patch.
|