diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-11-29 23:24:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:48 +0000 |
commit | 21ba42bc3bd1e8a5ac2253fd5ed5b6144677193e (patch) | |
tree | 86a4f5edeb95a6c568b4e218bf62e8844c39cabd /meta/recipes-graphics/harfbuzz | |
parent | 058b91e62600df554824d2a87984da2c8118534b (diff) | |
download | poky-21ba42bc3bd1e8a5ac2253fd5ed5b6144677193e.tar.gz |
harfbuzz: update 1.1.0 -> 1.1.2
http://cgit.freedesktop.org/harfbuzz/tree/NEWS
Overview of changes leading to 1.1.2
Wednesday, November 26, 2015
====================================
- Fix badly-broken fallback shaper that affected terminology.
https://github.com/behdad/harfbuzz/issues/187
- Fix y_scaling in Graphite shaper.
- API changes:
* An unset glyph_h_origin() function in font-funcs now (sensibly)
implies horizontal origin at 0,0. Ie, the nil callback returns
true instead of false. As such, implementations that have a
glyph_h_origin() that simply returns true, can remove that function
with HarfBuzz >= 1.1.2. This results in a tiny speedup.
Overview of changes leading to 1.1.1
Wednesday, November 24, 2015
====================================
- Build fixes, specially for hb-coretext.
(From OE-Core rev: e979cc5816c806ac995365b9d96d34a1ea59342a)
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.1.2.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb index e12dc0dec5..f34a647ecf 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
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 | SRC_URI[md5sum] = "1223cefac2bc77298ff5c7422bb148d5" | 14 | SRC_URI[md5sum] = "e6210d3cfd4064d95621fc16913268ed" |
15 | SRC_URI[sha256sum] = "0f584a5947e60ede565e7a4e122baa5e4b17a62eab872abf5f73d8552ceb716b" | 15 | SRC_URI[sha256sum] = "4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f" |
16 | 16 | ||
17 | inherit autotools pkgconfig lib_package | 17 | inherit autotools pkgconfig lib_package |
18 | 18 | ||