webkit2gtk 2.36.0-1 source package in Ubuntu
Changelog
webkit2gtk (2.36.0-1) unstable; urgency=medium * New upstream release. * Refresh all patches. * debian/rules: + Build with CMAKE_BUILD_WITH_INSTALL_RPATH=ON, otherwise builds are not reproducible if they happen in different directories. * Bring all changes from the 2.35 (experimental) branch. * debian/control: + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev. * debian/source/lintian-overrides: + Update source-is-missing overrides. * debian/libwebkit2gtk-4.0-37.symbols: + Update symbols. * debian/copyright: + Update copyright information of all files. * debian/gbp.conf: + Update upstream branch name. * debian/rules: + USE_SYSTEMD was renamed to ENABLE_JOURNALD_LOG. * debian/control: + Remove all Conflicts: lines, they are obsolete. + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev. + Simplify descriptions and remove references to the WebKit2 API layer. * Build the 4.1 API version of the packages. These use libsoup 3 instead of libsoup 2 but are otherwise identical to the 4.0 API packages. + debian/control: - Add build dependency on libsoup-3.0-dev. - Add entries for the new packages. The 4.1 versions of the WebDriver, JSC command-line interpreter and documentation are currently not being generated. + debian/rules: - Add commands to build both sets of packages. + debian/libwebkit2gtk-4.0-37.install: - Update path of locale files to select only the exact API version. + debian/not-installed: - Don't install the 4.1 build of the JSC command-line interpreter. -- Alberto Garcia <email address hidden> Mon, 21 Mar 2022 23:10:15 +0100
Upload details
- Uploaded by:
- Debian WebKit Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian WebKit Maintainers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
webkit2gtk_2.36.0-1.dsc | 4.6 KiB | 6030d725d26c1e49b73552980dff7e777396db956b95f6f64235b32a5eac4836 |
webkit2gtk_2.36.0.orig.tar.xz | 25.7 MiB | b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d |
webkit2gtk_2.36.0.orig.tar.xz.asc | 195 bytes | 3db48d379b95c2a3f293cb85e3b64002c879bc6918e81439dcfd2c4d46e5b8fa |
webkit2gtk_2.36.0-1.debian.tar.xz | 73.6 KiB | 03b706b73985a21ed4a258c62d1c450e8ff9299ff2ed34c96abaa3acb3895c3c |
Available diffs
No changes file available.
Binary packages built by this source
- gir1.2-javascriptcoregtk-4.0: JavaScript engine library from WebKitGTK - GObject introspection data
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.0).
.
This package contains the introspection data, which can be used by
packages using the GIRepository format to generate dynamic bindings.
- gir1.2-javascriptcoregtk-4.1: JavaScript engine library from WebKitGTK - GObject introspection data
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.1).
.
This package contains the introspection data, which can be used by
packages using the GIRepository format to generate dynamic bindings.
- gir1.2-webkit2-4.0: Web content engine library for GTK - GObject introspection data
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version 4.0 of the API and uses libsoup v2 for
the networking stack and the GTK 3 widget toolkit.
.
This package contains introspection data, which can be used by
packages using the GIRepository format to generate dynamic bindings.
- gir1.2-webkit2-4.1: Web content engine library for GTK - GObject introspection data
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version 4.1 of the API and uses libsoup v3 for
the networking stack and the GTK 3 widget toolkit.
.
This package contains introspection data, which can be used by
packages using the GIRepository format to generate dynamic bindings.
- libjavascriptcoregtk-4.0-18: JavaScript engine library from WebKitGTK
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.0).
.
This package contains the shared libraries.
- libjavascriptcoregtk-4.0-18-dbgsym: debug symbols for libjavascriptcoregtk-4.0-18
- libjavascriptcoregtk-4.0-bin: JavaScript engine library from WebKitGTK - command-line interpreter
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.0).
.
This package provides jsc, a command-line JavaScript interpreter.
- libjavascriptcoregtk-4.0-bin-dbgsym: debug symbols for libjavascriptcoregtk-4.0-bin
- libjavascriptcoregtk-4.0-dev: JavaScript engine library from WebKitGTK - development files
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.0).
.
This package contains the development files.
- libjavascriptcoregtk-4.1-0: JavaScript engine library from WebKitGTK
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.1).
.
This package contains the shared libraries.
- libjavascriptcoregtk-4.1-0-dbgsym: debug symbols for libjavascriptcoregtk-4.1-0
- libjavascriptcoregtk-4.1-dev: JavaScript engine library from WebKitGTK - development files
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
.
This build comes from the GTK port of WebKit (API version 4.1).
.
This package contains the development files.
- libwebkit2gtk-4.0-37: Web content engine library for GTK
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version 4.0 of the API and uses libsoup v2 for
the networking stack and the GTK 3 widget toolkit.
.
This package contains the shared libraries.
- libwebkit2gtk-4.0-37-dbgsym: debug symbols for libwebkit2gtk-4.0-37
- libwebkit2gtk-4.0-dev: Web content engine library for GTK - development files
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version 4.0 of the API and uses libsoup v2 for
the networking stack and the GTK 3 widget toolkit.
.
This package contains the development files.
- libwebkit2gtk-4.1-0: Web content engine library for GTK
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version 4.1 of the API and uses libsoup v3 for
the networking stack and the GTK 3 widget toolkit.
.
This package contains the shared libraries.
- libwebkit2gtk-4.1-0-dbgsym: debug symbols for libwebkit2gtk-4.1-0
- libwebkit2gtk-4.1-dev: Web content engine library for GTK - development files
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
This build provides version 4.1 of the API and uses libsoup v3 for
the networking stack and the GTK 3 widget toolkit.
.
This package contains the development files.
- webkit2gtk-driver: WebKitGTK WebDriver support
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
.
WebKitGTK is a WebKit port designed to be used in GTK applications.
.
This package provides the WebDriver service implementation for
WebKitGTK.
- webkit2gtk-driver-dbgsym: debug symbols for webkit2gtk-driver