webkit2gtk.git
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 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]

14 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

15 months agoFix FTBFS in sparc64
David Matthew Mattli [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Fix FTBFS in sparc64

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

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

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

15 months agowebkit2gtk (2.44.4-1) unstable; urgency=medium
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
webkit2gtk (2.44.4-1) unstable; urgency=medium

  * New upstream release.
  * Drop fix-clang-build.patch and fix-webasm-crash.patch.
  * debian/rules:
    - Disable dh_dwz, it breaks the build in at least i386 and amd64
      (see #1081000).

[dgit import unpatched webkit2gtk 2.44.4-1]

15 months agoImport webkit2gtk_2.44.4.orig.tar.xz
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Import webkit2gtk_2.44.4.orig.tar.xz

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

15 months agoImport webkit2gtk_2.44.4-1.debian.tar.xz
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Import webkit2gtk_2.44.4-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.44.4-1 webkit2gtk_2.44.4-1.debian.tar.xz]

15 months agoMerge webkit2gtk (2.44.3-1) import into refs/heads/workingbranch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Merge webkit2gtk (2.44.3-1) import into refs/heads/workingbranch

15 months agoFix crash when compiled with Clang with LTO enabled
Adrian Perez de Castro [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Fix crash when compiled with Clang with LTO enabled

Bug: https://bugs.webkit.org/show_bug.cgi?id=274780
Origin: https://github.com/WebKit/WebKit/commit/4854b944b345990e4100319662777856fe8ea4aa

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

Gbp-Pq: Name fix-clang-build.patch

15 months agoFix wasm crash
Michael Catanzaro [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Fix wasm crash

Origin: https://github.com/WebKit/WebKit/commit/9140ce712aa87091613874d802787ab476be0e39

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

Gbp-Pq: Name fix-webasm-crash.patch

15 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +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, 26 Aug 2024 13:24:02 +0000 (15:24 +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, 26 Aug 2024 13:24:02 +0000 (15:24 +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, 26 Aug 2024 13:24:02 +0000 (15:24 +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, 26 Aug 2024 13:24:02 +0000 (15:24 +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, 26 Aug 2024 13:24:02 +0000 (15:24 +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, 26 Aug 2024 13:24:02 +0000 (15:24 +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

15 months agoFix FTBFS in sparc64
David Matthew Mattli [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Fix FTBFS in sparc64

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

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

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

15 months agowebkit2gtk (2.44.3-1) unstable; urgency=high
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
webkit2gtk (2.44.3-1) unstable; urgency=high

  * New upstream release.
  * The WebKitGTK security advisory WSA-2024-0004 lists the following
    security fixes in the latest versions of WebKitGTK:
    - CVE-2024-40776, CVE-2024-40779, CVE-2024-40780, CVE-2024-40782,
      CVE-2024-40785, CVE-2024-40789, CVE-2024-40794, CVE-2024-4558
      (fixed in 2.44.3).
  * debian/patches/fix-clang-build.patch,
    debian/patches/fix-webasm-crash.patch:
    - Patches recommended by upstream after 2.44.3 was released.
  * debian/libwebkit2gtk-4.0-37.symbols:
    - Update symbols.
  * debian/control.in:
    - Update Standards-Version to 4.7.0 (no changes).
    - Replace gobject-introspection-bin with gobject-introspection. This
      fixes a lintian error: missing-build-dependency-for-dh-addon gir
      (does not satisfy gobject-introspection:any | dh-sequence-gir:any)

[dgit import unpatched webkit2gtk 2.44.3-1]

15 months agoImport webkit2gtk_2.44.3.orig.tar.xz
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Import webkit2gtk_2.44.3.orig.tar.xz

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

15 months agoImport webkit2gtk_2.44.3-1.debian.tar.xz
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Import webkit2gtk_2.44.3-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.44.3-1 webkit2gtk_2.44.3-1.debian.tar.xz]

19 months agoMerge webkit2gtk (2.44.2-1) import into refs/heads/workingbranch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Merge webkit2gtk (2.44.2-1) import into refs/heads/workingbranch

19 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +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

19 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Thu, 16 May 2024 12:09:54 +0000 (14:09 +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

19 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +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

19 months agoReduce memory usage
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Reduce memory usage

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

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

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

19 months agoDon't check for SSE2 support on i386
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +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

19 months agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +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

19 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +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

19 months agoFix FTBFS in sparc64
David Matthew Mattli [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Fix FTBFS in sparc64

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

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

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

19 months agowebkit2gtk (2.44.2-1) unstable; urgency=high
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
webkit2gtk (2.44.2-1) unstable; urgency=high

  * New upstream release.
  * debian/upstream/signing-key.asc:
    - Replace Carlos Garcia's DSA key with the new RSA one.

[dgit import unpatched webkit2gtk 2.44.2-1]

19 months agoImport webkit2gtk_2.44.2.orig.tar.xz
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.2.orig.tar.xz

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

19 months agoImport webkit2gtk_2.44.2-1.debian.tar.xz
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.2-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.44.2-1 webkit2gtk_2.44.2-1.debian.tar.xz]

20 months agoMerge webkit2gtk (2.44.1-1) import into refs/heads/workingbranch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Merge webkit2gtk (2.44.1-1) import into refs/heads/workingbranch

20 months agoUse WTF_CPU_UNKNOWN when building for riscv64
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +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

20 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +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

20 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +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

20 months agoReduce memory usage
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Reduce memory usage

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

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

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

20 months agoDon't check for SSE2 support on i386
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +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

20 months agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +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

20 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +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

20 months agoFix FTBFS in sparc64
David Matthew Mattli [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Fix FTBFS in sparc64

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

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

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

20 months agowebkit2gtk (2.44.1-1) unstable; urgency=medium
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
webkit2gtk (2.44.1-1) unstable; urgency=medium

  * New upstream release.
  * Re-enable WebGL on armel.
    - debian/rules: stop using -DENABLE_WEBGL=OFF on armel, powerpc and
      sh4.
  * debian/patches/fix-ftbfs-i386.patch:
    - Drop this patch, it is included in this release.

[dgit import unpatched webkit2gtk 2.44.1-1]

20 months agoImport webkit2gtk_2.44.1.orig.tar.xz
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.1.orig.tar.xz

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

20 months agoImport webkit2gtk_2.44.1-1.debian.tar.xz
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.1-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.44.1-1 webkit2gtk_2.44.1-1.debian.tar.xz]

22 months agoMerge webkit2gtk (2.42.5-1) import into refs/heads/workingbranch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Merge webkit2gtk (2.42.5-1) import into refs/heads/workingbranch

22 months agoFix FTBFS in i386
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Fix FTBFS in i386

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

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

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

22 months agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Mon, 5 Feb 2024 10:55:25 +0000 (11: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-dmabuf-nvidia.patch

22 months agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11: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

22 months agoReduce memory usage
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Reduce memory usage

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

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

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

22 months agoDon't check for SSE2 support on i386
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11: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

22 months agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
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

22 months agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11: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

22 months agoFix FTBFS in sparc64
David Matthew Mattli [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Fix FTBFS in sparc64

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

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

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

22 months agowebkit2gtk (2.42.5-1) unstable; urgency=high
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
webkit2gtk (2.42.5-1) unstable; urgency=high

  * New upstream release.
  * debian/copyright:
    - Update copyright information of all files.
  * debian/rules:
    - Remove last empty line from debian/control.
  * debian/patches/fix-ftbfs-i386.patch:
    - i386 build fix.

[dgit import unpatched webkit2gtk 2.42.5-1]

22 months agoImport webkit2gtk_2.42.5.orig.tar.xz
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Import webkit2gtk_2.42.5.orig.tar.xz

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

22 months agoImport webkit2gtk_2.42.5-1.debian.tar.xz
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Import webkit2gtk_2.42.5-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.42.5-1 webkit2gtk_2.42.5-1.debian.tar.xz]

2 years agoMerge webkit2gtk (2.42.4-1) import into refs/heads/workingbranch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Merge webkit2gtk (2.42.4-1) import into refs/heads/workingbranch

2 years agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +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-dmabuf-nvidia.patch

2 years agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +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

2 years agoReduce memory usage
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Reduce memory usage

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

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

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

2 years agoDon't check for SSE2 support on i386
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +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

2 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
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

2 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +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

2 years agoFix FTBFS in sparc64
David Matthew Mattli [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Fix FTBFS in sparc64

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

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

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

2 years agowebkit2gtk (2.42.4-1) unstable; urgency=high
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
webkit2gtk (2.42.4-1) unstable; urgency=high

  * New upstream release.

[dgit import unpatched webkit2gtk 2.42.4-1]

2 years agoImport webkit2gtk_2.42.4.orig.tar.xz
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Import webkit2gtk_2.42.4.orig.tar.xz

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

2 years agoImport webkit2gtk_2.42.4-1.debian.tar.xz
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Import webkit2gtk_2.42.4-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.42.4-1 webkit2gtk_2.42.4-1.debian.tar.xz]

2 years agoMerge webkit2gtk (2.42.3-1) import into refs/heads/workingbranch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Merge webkit2gtk (2.42.3-1) import into refs/heads/workingbranch

2 years agoDisable DMABuf renderer for NVIDIA proprietary drivers
Carlos Garcia Campos [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +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-dmabuf-nvidia.patch

2 years agoDon't try to use PATH_MAX in the Hurd
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +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