8000 Update FreeType to 2.13.3 · matplotlib/matplotlib@462a692 · GitHub
[go: up one dir, main page]

Skip to content

Commit 462a692

Browse files
committed
Update FreeType to 2.13.3
1 parent bfbd0b5 commit 462a692

File tree

2,060 files changed

+50612
-50510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,060 files changed

+50612
-50510
lines changed

extern/meson.build

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ else
1313
# must match the value in `lib/matplotlib.__init__.py`. Also update the docs
1414
# in `docs/devel/dependencies.rst`. Bump the cache key in
1515
# `.circleci/config.yml` when changing requirements.
16-
LOCAL_FREETYPE_VERSION = '2.6.1'
16+
LOCAL_FREETYPE_VERSION = '2.13.3'
1717

1818
freetype_proj = subproject(
1919
f'freetype-@LOCAL_FREETYPE_VERSION@',
20-
default_options: ['default_library=static'])
20+
default_options: [
21+
'default_library=static',
22+
'brotli=disabled',
23+
'bzip2=disabled',
24+
'harfbuzz=disabled',
25+
'mmap=auto',
26+
'png=disabled',
27+
'tests=disabled',
28+
'zlib=internal',
29+
])
2130
freetype_dep = freetype_proj.get_variable('freetype_dep')
2231
endif
2332

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def _val_or_rc(val, rc_name):
13161316
def _init_tests():
13171317
# The version of FreeType to install locally for running the tests. This must match
13181318
# the value in `meson.build`.
1319-
LOCAL_FREETYPE_VERSION = '2.6.1'
1319+
LOCAL_FREETYPE_VERSION = '2.13.3'
13201320

13211321
from matplotlib import ft2font
13221322
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Loading

0 commit comments

Comments
 (0)
0