Commit graph

37 commits

Author SHA1 Message Date
Rudi Heitbaum
de6e71a6e4 harfbuzz: update to 10.3.0 2025-02-21 12:49:55 +00:00
Rudi Heitbaum
77586b2d89 harfbuzz: update to 10.2.0 2025-01-13 09:20:29 +00:00
Rudi Heitbaum
3ef52ccd03 harfbuzz: update to 10.1.0 2024-11-06 09:03:55 +00:00
Rudi Heitbaum
219e566e4f harfbuzz: update to 10.0.1 2024-09-25 11:54:27 +00:00
Rudi Heitbaum
9b5d27a418 harfbuzz: update to 9.0.0 2024-07-04 10:45:09 +00:00
Rudi Heitbaum
d49223999a harfbuzz: update to 8.5.0 2024-05-15 12:48:03 +00:00
Rudi Heitbaum
2d07452687 harfbuzz: update to 8.4.0 2024-04-21 12:43:19 +00:00
Rudi Heitbaum
48981bad10 harfbuzz: update to 8.3.1
release notes:
- https://github.com/harfbuzz/harfbuzz/releases/tag/8.3.1
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
b47868e8d3 harfbuzz: update to 8.3.0 2023-11-12 10:44:44 +00:00
Rudi Heitbaum
0dacbb852f harfbuzz: update to 8.2.2 2023-10-19 11:41:04 +00:00
Rudi Heitbaum
f9d2d51c94 harfbuzz: update to 8.2.1 2023-09-26 14:54:10 +00:00
Rudi Heitbaum
32ca4e4674 harfbuzz: update to 8.2.0 2023-09-10 10:29:33 +00:00
Rudi Heitbaum
79fae25a50 harfbuzz: update to 8.1.1 2023-08-05 09:04:04 +00:00
Rudi Heitbaum
7930d85b2f harfbuzz: update to 8.0.1
release notes:
- https://github.com/harfbuzz/harfbuzz/releases/tag/8.0.1

Build fix on 32-bit ARM.
2023-07-13 07:46:26 +00:00
Rudi Heitbaum
a60bb45ea8 harfbuzz: update to 8.0.0 2023-07-11 13:37:14 +00:00
Rudi Heitbaum
0099837d6d harfbuzz: update to 7.3.0 2023-05-17 10:55:32 +00:00
Rudi Heitbaum
1eba7d2141 harfbuzz: update to 7.2.0 2023-04-28 12:00:11 +00:00
Rudi Heitbaum
7235c5585b harfbuzz: update to 7.1.0
log:
- https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.0
- https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.1
- https://github.com/harfbuzz/harfbuzz/releases/tag/7.1.0
2023-03-17 13:54:08 +00:00
Rudi Heitbaum
88486830a9 harfbuzz: update to 6.0.0 and drop upstreamed patch
fixes now upstream patch:
- 6de3ece383
2022-12-22 21:50:02 +00:00
Rudi Heitbaum
a0aa04fcf1 harfbuzz: update to 5.3.1
release notes:
- https://github.com/harfbuzz/harfbuzz/releases/tag/5.3.1
2022-10-20 09:47:43 +00:00
SupervisedThinking
f77a60fb40 harfbuzz: update to 5.3.0 2022-10-09 23:30:03 +02:00
SupervisedThinking
6de3ece383 harfbuzz: fix build after 5.2.0 update
- seems like the ICU detection broken now and pulls ins system ICU files which leads to `HAVE_ICU` defined and ends up with a broken build

```
[69/79] Compiling C++ object src/libharfbuzz-icu.so.0.50200.0.p/hb-icu.cc.o
FAILED: src/libharfbuzz-icu.so.0.50200.0.p/hb-icu.cc.o
/mnt/build/LibreELEC-RR/build.LibreELEC-x11.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-g++ -Isrc/libharfbuzz-icu.so.0.50200.0.p -Isrc -I../src -I. -I.. -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -fno-rtti -O0 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -DHAVE_CONFIG_H -march=x86-64-v2 -Wall -pipe -O2 -fomit-frame-pointer -DNDEBUG -fPIC -Wno-non-virtual-dtor -MD -MQ src/libharfbuzz-icu.so.0.50200.0.p/hb-icu.cc.o -MF src/libharfbuzz-icu.so.0.50200.0.p/hb-icu.cc.o.d -o src/libharfbuzz-icu.so.0.50200.0.p/hb-icu.cc.o -c ../src/hb-icu.cc
CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include
cc1plus: internal compiler error: in add_path, at incpath.cc:481
0x6b83d4 _start
	../sysdeps/x86_64/start.S:115
Please submit a full bug report, with preprocessed source (by using -freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
```
2022-10-09 19:10:27 +02:00
Rudi Heitbaum
3995d4ef56 harfbuzz: update to 5.2.0
release notes:
- https://unicode.org/versions/Unicode15.0.0/
- https://github.com/harfbuzz/harfbuzz/releases/tag/5.2.0
2022-10-01 12:27:37 +00:00
Rudi Heitbaum
4d4ca4367b harfbuzz: drop PKG_TOOLCHAIN hardcoding - was already meson 2022-08-28 04:38:36 +00:00
Rudi Heitbaum
4fe9fe104e harfbuzz: update to 5.1.0 2022-08-18 11:20:36 +00:00
Rudi Heitbaum
8de0e5db59 harfbuzz: update to 5.0.1
release notes:
https://github.com/harfbuzz/harfbuzz/releases/tag/5.0.0
https://github.com/harfbuzz/harfbuzz/releases/tag/5.0.1
2022-07-27 08:09:44 +00:00
Rudi Heitbaum
b3b806351c harfbuzz: update to 4.4.1
update 4.3.0 to 4.4.1

release notes:
- https://github.com/harfbuzz/harfbuzz/releases
2022-07-16 04:44:26 +00:00
Rudi Heitbaum
ac35bdf77e harfbuzz: update to 4.3.0 2022-06-24 11:34:10 +00:00
heitbaum
572a4b2b2c harfbuzz: update to 4.2.1
release notes:
- https://github.com/harfbuzz/harfbuzz/releases
2022-04-30 07:10:10 +00:00
heitbaum
06ad14d8cc harfbuzz: update to 3.2.0 2022-01-05 00:47:12 +00:00
heitbaum
796bd24ad7 harfbuzz: update to 3.1.1
update 3.0.0 (2021-09-17) to 3.1.1 (2021-11-08)

Overview of changes leading to 3.1.1
Wednesday, November 8, 2021
====================================
- Work around GCC cast-align error/warning on some platforms. (Behdad Esfahbod)
- Documentation improvements. (Matthias Clasen)

Overview of changes leading to 3.1.0
Wednesday, November 3, 2021
====================================
- Better offset-overflow handling in the subsetter library. (Garret Rieger)
- Improved Unicode 14 properties in the USE shaper, and various other USE
  shaper fixes. (David Corbett)
- MATH and COLR v1 tables subsetting support, and various other subsetter fixes.
  (Qunxin Liu)
- Support for Pwo Karen / Ason Chin medial la. (Simon Cozens)
- Apply GPOS positioning when substituting with morx table, if kerx is missing.
  (Behdad Esfahbod)
- Apply calt and clig features across syllable boundaries in Indic shaper.
  (Behdad Esfahbod)
- meson option for enabling Graphite 2 has been renamed to graphite2.
- Build and documentation fixes.

- New API:
+hb_buffer_set_not_found_glyph()
+hb_buffer_get_not_found_glyph()
2021-11-16 19:28:10 +11:00
CvH
5f9f0cd964
Merge pull request #5674 from heitbaum/chrome
chrome: update to 95.0.4638.54 and addon (109)
2021-10-28 19:49:22 +02:00
heitbaum
9e1ebe5dcd harfbuzz: Drop fontconfig from meson build 2021-10-25 16:32:27 +11:00
heitbaum
e274787ffb harfbuzz: update to 3.0.0 2021-10-20 20:18:29 +11:00
heitbaum
a4f763c26d harfbuzz: update to 2.9.0 and exclude benchmark and tests in build 2021-09-06 21:32:16 +10:00
Ian Leonard
dc28cd2250 graphics: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:55 +00:00
heitbaum
b6aa7e93e3 harfbuzz: initial commit 2021-01-01 10:39:11 +00:00