harfbuzz: update to 6.0.0 and drop upstreamed patch

fixes now upstream patch:
- 6de3ece38346de6df4dafe50179afd3df8a20ea7
This commit is contained in:
Rudi Heitbaum 2022-12-17 07:28:54 +00:00
parent afbe3d724f
commit 88486830a9
2 changed files with 2 additions and 14 deletions

View File

@ -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"

View File

@ -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