From 88486830a93c27253b81ec553b9b523b1898afa3 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 17 Dec 2022 07:28:54 +0000 Subject: [PATCH] harfbuzz: update to 6.0.0 and drop upstreamed patch fixes now upstream patch: - 6de3ece38346de6df4dafe50179afd3df8a20ea7 --- packages/graphics/harfbuzz/package.mk | 4 ++-- .../patches/harfbuzz-100.01-fix-meson-icu-opts.patch | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 packages/graphics/harfbuzz/patches/harfbuzz-100.01-fix-meson-icu-opts.patch diff --git a/packages/graphics/harfbuzz/package.mk b/packages/graphics/harfbuzz/package.mk index 82663a7b13..2d4ff34909 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="5.3.1" -PKG_SHA256="4a6ce097b75a8121facc4ba83b5b083bfec657f45b003cd5a3424f2ae6b4434d" +PKG_VERSION="6.0.0" +PKG_SHA256="1d1010a1751d076d5291e433c138502a794d679a7498d1268ee21e2d4a140eb4" 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" diff --git a/packages/graphics/harfbuzz/patches/harfbuzz-100.01-fix-meson-icu-opts.patch b/packages/graphics/harfbuzz/patches/harfbuzz-100.01-fix-meson-icu-opts.patch deleted file mode 100644 index 990c45c5da..0000000000 --- a/packages/graphics/harfbuzz/patches/harfbuzz-100.01-fix-meson-icu-opts.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/meson.build -+++ b/meson.build -@@ -109,7 +109,7 @@ - if not icu_dep.found() - # Try cmake name - icu_dep = dependency('ICU', -- required: false, -+ required: get_option('icu'), - components: 'uc', - method: 'cmake') - endif -