[ubuntu/lunar-proposed] webkit2gtk 2.39.90-1ubuntu1 (Accepted)
Jeremy Bicha
jbicha at ubuntu.com
Wed Feb 22 03:18:18 UTC 2023
webkit2gtk (2.39.90-1ubuntu1) lunar; urgency=medium
* Enable the GTK4 build
* debian/rules: Disable support for AVIF & gstreamer transcoding on Ubuntu
webkit2gtk (2.39.90-1) experimental; urgency=medium
* New upstream development release.
* Refresh all patches.
* debian/rules:
- Remove /usr/include/*/JavaScriptCore from the GTK4 build's .install
files.
- Build with -DDEBUG_FISSION=OFF since it adds the -gsplit-dwarf flag
that is currently not supported by dh_dwz (see #1016936).
- Rename libjavascriptcoregtk-6.0-0 to libjavascriptcoregtk-6.0-1 and
libwebkitgtk-6.0-2 to libwebkitgtk-6.0-3 after their soname bumps.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/patches/fix-api-headers.patch:
- Fix API headers.
* debian/patches/fix-ftbfs-i386.patch:
- Fix FTBFS in i386.
* debian/copyright:
- Update copyright information of all files.
webkit2gtk (2.39.7-1) experimental; urgency=medium
* New upstream development release.
* debian/rules:
- Rename libwebkitgtk-6.0-1 to libwebkitgtk-6.0-2 after a soname bump.
* Drop debian/rules/fix-non-unified-build.patch and use unified builds
in mipsel.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
webkit2gtk (2.39.5-1) experimental; urgency=medium
* New upstream development release.
* debian/libwebkit2gtk-4.0-37.symbols:
- Mark with (gtk3-only) all symbols that were removed from the GTK4
build.
* Refresh all patches.
- Drop fix-public-header.patch.
* debian/rules:
- Rename libwebkitgtk-6.0-0 to libwebkitgtk-6.0-1 after a soname bump.
* debian/copyright:
- Update copyright information of all files.
webkit2gtk (2.39.4-1) experimental; urgency=medium
* New upstream development release.
* Refresh all patches.
* debian/patches/fix-public-header.patch:
- Fix regression in the public headers (webkit bug #250701).
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/copyright:
- Update copyright information of all files.
* debian/control.in:
- Update Standards-Version to 4.6.2 (no changes).
- Rename obsolete packages in Build-Depends:
+ libfontconfig1-dev -> libfontconfig-dev
+ libfreetype6-dev -> libfreetype-dev
+ libegl1-mesa-dev -> libegl-dev
webkit2gtk (2.39.3-1) experimental; urgency=medium
* New upstream development release.
* Refresh all patches.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/patches/fix-non-unified-build.patch:
- Update for 2.93.3.
* debian/control.in:
- Require libgstreamer-plugins-bad1.0-dev >= 1.20.0, this is needed
for USE_GSTREAMER_TRANSCODER.
* debian/copyright:
- Update copyright information of all files.
webkit2gtk (2.39.2-1) experimental; urgency=medium
* New upstream development release.
* Refresh all patches.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* Make the gtk4 build work again (this is now the 6.0 API). In this
build upstream finally removed the '2' suffix so webkit2gtk is now
webkitgtk again in all file names.
- debian/{rules,not-installed,control.in,control-common.in}: Update
all these files to reflect the API and package name changes.
* Use the documentation from the 4.1 API build. This simplifies the
build process a bit (the package is still named 4.0-doc to make
backports easier).
* debian/rules:
- Build the 4.1 API version of the WebKit WebDriver if possible.
- Stop passing -DUSE_LD_GOLD=OFF, this option no longer exists (and
update reduce-memory-overheads.patch accordingly).
* debian/copyright:
- Update copyright information of all files.
webkit2gtk (2.39.1-1) experimental; urgency=medium
* New upstream development release.
* debian/watch, debian/gbp.conf:
- Update for 2.39.x packages in experimental.
* Refresh all patches.
* debian/control.in:
- Add build dependencies on unifdef, libavif-dev and
libgstreamer-plugins-bad1.0-dev (for webrtc).
- Disable the gtk4 (5.0 API) build, upstream replaced this with the
6.0 API which is not stable yet.
* debian/libwebkit2gtk-4.0-37.install:
- WebKit2GTK-*.mo is now WebKitGTK-*.mo.
* debian/libwebkit2gtk-4.0-dev.install:
- Update include path.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/patches/dont-detect-sse2.patch:
- Don't build ANGLE with SSE support in i386.
* debian/patches/fix-non-unified-build.patch:
- Fix non-unified build.
* debian/source/lintian-overrides:
- Update source-is-missing overrides.
* debian/copyright:
- Update copyright information of all files.
Date: Tue, 21 Feb 2023 10:00:09 -0500
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/webkit2gtk/2.39.90-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 21 Feb 2023 10:00:09 -0500
Source: webkit2gtk
Built-For-Profiles: noudeb
Architecture: source
Version: 2.39.90-1ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Changes:
webkit2gtk (2.39.90-1ubuntu1) lunar; urgency=medium
.
* Enable the GTK4 build
* debian/rules: Disable support for AVIF & gstreamer transcoding on Ubuntu
.
webkit2gtk (2.39.90-1) experimental; urgency=medium
.
* New upstream development release.
* Refresh all patches.
* debian/rules:
- Remove /usr/include/*/JavaScriptCore from the GTK4 build's .install
files.
- Build with -DDEBUG_FISSION=OFF since it adds the -gsplit-dwarf flag
that is currently not supported by dh_dwz (see #1016936).
- Rename libjavascriptcoregtk-6.0-0 to libjavascriptcoregtk-6.0-1 and
libwebkitgtk-6.0-2 to libwebkitgtk-6.0-3 after their soname bumps.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/patches/fix-api-headers.patch:
- Fix API headers.
* debian/patches/fix-ftbfs-i386.patch:
- Fix FTBFS in i386.
* debian/copyright:
- Update copyright information of all files.
.
webkit2gtk (2.39.7-1) experimental; urgency=medium
.
* New upstream development release.
* debian/rules:
- Rename libwebkitgtk-6.0-1 to libwebkitgtk-6.0-2 after a soname bump.
* Drop debian/rules/fix-non-unified-build.patch and use unified builds
in mipsel.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
.
webkit2gtk (2.39.5-1) experimental; urgency=medium
.
* New upstream development release.
* debian/libwebkit2gtk-4.0-37.symbols:
- Mark with (gtk3-only) all symbols that were removed from the GTK4
build.
* Refresh all patches.
- Drop fix-public-header.patch.
* debian/rules:
- Rename libwebkitgtk-6.0-0 to libwebkitgtk-6.0-1 after a soname bump.
* debian/copyright:
- Update copyright information of all files.
.
webkit2gtk (2.39.4-1) experimental; urgency=medium
.
* New upstream development release.
* Refresh all patches.
* debian/patches/fix-public-header.patch:
- Fix regression in the public headers (webkit bug #250701).
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/copyright:
- Update copyright information of all files.
* debian/control.in:
- Update Standards-Version to 4.6.2 (no changes).
- Rename obsolete packages in Build-Depends:
+ libfontconfig1-dev -> libfontconfig-dev
+ libfreetype6-dev -> libfreetype-dev
+ libegl1-mesa-dev -> libegl-dev
.
webkit2gtk (2.39.3-1) experimental; urgency=medium
.
* New upstream development release.
* Refresh all patches.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/patches/fix-non-unified-build.patch:
- Update for 2.93.3.
* debian/control.in:
- Require libgstreamer-plugins-bad1.0-dev >= 1.20.0, this is needed
for USE_GSTREAMER_TRANSCODER.
* debian/copyright:
- Update copyright information of all files.
.
webkit2gtk (2.39.2-1) experimental; urgency=medium
.
* New upstream development release.
* Refresh all patches.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* Make the gtk4 build work again (this is now the 6.0 API). In this
build upstream finally removed the '2' suffix so webkit2gtk is now
webkitgtk again in all file names.
- debian/{rules,not-installed,control.in,control-common.in}: Update
all these files to reflect the API and package name changes.
* Use the documentation from the 4.1 API build. This simplifies the
build process a bit (the package is still named 4.0-doc to make
backports easier).
* debian/rules:
- Build the 4.1 API version of the WebKit WebDriver if possible.
- Stop passing -DUSE_LD_GOLD=OFF, this option no longer exists (and
update reduce-memory-overheads.patch accordingly).
* debian/copyright:
- Update copyright information of all files.
.
webkit2gtk (2.39.1-1) experimental; urgency=medium
.
* New upstream development release.
* debian/watch, debian/gbp.conf:
- Update for 2.39.x packages in experimental.
* Refresh all patches.
* debian/control.in:
- Add build dependencies on unifdef, libavif-dev and
libgstreamer-plugins-bad1.0-dev (for webrtc).
- Disable the gtk4 (5.0 API) build, upstream replaced this with the
6.0 API which is not stable yet.
* debian/libwebkit2gtk-4.0-37.install:
- WebKit2GTK-*.mo is now WebKitGTK-*.mo.
* debian/libwebkit2gtk-4.0-dev.install:
- Update include path.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/patches/dont-detect-sse2.patch:
- Don't build ANGLE with SSE support in i386.
* debian/patches/fix-non-unified-build.patch:
- Fix non-unified build.
* debian/source/lintian-overrides:
- Update source-is-missing overrides.
* debian/copyright:
- Update copyright information of all files.
Checksums-Sha1:
4406c83a15352d09eef1a7420c472126ae14c428 5098 webkit2gtk_2.39.90-1ubuntu1.dsc
165a689613374fc7b00b8fc4334d9b56b6138a13 38837712 webkit2gtk_2.39.90.orig.tar.xz
0ab2c8b6f7ed8d9421e77933ddef8c9cf3d5a5f5 80384 webkit2gtk_2.39.90-1ubuntu1.debian.tar.xz
d02f030693370bfbbf30b615aa7af33b758defdc 17554 webkit2gtk_2.39.90-1ubuntu1_source.buildinfo
Checksums-Sha256:
c9e369e2e8362b6872d831dab10639308f0e838d2efd13d449932d5cdf3447a7 5098 webkit2gtk_2.39.90-1ubuntu1.dsc
fdd40a328241135d8d8415b650dd7e9edaca6c7446518b15b7fb88c2c227d4d1 38837712 webkit2gtk_2.39.90.orig.tar.xz
ac37fe0bdd5d5d1021003ffa880d2b3d22bd78f0e11b011c00e509dcabd6fae9 80384 webkit2gtk_2.39.90-1ubuntu1.debian.tar.xz
1491ebecafe6e134cbcb7ab69685c836648689b2f2161b2a76b04679fe32c347 17554 webkit2gtk_2.39.90-1ubuntu1_source.buildinfo
Files:
7c48a74ab17422e1e872bee2a9ccfe01 5098 web optional webkit2gtk_2.39.90-1ubuntu1.dsc
03f757c18d8730511b8ddfa09c189b1e 38837712 web optional webkit2gtk_2.39.90.orig.tar.xz
8f031ec5f226c8a27c09b47e229ca597 80384 web optional webkit2gtk_2.39.90-1ubuntu1.debian.tar.xz
3535aa7774cc4aab606aedcdf9c47cfb 17554 web optional webkit2gtk_2.39.90-1ubuntu1_source.buildinfo
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>
More information about the lunar-changes
mailing list