From 796bd24ad7410fc3d5d50acd62d594cbdab4aea9 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sun, 7 Nov 2021 19:06:53 +1100 Subject: [PATCH] harfbuzz: update to 3.1.1 update 3.0.0 (2021-09-17) to 3.1.1 (2021-11-08) Overview of changes leading to 3.1.1 Wednesday, November 8, 2021 ==================================== - Work around GCC cast-align error/warning on some platforms. (Behdad Esfahbod) - Documentation improvements. (Matthias Clasen) Overview of changes leading to 3.1.0 Wednesday, November 3, 2021 ==================================== - Better offset-overflow handling in the subsetter library. (Garret Rieger) - Improved Unicode 14 properties in the USE shaper, and various other USE shaper fixes. (David Corbett) - MATH and COLR v1 tables subsetting support, and various other subsetter fixes. (Qunxin Liu) - Support for Pwo Karen / Ason Chin medial la. (Simon Cozens) - Apply GPOS positioning when substituting with morx table, if kerx is missing. (Behdad Esfahbod) - Apply calt and clig features across syllable boundaries in Indic shaper. (Behdad Esfahbod) - meson option for enabling Graphite 2 has been renamed to graphite2. - Build and documentation fixes. - New API: +hb_buffer_set_not_found_glyph() +hb_buffer_get_not_found_glyph() --- packages/graphics/harfbuzz/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/harfbuzz/package.mk b/packages/graphics/harfbuzz/package.mk index 46f38eca09..dac4f0c8f4 100644 --- a/packages/graphics/harfbuzz/package.mk +++ b/packages/graphics/harfbuzz/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="harfbuzz" -PKG_VERSION="3.0.0" -PKG_SHA256="036b0ee118451539783ec7864148bb4106be42a2eb964df4e83e6703ec46f3d9" +PKG_VERSION="3.1.1" +PKG_SHA256="f3f3247bdeabf36765acc237a5f651e651e4e9706582b9cc2cf6c9b8102dfa93" PKG_LICENSE="GPL" PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz" PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"