package/harfbuzz: bump to version 2.8.1
authorFrancois Perrad <fperrad@gmail.com>
Mon, 24 May 2021 14:45:25 +0000 (16:45 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 13 Jun 2021 16:38:10 +0000 (18:38 +0200)
remove unknown option fontconfig

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/harfbuzz/0001-meson.build-check-for-pthread.h.patch
package/harfbuzz/harfbuzz.hash
package/harfbuzz/harfbuzz.mk

index 6d7225cbb0abc982d898d2835fe65d049fe21a29..9fa09863c631b42817887502dc74aad8208006da 100644 (file)
@@ -26,7 +26,7 @@ diff --git a/meson.build b/meson.build
 index bf3925db..6d263d48 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -281,13 +281,15 @@ endif
+@@ -281,7 +281,9 @@ endif
  # threads
  thread_dep = null_dep
  if host_machine.system() != 'windows'
@@ -37,13 +37,6 @@ index bf3925db..6d263d48 100644
  
    if thread_dep.found()
      conf.set('HAVE_PTHREAD', 1)
-   else
-     check_headers += ['sched.h']
--    check_funcs += ['sched_yield', {'link_with': 'rt'}]
-+    check_funcs += [['sched_yield', {'link_with': 'rt'}]]
-   endif
- endif
 -- 
 2.29.2
 
index 98b137c8bd208c7174e13dd6cdc53c44ce0bde70..ad81b34fd62e6c9735585bd2610e0ee91236dd8e 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  6ad11d653347bd25d8317589df4e431a2de372c0cf9be3543368e07ec23bb8e7  harfbuzz-2.7.4.tar.xz
+sha256  4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300  harfbuzz-2.8.1.tar.xz
 sha256  beb3f017ceb41387667f78237a7cecf84defa0ed257c505894663d6a9f13211b  COPYING
index f1ef7ee95359631d5b1a69b0b3a088f0164abc6f..60cc8b7247ec76a8991e3376bbaf5d758580b9c3 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HARFBUZZ_VERSION = 2.7.4
+HARFBUZZ_VERSION = 2.8.1
 HARFBUZZ_SITE = https://github.com/harfbuzz/harfbuzz/releases/download/$(HARFBUZZ_VERSION)
 HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.xz
 HARFBUZZ_LICENSE = MIT, ISC (ucdn library)
@@ -12,7 +12,6 @@ HARFBUZZ_LICENSE_FILES = COPYING
 HARFBUZZ_CPE_ID_VENDOR = harfbuzz_project
 HARFBUZZ_INSTALL_STAGING = YES
 HARFBUZZ_CONF_OPTS = \
-       -Dfontconfig=disabled \
        -Dgdi=disabled \
        -Ddirectwrite=disabled \
        -Dcoretext=disabled \
@@ -31,7 +30,6 @@ HOST_HARFBUZZ_CONF_OPTS = \
        -Dglib=enabled \
        -Dgobject=disabled \
        -Dcairo=disabled \
-       -Dfontconfig=disabled \
        -Dicu=disabled \
        -Dgraphite=disabled \
        -Dfreetype=enabled \