-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathfreetype2.wrap
More file actions
17 lines (15 loc) · 841 Bytes
/
freetype2.wrap
File metadata and controls
17 lines (15 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This is the version of FreeType to use when building a local version. It must match
# the `LOCAL_FREETYPE_VERSION` value in `lib/matplotlib/__init__.py`. Bump the cache key
# in `.circleci/config.yml` when changing requirements.
[wrap-file]
directory = freetype-2.14.3
source_url = https://download.savannah.nongnu.org/releases/freetype/freetype-2.14.3.tar.xz
source_fallback_url = https://downloads.sourceforge.net/project/freetype/freetype2/2.14.3/freetype-2.14.3.tar.xz
source_filename = freetype-2.14.3.tar.xz
source_hash = 36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f
# First patch allows using our bundled HarfBuzz.
# Second patch fixes symbol problems on wasm.
diff_files = freetype-2.14.1-static-harfbuzz.patch, freetype-2.14.1-wasm-visibility.patch
[provide]
freetype2 = freetype_dep
freetype = freetype_dep