freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 84d5658 1/2: Require HarfBuzz 1.8.


From: Werner LEMBERG
Subject: [freetype2] master 84d5658 1/2: Require HarfBuzz 1.8.
Date: Wed, 19 Feb 2020 14:06:24 -0500 (EST)

branch: master
commit 84d56589f04eb1f459d865e8401e9c723fbbefb3
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Require HarfBuzz 1.8.
    
    * builds/unix/configure.raw, CMakeLists.txt: Request HarfBuzz 1.8.0
    or newer.
    
    We are going to add auto-hinter support for Hanifi Rohingya, which
    was introduced in Unicode 11.0.
---
 CMakeLists.txt            |  2 +-
 ChangeLog                 | 10 ++++++++++
 builds/unix/configure.raw |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6dd07ff..94e0b37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,7 +205,7 @@ endif ()
 
 
 # Find dependencies
-set(HARFBUZZ_MIN_VERSION "1.3.0")
+set(HARFBUZZ_MIN_VERSION "1.8.0")
 if (FT_WITH_HARFBUZZ)
   find_package(HarfBuzz ${HARFBUZZ_MIN_VERSION} REQUIRED)
 else ()
diff --git a/ChangeLog b/ChangeLog
index 068d4f9..aada235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2020-02-19  Werner Lemberg  <address@hidden>
+
+       Require HarfBuzz 1.8.
+
+       * builds/unix/configure.raw, CMakeLists.txt: Request HarfBuzz 1.8.0
+       or newer.
+
+       We are going to add auto-hinter support for Hanifi Rohingya, which
+       was introduced in Unicode 11.0.
+
 2020-02-12  Werner Lemberg  <address@hidden>
 
        * src/sfnt/ttcmap.c (tt_face_build_cmaps): Ignore version (#57708).
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index efb1242..2b07f3f 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -508,7 +508,7 @@ AC_ARG_WITH([harfbuzz],
 
 have_harfbuzz=no
 if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
-  harfbuzz_pkg="harfbuzz >= 1.3.0"
+  harfbuzz_pkg="harfbuzz >= 1.8.0"
   have_harfbuzz_pkg=no
 
   if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]