From d34ff186791595d60d77e96d2cc56aa20143dd99 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Fri, 11 Sep 2020 19:05:04 +1000 Subject: [PATCH] Disabled color-sRGB-profile This is causing a lockup of rundll32. --- patches/color-sRGB-profile/definition | 1 + patches/patchinstall.sh | 19 ++----------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/patches/color-sRGB-profile/definition b/patches/color-sRGB-profile/definition index 08eaef19..1556c091 100644 --- a/patches/color-sRGB-profile/definition +++ b/patches/color-sRGB-profile/definition @@ -1 +1,2 @@ Fixes: [37396] Add sRGB color profile. +Disabled: True diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 82a29459..0a75efe5 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -91,7 +91,6 @@ patch_enable_all () enable_atl_AtlAxDialogBox="$1" enable_bcrypt_ECDHSecretAgreement="$1" enable_cmd_launch_association="$1" - enable_color_sRGB_profile="$1" enable_comctl32_Listview_DrawItem="$1" enable_comctl32_rebar_capture="$1" enable_comctl32_version_6="$1" @@ -368,9 +367,6 @@ patch_enable () cmd-launch-association) enable_cmd_launch_association="$2" ;; - color-sRGB-profile) - enable_color_sRGB_profile="$2" - ;; comctl32-Listview_DrawItem) enable_comctl32_Listview_DrawItem="$2" ;; @@ -1887,18 +1883,6 @@ if test "$enable_cmd_launch_association" -eq 1; then patch_apply cmd-launch-association/0002-cmd-ftype-failed-to-clear-file-associations.patch fi -# Patchset color-sRGB-profile -# | -# | This patchset fixes the following Wine bugs: -# | * [#37396] Add sRGB color profile. -# | -# | Modified files: -# | * Makefile.in, color/Makefile.in, color/sRGB_Color_Space_Profile.icm, configure.ac, loader/wine.inf.in, tools/makedep.c -# | -if test "$enable_color_sRGB_profile" -eq 1; then - patch_apply color-sRGB-profile/0001-wine.inf-Add-sRGB-color-profile.patch -fi - # Patchset comctl32-Listview_DrawItem # | # | This patchset fixes the following Wine bugs: @@ -4514,7 +4498,8 @@ fi # | * [#49740] windows.media.speech: New DLL # | # | Modified files: -# | * loader/wine.inf.in +# | * configure.ac, dlls/windows.media.speech.dll/Makefile.in, dlls/windows.media.speech.dll/windows.media.speech.spec, +# | dlls/windows.media.speech.dll/windows.media.speech_main.c, loader/wine.inf.in # | if test "$enable_windows_media_speech_dll" -eq 1; then patch_apply windows.media.speech.dll/0001-windows.media.speech-Add-stub-dll.patch