From b1774f422a56d3da41d33c828828694305ee818a Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 20 Nov 2015 13:29:14 -0800 Subject: harfbuzz: update 1.0.6 -> 1.1.0 http://cgit.freedesktop.org/harfbuzz/tree/NEWS Overview of changes leading to 1.1.0 Wednesday, November 18, 2015 ==================================== - Implement 'stch' stretch feature for Syriac Abbreviation Mark. https://github.com/behdad/harfbuzz/issues/141 - Disable use of decompose_compatibility() callback. - Implement "shaping" of various Unicode space characters, even if the font does not support them. https://github.com/behdad/harfbuzz/issues/153 - If font does not support U+2011 NO-BREAK HYPHEN, fallback to U+2010 HYPHEN. - Changes resulting from libFuzzer continuous fuzzing: * Reject font tables that need more than 8 edits, * Bound buffer growth during shaping to 32x, * Fix assertions and other issues at OOM / buffer max-growth. - Misc fixes and optimizations. - API changes: * All fonts created with hb_font_create() now inherit from (ie. have parent) hb_font_get_empty(). (From OE-Core rev: ed76a9e36edc054cbd87b6d1cab0202526959868) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb | 35 ------------------------ meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb | 35 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb (limited to 'meta') diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb deleted file mode 100644 index 58541aa94f..0000000000 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Text shaping library" -DESCRIPTION = "HarfBuzz is an OpenType text shaping engine." -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" -BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ - file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \ -" - -SECTION = "libs" - -SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" -SRC_URI[md5sum] = "2256fd144c936936db9c92e77510a011" -SRC_URI[sha256sum] = "f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26" - -inherit autotools pkgconfig lib_package - -DEPENDS = "glib-2.0 cairo freetype" - -BBCLASSEXTEND = "native" - -EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2" - -PACKAGECONFIG ??= "icu" -PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" - -PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" - -FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" -FILES_${PN}-icu-dbg = "${libdir}/.debug/libharfbuzz-icu.so*" -FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ - ${libdir}/libharfbuzz-icu.so \ - ${libdir}/pkgconfig/harfbuzz-icu.pc \ -" diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb new file mode 100644 index 0000000000..e12dc0dec5 --- /dev/null +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb @@ -0,0 +1,35 @@ +SUMMARY = "Text shaping library" +DESCRIPTION = "HarfBuzz is an OpenType text shaping engine." +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" +BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ + file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \ +" + +SECTION = "libs" + +SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" +SRC_URI[md5sum] = "1223cefac2bc77298ff5c7422bb148d5" +SRC_URI[sha256sum] = "0f584a5947e60ede565e7a4e122baa5e4b17a62eab872abf5f73d8552ceb716b" + +inherit autotools pkgconfig lib_package + +DEPENDS = "glib-2.0 cairo freetype" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2" + +PACKAGECONFIG ??= "icu" +PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" + +PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" + +FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" +FILES_${PN}-icu-dbg = "${libdir}/.debug/libharfbuzz-icu.so*" +FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ + ${libdir}/libharfbuzz-icu.so \ + ${libdir}/pkgconfig/harfbuzz-icu.pc \ +" -- cgit v1.2.3-54-g00ecf