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:32:36 +0000 |
commit | 6dc27726c9da5104ea27ebf604cab6ef2037034d (patch) | |
tree | 0cb11bd09cb4499c2f12dd85535ed24e47bbd9da /meta | |
parent | 8cc47e6bfb7f623711d9cd9e71a7f72ab2838f57 (diff) | |
download | openembedded-core-contrib-6dc27726c9da5104ea27ebf604cab6ef2037034d.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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 2ef7d4d0089..f88e6340802 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" SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" -SRC_URI[md5sum] = "59e3464e78a9864dff09f608a6befdca" -SRC_URI[sha256sum] = "79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685" +SRC_URI[md5sum] = "c50034739e4b5ea85d46199bf7859ea6" +SRC_URI[sha256sum] = "0c189aa386c5ea8d7c315adf273f56f48f412081a367b3f92abc2d0855fa2226" inherit autotools pkgconfig lib_package |