Move to ICU 73.2

This commit is contained in:
Matthieu Gautier 2023-10-31 18:16:09 +01:00
parent 8cf6c39d11
commit 717dcd801d
3 changed files with 53 additions and 3133 deletions

View File

@ -11,14 +11,16 @@ class Icu(Dependency):
name = "icu4c" name = "icu4c"
class Source(ReleaseDownload): class Source(ReleaseDownload):
archive = Remotefile('icu4c_svn_58-2.tar.gz', archive = Remotefile('icu4c-73_2-src.tgz',
'fd8fcc1f1b8b2b71b879e88844480ebec107189c21076c81573f71dca5686a0d') '818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1',
patches = ["icu4c_fix_static_lib_name_mingw.patch", 'https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz')
"icu4c_android_elf64_st_info.patch", patches = [
"icu4c_custom_data.patch", "icu4c_fix_static_lib_name_mingw.patch",
"icu4c_noxlocale.patch", # "icu4c_android_elf64_st_info.patch",
# "icu4c_custom_data.patch",
# "icu4c_noxlocale.patch",
"icu4c_rpath.patch", "icu4c_rpath.patch",
"icu4c_build_config.patch", # "icu4c_build_config.patch",
"icu4c_wasm.patch" "icu4c_wasm.patch"
] ]

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@ base_deps_versions = {
'pugixml' : '1.2', 'pugixml' : '1.2',
'libmicrohttpd' : '0.9.76', 'libmicrohttpd' : '0.9.76',
'gumbo' : '0.10.1', 'gumbo' : '0.10.1',
'icu4c' : '58.2', 'icu4c' : '73.2',
'libaria2' : '1.36.0', 'libaria2' : '1.36.0',
'libmagic' : '5.44', 'libmagic' : '5.44',
'android-ndk' : 'r21e', 'android-ndk' : 'r21e',