From 9fd1bb66d3c26b727865af806e0f0f052eaeb842 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 23 Jul 2022 09:53:09 +1000 Subject: [PATCH] Rebase against 7b77b4e3b4ea732ed592ac15f000875f5d1f1daa. --- patches/dwrite-FontFallback/definition | 1 + patches/patchinstall.sh | 22 +--------------------- staging/upstream-commit | 2 +- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/patches/dwrite-FontFallback/definition b/patches/dwrite-FontFallback/definition index 7d93ede0..3504d64b 100644 --- a/patches/dwrite-FontFallback/definition +++ b/patches/dwrite-FontFallback/definition @@ -1 +1,2 @@ Fixes: [44052] - Support for font fallback. +Disabled: True diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index f588d981..ea5b8772 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -51,7 +51,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "97f10736db6fc9c58ed181b3f23534513d6f9e13" + echo "7b77b4e3b4ea732ed592ac15f000875f5d1f1daa" } # Show version information @@ -108,7 +108,6 @@ patch_enable_all () enable_dinput_joy_mappings="$1" enable_dsound_EAX="$1" enable_dsound_Fast_Mixer="$1" - enable_dwrite_FontFallback="$1" enable_eventfd_synchronization="$1" enable_explorer_Video_Registry_Key="$1" enable_fltmgr_sys_FltBuildDefaultSecurityDescriptor="$1" @@ -348,9 +347,6 @@ patch_enable () dsound-Fast_Mixer) enable_dsound_Fast_Mixer="$2" ;; - dwrite-FontFallback) - enable_dwrite_FontFallback="$2" - ;; eventfd_synchronization) enable_eventfd_synchronization="$2" ;; @@ -1719,22 +1715,6 @@ if test "$enable_dsound_EAX" -eq 1; then patch_apply dsound-EAX/0023-dsound-Fake-success-for-EAX-Set-Buffer-ListenerPrope.patch fi -# Patchset dwrite-FontFallback -# | -# | This patchset fixes the following Wine bugs: -# | * [#44052] - Support for font fallback. -# | -# | Modified files: -# | * dlls/dwrite/analyzer.c, dlls/dwrite/layout.c, dlls/dwrite/tests/layout.c -# | -if test "$enable_dwrite_FontFallback" -eq 1; then - patch_apply dwrite-FontFallback/0001-dwrite-Test-IDWriteTextFormat-with-nonexistent-font.patch - patch_apply dwrite-FontFallback/0002-dwrite-Test-GetMetrics-with-custom-fontcollection.patch - patch_apply dwrite-FontFallback/0004-dwrite-Use-font-fallback-when-mapping-characters.patch - patch_apply dwrite-FontFallback/0005-dwrite-Use-MapCharacters-for-non-visual-characters.patch - patch_apply dwrite-FontFallback/0006-dwrite-Use-MapCharacters-for-dummy-line-metrics.patch -fi - # Patchset ntdll-DOS_Attributes # | # | This patchset fixes the following Wine bugs: diff --git a/staging/upstream-commit b/staging/upstream-commit index 9d80a8c0..a6afc510 100644 --- a/staging/upstream-commit +++ b/staging/upstream-commit @@ -1 +1 @@ -97f10736db6fc9c58ed181b3f23534513d6f9e13 +7b77b4e3b4ea732ed592ac15f000875f5d1f1daa