Skip to content

Commit

Permalink
extra/qt5-webengine to 5.15.10-2.1
Browse files Browse the repository at this point in the history
closes #1928
  • Loading branch information
kmihelich committed Aug 21, 2022
1 parent fb3e91a commit f0059da
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 14 deletions.
4 changes: 2 additions & 2 deletions extra/qt5-webengine/0001-ARM-toolchain-fixes.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 831eeefaebc489ecb64f945cfa62f79771be3bf5 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <[email protected]>
Date: Tue, 4 Jul 2017 11:54:39 -0600
Subject: [PATCH 1/4] ARM toolchain fixes
Subject: [PATCH 1/5] ARM toolchain fixes

---
chromium/build/toolchain/linux/BUILD.gn | 24 ++++++++++--------------
Expand Down Expand Up @@ -54,5 +54,5 @@ index fa8b17e9db3..7398b7556ec 100644
toolchain_args = {
current_cpu = "arm"
--
2.33.0
2.37.0

4 changes: 2 additions & 2 deletions extra/qt5-webengine/0002-Fix-ARM-skia-ICE.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 895dec8c2d626f176cb85af81c09c7bf30e2ad43 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <[email protected]>
Date: Mon, 1 Jul 2019 07:10:36 -0600
Subject: [PATCH 2/4] Fix ARM skia ICE
Subject: [PATCH 2/5] Fix ARM skia ICE

---
chromium/third_party/skia/third_party/skcms/src/Transform_inl.h | 2 +-
Expand All @@ -21,5 +21,5 @@ index 2dcf717f3b7..8e1acb01fee 100644
#else
#define MAYBE_NOINLINE
--
2.33.0
2.37.0

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From a3a795afdd386242fa115309c5fd349b0095bfdd Mon Sep 17 00:00:00 2001
From: Yuki Shiino <[email protected]>
Date: Mon, 5 Oct 2020 11:01:57 +0000
Subject: [PATCH 3/4] bind-gen: Support --single_process flag in
Subject: [PATCH 3/5] bind-gen: Support --single_process flag in
generate_bindings.py

Error messages of generate_bindings.py are often hard to read
Expand Down Expand Up @@ -153,5 +153,5 @@ index 96a9ebccdbf..528d1b2f61d 100644
for task in tasks:
dispatch_table[task](task_queue)
--
2.33.0
2.37.0

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 67b6ede8c7b82dfddc53b945945a5d4c9e2ad9c3 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <[email protected]>
Date: Tue, 2 Feb 2021 13:58:59 -0700
Subject: [PATCH 4/4] Run blink bindings generation single threaded
Subject: [PATCH 4/5] Run blink bindings generation single threaded

When not single threaded this process will eat all the RAM.
---
Expand All @@ -21,5 +21,5 @@ index 6a457ced15a..09f1250d173 100644
rebase_path(web_idl_database, root_build_dir),
"--root_src_dir",
--
2.33.0
2.37.0

Loading

0 comments on commit f0059da

Please sign in to comment.