diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-23 10:54:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:01 +0000 |
commit | 73cc8b8726cbf7a69c777d4b24b051805ce92e3b (patch) | |
tree | 634dc043f4f39c1d25669658ef2d2c2d3b05af36 /meta/recipes-graphics/harfbuzz | |
parent | bb151b888c9063209159c1d85565f45da6fd81c1 (diff) | |
download | poky-73cc8b8726cbf7a69c777d4b24b051805ce92e3b.tar.gz |
harfbuzz: update 1.2.0 -> 1.2.1
Overview of changes leading to 1.2.1
Friday, February 23, 2016
====================================
- CoreText: Fix bug with wrong scale if font scale was changed later.
https://github.com/libass/libass/issues/212
- CoreText: Drastically speed up font initialization.
- CoreText: Fix tiny leak.
- Group ZWJ/ZWNJ with previous syllable under cluster-level=0.
https://github.com/behdad/harfbuzz/issues/217
- Add test/shaping/README.md about how to add tests to the suite.
(From OE-Core rev: 6dc27726c9da5104ea27ebf604cab6ef2037034d)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_1.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb index 2ef7d4d008..f88e634080 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.1.bb | |||
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 cairo freetype" | |||
12 | 12 | ||
13 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" | 13 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "59e3464e78a9864dff09f608a6befdca" | 15 | SRC_URI[md5sum] = "c50034739e4b5ea85d46199bf7859ea6" |
16 | SRC_URI[sha256sum] = "79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685" | 16 | SRC_URI[sha256sum] = "0c189aa386c5ea8d7c315adf273f56f48f412081a367b3f92abc2d0855fa2226" |
17 | 17 | ||
18 | inherit autotools pkgconfig lib_package | 18 | inherit autotools pkgconfig lib_package |
19 | 19 | ||