File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
package =freetype
2
- $(package)_version =2.7.1
2
+ $(package)_version =2.11.0
3
3
$(package)_download_path =https://download.savannah.gnu.org/releases/$(package )
4
- $(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
5
- $(package)_sha256_hash =3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
4
+ $(package)_file_name =$(package ) -$($(package ) _version) .tar.xz
5
+ $(package)_sha256_hash =8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7
6
6
7
7
define $(package)_set_vars
8
8
$(package ) _config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
9
- $(package ) _config_opts += --enable-option-checking
9
+ $(package ) _config_opts += --enable-option-checking --without-brotli
10
10
$(package ) _config_opts_linux=--with-pic
11
11
endef
12
12
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
9
9
| Boost | [ 1.71.0] ( https://www.boost.org/users/download/ ) | [ 1.64.0] ( https://github.com/bitcoin/bitcoin/pull/22320 ) | No | | |
10
10
| Clang<sup >[ \* ] ( #note1 ) </sup > | | [ 7.0] ( https://releases.llvm.org/download.html ) (C++17 & std::filesystem support) | | | |
11
11
| fontconfig | [ 2.12.1] ( https://www.freedesktop.org/software/fontconfig/release/ ) | | No | Yes | |
12
- | FreeType | [ 2.7.1 ] ( https://download.savannah.gnu.org/releases/freetype ) | | No | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Android only) |
12
+ | FreeType | [ 2.11.0 ] ( https://download.savannah.gnu.org/releases/freetype ) | | No | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Android only) |
13
13
| GCC | | [ 8.1] ( https://gcc.gnu.org/ ) (C++17 & std::filesystem support) | | | |
14
14
| glibc | | [ 2.18] ( https://www.gnu.org/software/libc/ ) | | | | |
15
15
| HarfBuzz-NG | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
You can’t perform that action at this time.
0 commit comments