webkit2gtk.git
8 months agouse gcc not clang. trixie-staging archive/raspbian/2.48.0-1+rpi1 raspbian/2.48.0-1+rpi1
Peter Michael Green [Tue, 8 Apr 2025 02:10:57 +0000 (02:10 +0000)]
use gcc not clang.

8 months agoManual merge of version 2.46.5-1+rpi1 and 2.48.0-1 to produce 2.48.0-1+rpi1
Peter Michael Green [Thu, 3 Apr 2025 16:20:21 +0000 (16:20 +0000)]
Manual merge of version 2.46.5-1+rpi1 and 2.48.0-1 to produce 2.48.0-1+rpi1

9 months agoMerge webkit2gtk (2.48.0-1) import into refs/heads/workingbranch
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Merge webkit2gtk (2.48.0-1) import into refs/heads/workingbranch

9 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

9 months agoDon't check for SSE2 support on i386
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

9 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

9 months agoFix FTBFS in sparc64
David Matthew Mattli [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

9 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

9 months agowebkit2gtk (2.48.0-1) unstable; urgency=medium
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
webkit2gtk (2.48.0-1) unstable; urgency=medium

  * New upstream release.
  * Bring all changes from the 2.47 (experimental) branch.
  * debian/source/lintian-overrides:
    - Update source-is-missing overrides.
  * Remove libwebkit2gtk-4.0-37.lintian-overrides.
  * debian/control.in:
    - Add build dependency on flite1-dev (for speech synthesis).
    - Remove the minimum versions of all build dependencies in the cases
      where they are very old.
    - Remove build dependencies on all lib*-doc packages.
  * Enable clang again in the architectures where it's available and known
    to work.
  * Replace USE_OLD_*_PKG with USE_OLD_PKG_NAMES.
  * debian/copyright:
    - Update copyright information of all files.
  * debian/gbp.conf:
    - Update upstream branch name.
  * debian/libwebkit2gtk-4.0-37.symbols:
    - Update symbols.
  * fix-bmalloc-armhf.patch:
    - Drop this patch, the armhf build works fine now without it.
  * fix-ftbfs-hurd.patch:
    - Drop this patch, I forgot to do it in 2.46.1-2.
  * disable-nvidia-dmabuf.patch:
    - Update this patch for the 2.48.x branch.
  * debian/rules:
    - Stop overriding dh_builddeb, running it in parallel used to be a
      problem when we were building without -g1 and had very large debug
      packages.

[dgit import unpatched webkit2gtk 2.48.0-1]

9 months agoImport webkit2gtk_2.48.0.orig.tar.xz
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Import webkit2gtk_2.48.0.orig.tar.xz

[dgit import orig webkit2gtk_2.48.0.orig.tar.xz]

9 months agoImport webkit2gtk_2.48.0-1.debian.tar.xz
Alberto Garcia [Fri, 14 Mar 2025 22:12:01 +0000 (23:12 +0100)]
Import webkit2gtk_2.48.0-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.48.0-1 webkit2gtk_2.48.0-1.debian.tar.xz]

10 months agoMerge webkit2gtk (2.46.6-1) import into refs/heads/workingbranch
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Merge webkit2gtk (2.46.6-1) import into refs/heads/workingbranch

10 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

10 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

10 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

10 months agoDon't check for SSE2 support on i386
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

10 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

10 months agoFix FTBFS in sparc64
David Matthew Mattli [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

10 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

10 months agowebkit2gtk (2.46.6-1) unstable; urgency=high
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
webkit2gtk (2.46.6-1) unstable; urgency=high

  * New upstream release (Closes: #1092311).
  * Refresh debian/patches/disable-nvidia-dmabuf.patch
  * debian/copyright:
    - Update copyright information of all files.
  * debian/rules:
    - Stop using -DWTF_CPU_ARM64_CORTEXA53=OFF, this was fixed upstream a
      long time ago (WebKit bug #197192).
  * debian/upstream/signing-key.asc:
    - sq complains about multiple concatenated ASCII Armor blocks, so put
      all keys in the same block.

[dgit import unpatched webkit2gtk 2.46.6-1]

10 months agoImport webkit2gtk_2.46.6.orig.tar.xz
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Import webkit2gtk_2.46.6.orig.tar.xz

[dgit import orig webkit2gtk_2.46.6.orig.tar.xz]

10 months agoImport webkit2gtk_2.46.6-1.debian.tar.xz
Alberto Garcia [Fri, 7 Feb 2025 13:40:10 +0000 (14:40 +0100)]
Import webkit2gtk_2.46.6-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.6-1 webkit2gtk_2.46.6-1.debian.tar.xz]

11 months agoManual merge of version 2.46.0-2+rpi1 and 2.46.5-1 to produce 2.46.5-1+rpi1 archive/raspbian/2.46.5-1+rpi1 raspbian/2.46.5-1+rpi1
Peter Michael Green [Tue, 7 Jan 2025 18:21:01 +0000 (18:21 +0000)]
Manual merge of version 2.46.0-2+rpi1 and 2.46.5-1 to produce 2.46.5-1+rpi1

11 months agoMerge webkit2gtk (2.46.5-1) import into refs/heads/workingbranch
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Merge webkit2gtk (2.46.5-1) import into refs/heads/workingbranch

11 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

11 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

11 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

11 months agoDon't check for SSE2 support on i386
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

11 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

11 months agoFix FTBFS in sparc64
David Matthew Mattli [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

11 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

11 months agowebkit2gtk (2.46.5-1) unstable; urgency=medium
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
webkit2gtk (2.46.5-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched webkit2gtk 2.46.5-1]

11 months agoImport webkit2gtk_2.46.5.orig.tar.xz
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Import webkit2gtk_2.46.5.orig.tar.xz

[dgit import orig webkit2gtk_2.46.5.orig.tar.xz]

11 months agoImport webkit2gtk_2.46.5-1.debian.tar.xz
Alberto Garcia [Thu, 19 Dec 2024 08:55:22 +0000 (09:55 +0100)]
Import webkit2gtk_2.46.5-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.5-1 webkit2gtk_2.46.5-1.debian.tar.xz]

12 months agoMerge webkit2gtk (2.46.4-1) import into refs/heads/workingbranch
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Merge webkit2gtk (2.46.4-1) import into refs/heads/workingbranch

12 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

12 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

12 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

12 months agoDon't check for SSE2 support on i386
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

12 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

12 months agoFix FTBFS in sparc64
David Matthew Mattli [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

12 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

12 months agowebkit2gtk (2.46.4-1) unstable; urgency=high
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
webkit2gtk (2.46.4-1) unstable; urgency=high

  * New upstream release.
  * The WebKitGTK security advisory WSA-2024-0007 lists the following
    security fixes in the latest versions of WebKitGTK:
    - CVE-2024-44308, CVE-2024-44309 (fixed in 2.46.4).

[dgit import unpatched webkit2gtk 2.46.4-1]

12 months agoImport webkit2gtk_2.46.4.orig.tar.xz
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Import webkit2gtk_2.46.4.orig.tar.xz

[dgit import orig webkit2gtk_2.46.4.orig.tar.xz]

12 months agoImport webkit2gtk_2.46.4-1.debian.tar.xz
Alberto Garcia [Wed, 27 Nov 2024 15:00:26 +0000 (16:00 +0100)]
Import webkit2gtk_2.46.4-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.4-1 webkit2gtk_2.46.4-1.debian.tar.xz]

13 months agoMerge webkit2gtk (2.46.3-1) import into refs/heads/workingbranch
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Merge webkit2gtk (2.46.3-1) import into refs/heads/workingbranch

13 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

13 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

13 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

13 months agoDon't check for SSE2 support on i386
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

13 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

13 months agoFix FTBFS in sparc64
David Matthew Mattli [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

13 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

13 months agowebkit2gtk (2.46.3-1) unstable; urgency=medium
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
webkit2gtk (2.46.3-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched webkit2gtk 2.46.3-1]

13 months agoImport webkit2gtk_2.46.3.orig.tar.xz
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Import webkit2gtk_2.46.3.orig.tar.xz

[dgit import orig webkit2gtk_2.46.3.orig.tar.xz]

13 months agoImport webkit2gtk_2.46.3-1.debian.tar.xz
Alberto Garcia [Wed, 30 Oct 2024 13:39:03 +0000 (14:39 +0100)]
Import webkit2gtk_2.46.3-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.3-1 webkit2gtk_2.46.3-1.debian.tar.xz]

13 months agoMerge webkit2gtk (2.46.2-1) import into refs/heads/workingbranch
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Merge webkit2gtk (2.46.2-1) import into refs/heads/workingbranch

13 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

13 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

13 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

13 months agoDon't check for SSE2 support on i386
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

13 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

13 months agoFix FTBFS in sparc64
David Matthew Mattli [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

13 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

13 months agowebkit2gtk (2.46.2-1) unstable; urgency=medium
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
webkit2gtk (2.46.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop socket-monitor-crash.patch (included in this release).
  * debian/control-common.in:
    - The libwebkit*-dev packages are no longer Multi-Arch: same.
      The s390x versions of the WebKit*.gir files are different due to a
      change in a default value (WebKit bug #279220).
  * debian/copyright:
    - Update copyright information of all files.
  * debian/rules:
    - Stop disabling jpeg-xl in Ubuntu (Jeremy BĂ­cha).
    - Remove the USE_PREBUILT_DOCS variable, we can always build the
      documentation now.
    - Fix build with -Nlibwebkitgtk-doc.
    - Disable Skia on loong64 (Closes: #1082740).

[dgit import unpatched webkit2gtk 2.46.2-1]

13 months agoImport webkit2gtk_2.46.2.orig.tar.xz
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Import webkit2gtk_2.46.2.orig.tar.xz

[dgit import orig webkit2gtk_2.46.2.orig.tar.xz]

13 months agoImport webkit2gtk_2.46.2-1.debian.tar.xz
Alberto Garcia [Wed, 23 Oct 2024 09:57:14 +0000 (11:57 +0200)]
Import webkit2gtk_2.46.2-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.2-1 webkit2gtk_2.46.2-1.debian.tar.xz]

14 months agoMerge webkit2gtk (2.46.1-2) import into refs/heads/workingbranch
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Merge webkit2gtk (2.46.1-2) import into refs/heads/workingbranch

14 months agoFix crash in ProcessLauncher socket monitor callback
Michael Catanzaro [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Fix crash in ProcessLauncher socket monitor callback

Bug: https://bugs.webkit.org/show_bug.cgi?id=281495

===================================================================

Gbp-Pq: Name socket-monitor-crash.patch

14 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

14 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

14 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

14 months agoDon't check for SSE2 support on i386
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

14 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

14 months agoFix FTBFS in sparc64
David Matthew Mattli [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

14 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

14 months agowebkit2gtk (2.46.1-2) unstable; urgency=medium
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
webkit2gtk (2.46.1-2) unstable; urgency=medium

  * Make the package Linux-only.
    - debian/control*.in: Set Architecture: linux-any.
    - debian/rules: Remove non-Linux quirks.
  * debian/patches/socket-monitor-crash.patch:
    - Fix crash due to a regression in 2.46.1 (WebKit bug #281495).
  * debian/control.in:
    - Require cmake 3.20.

[dgit import unpatched webkit2gtk 2.46.1-2]

14 months agoImport webkit2gtk_2.46.1-2.debian.tar.xz
Alberto Garcia [Thu, 17 Oct 2024 14:52:26 +0000 (16:52 +0200)]
Import webkit2gtk_2.46.1-2.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.1-2 webkit2gtk_2.46.1-2.debian.tar.xz]

14 months agoImport webkit2gtk_2.46.1.orig.tar.xz
Alberto Garcia [Mon, 30 Sep 2024 11:51:18 +0000 (13:51 +0200)]
Import webkit2gtk_2.46.1.orig.tar.xz

[dgit import orig webkit2gtk_2.46.1.orig.tar.xz]

14 months agoMerge version 2.44.3-1+rpi1 and 2.46.0-2 to produce 2.46.0-2+rpi1 archive/raspbian/2.46.0-2+rpi1 raspbian/2.46.0-2+rpi1
Raspbian automatic forward porter [Thu, 26 Sep 2024 22:26:35 +0000 (23:26 +0100)]
Merge version 2.44.3-1+rpi1 and 2.46.0-2 to produce 2.46.0-2+rpi1

14 months agoMerge webkit2gtk (2.46.0-2) import into refs/heads/workingbranch
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Merge webkit2gtk (2.46.0-2) import into refs/heads/workingbranch

14 months agoFix the armhf build if bmalloc is enabled
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Fix the armhf build if bmalloc is enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

14 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-nvidia-dmabuf.patch

14 months agoDisable webkit_settings_set_enable_2d_canvas_acceleration on non-Skia builds
Michael Catanzaro [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Disable webkit_settings_set_enable_2d_canvas_acceleration on non-Skia builds

Bug: https://bugs.webkit.org/show_bug.cgi?id=279220
Bug-Debian: https://bugs.debian.org/1082149
Origin: https://commits.webkit.org/283863@main

===================================================================

Gbp-Pq: Name fix-epiphany-ftbfs.patch

14 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

14 months agoDon't check for SSE2 support on i386
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

14 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

14 months agoFix FTBFS in sparc64
David Matthew Mattli [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

14 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

14 months agowebkit2gtk (2.46.0-2) unstable; urgency=medium
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
webkit2gtk (2.46.0-2) unstable; urgency=medium

  * debian/rules:
    - Use -DUSE_SYSPROF_CAPTURE=OFF in unsupported arches.
    - Enable bmalloc on armhf, using the system malloc is crashing the web
      process (Closes: #1082148)
  * debian/patches/fix-epiphany-ftbfs.patch:
    - Disable webkit_settings_set_enable_2d_canvas_acceleration on
      non-Skia builds. This fixes a FTBFS in epiphany-browser
      (Closes: #1082149).
  * debian/patches/disable-dmabuf-nvidia.patch:
    - Bring back this patch (Closes: #1082139), see also #1039720.
  * debian/patches/fix-bmalloc-armhf.patch:
    - Fix the armhf build if bmalloc is enabled.

[dgit import unpatched webkit2gtk 2.46.0-2]

14 months agoImport webkit2gtk_2.46.0-2.debian.tar.xz
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Import webkit2gtk_2.46.0-2.debian.tar.xz

[dgit import tarball webkit2gtk 2.46.0-2 webkit2gtk_2.46.0-2.debian.tar.xz]

15 months agoImport webkit2gtk_2.46.0.orig.tar.xz
Alberto Garcia [Tue, 17 Sep 2024 13:42:38 +0000 (15:42 +0200)]
Import webkit2gtk_2.46.0.orig.tar.xz

[dgit import orig webkit2gtk_2.46.0.orig.tar.xz]

15 months agoMerge webkit2gtk (2.44.4-1) import into refs/heads/workingbranch
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Merge webkit2gtk (2.44.4-1) import into refs/heads/workingbranch

15 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64

Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no

WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-riscv64.patch

15 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers

Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
Origin: https://github.com/WebKit/WebKit/pull/18614

===================================================================

Gbp-Pq: Name disable-dmabuf-nvidia.patch

15 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Don't try to use PATH_MAX in the Hurd

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

15 months agoReduce memory usage
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Reduce memory usage

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

15 months agoDon't check for SSE2 support on i386
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

15 months agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Enable THREADS_PREFER_PTHREAD_FLAG

Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843

This fixes a FTBFS in riscv64
===================================================================

Gbp-Pq: Name prefer-pthread.patch

15 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Use WTF_CPU_UNKNOWN when building for X32

Forwarded: no

WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch