Skip to content

Commit

Permalink
harfbuzz 8.5.0
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@71261 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Akira Kakuto committed May 14, 2024
1 parent b7d9b6d commit 8e53544
Show file tree
Hide file tree
Showing 62 changed files with 3,320 additions and 792 deletions.
2 changes: 1 addition & 1 deletion libs/README
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ graphite2 1.3.14 - checked 10apr20
https://sourceforge.net/projects/silgraphite/files/graphite2/
(requires C++11)

harfbuzz 8.4.0 - checked 30mar24
harfbuzz 8.5.0 - checked 14may24
https://github.com/harfbuzz/harfbuzz/releases/latest

icu 74.2 - checked 22dec23
Expand Down
5 changes: 5 additions & 0 deletions libs/harfbuzz/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-05-14 Akira Kakuto <kakuto@jcom.zaq.ne.jp>

Import harfbuzz-8.5.0.
* version.ac: Adjusted.

2024-03-30 Akira Kakuto <kakuto@jcom.zaq.ne.jp>

Import harfbuzz-8.4.0.
Expand Down
5 changes: 5 additions & 0 deletions libs/harfbuzz/TLpatches/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-05-14 Akira Kakuto <kakuto@jcom.zaq.ne.jp>

Imported harfbuzz-8.5.0 source tree from:
https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/

2024-03-30 Akira Kakuto <kakuto@jcom.zaq.ne.jp>

Imported harfbuzz-8.4.0 source tree from:
Expand Down
4 changes: 2 additions & 2 deletions libs/harfbuzz/TLpatches/TL-Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Changes applied to the harfbuzz-8.4.0/ tree as obtained from:
https://github.com/harfbuzz/harfbuzz/releases/download/8.4.0/
Changes applied to the harfbuzz-8.5.0/ tree as obtained from:
https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/

Removed:
COPYING
Expand Down
24 changes: 12 additions & 12 deletions libs/harfbuzz/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for harfbuzz (TeX Live) 8.4.0.
# Generated by GNU Autoconf 2.72 for harfbuzz (TeX Live) 8.5.0.
#
# Report bugs to <tex-k@tug.org>.
#
Expand Down Expand Up @@ -604,8 +604,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='harfbuzz (TeX Live)'
PACKAGE_TARNAME='harfbuzz--tex-live-'
PACKAGE_VERSION='8.4.0'
PACKAGE_STRING='harfbuzz (TeX Live) 8.4.0'
PACKAGE_VERSION='8.5.0'
PACKAGE_STRING='harfbuzz (TeX Live) 8.5.0'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1339,7 +1339,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures harfbuzz (TeX Live) 8.4.0 to adapt to many kinds of systems.
'configure' configures harfbuzz (TeX Live) 8.5.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1411,7 +1411,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of harfbuzz (TeX Live) 8.4.0:";;
short | recursive ) echo "Configuration of harfbuzz (TeX Live) 8.5.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1516,7 +1516,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
harfbuzz (TeX Live) configure 8.4.0
harfbuzz (TeX Live) configure 8.5.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2073,7 +2073,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by harfbuzz (TeX Live) $as_me 8.4.0, which was
It was created by harfbuzz (TeX Live) $as_me 8.5.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -5069,7 +5069,7 @@ fi

# Define the identity of the package.
PACKAGE='harfbuzz--tex-live-'
VERSION='8.4.0'
VERSION='8.5.0'


# Some tools Automake needs.
Expand Down Expand Up @@ -5296,9 +5296,9 @@ echo 'tldbg:KPSE_BASIC done (pkg=harfbuzz, amopt=no-define)' >&5


HB_VERSION_MAJOR=8
HB_VERSION_MINOR=4
HB_VERSION_MINOR=5
HB_VERSION_MICRO=0
HB_VERSION=8.4.0
HB_VERSION=8.5.0

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
Expand Down Expand Up @@ -9135,7 +9135,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by harfbuzz (TeX Live) $as_me 8.4.0, which was
This file was extended by harfbuzz (TeX Live) $as_me 8.5.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -9203,7 +9203,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
harfbuzz (TeX Live) config.status 8.4.0
harfbuzz (TeX Live) config.status 8.5.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
1 change: 1 addition & 0 deletions libs/harfbuzz/harfbuzz-src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ endif ()

if (MSVC)
add_definitions(-wd4244 -wd4267 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)
add_definitions(-bigobj)
endif ()


Expand Down

0 comments on commit 8e53544

Please sign in to comment.