ports/opt (3.6): harfbuzz: update to 5.1.0
commit 42c7367e0b33757961e3092f6594c4caf9f22806 Author: Juergen Daubert <jue@jue.li> Date: Tue Aug 2 17:54:31 2022 +0200 harfbuzz: update to 5.1.0 diff --git a/harfbuzz/.footprint b/harfbuzz/.footprint index 7d2299c81..1f3c6e0e2 100644 --- a/harfbuzz/.footprint +++ b/harfbuzz/.footprint @@ -49,14 +49,14 @@ drwxr-xr-x root/root usr/lib/cmake/harfbuzz/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/HarfBuzz-0.0.typelib lrwxrwxrwx root/root usr/lib/libharfbuzz-gobject.so -> libharfbuzz-gobject.so.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz-gobject.so.0 -> libharfbuzz-gobject.so.0.50001.0 --rwxr-xr-x root/root usr/lib/libharfbuzz-gobject.so.0.50001.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz-gobject.so.0 -> libharfbuzz-gobject.so.0.50100.0 +-rwxr-xr-x root/root usr/lib/libharfbuzz-gobject.so.0.50100.0 lrwxrwxrwx root/root usr/lib/libharfbuzz-subset.so -> libharfbuzz-subset.so.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz-subset.so.0 -> libharfbuzz-subset.so.0.50001.0 --rwxr-xr-x root/root usr/lib/libharfbuzz-subset.so.0.50001.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz-subset.so.0 -> libharfbuzz-subset.so.0.50100.0 +-rwxr-xr-x root/root usr/lib/libharfbuzz-subset.so.0.50100.0 lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.50001.0 --rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.50001.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.50100.0 +-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.50100.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz-gobject.pc -rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz-subset.pc diff --git a/harfbuzz/.signature b/harfbuzz/.signature index 4ad32db0f..2588075c5 100644 --- a/harfbuzz/.signature +++ b/harfbuzz/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aOopB5ZLwxFxGvd16xrPIckc4reIVK0TbGMLFboDCHVyklB4cPB2lRW756AkxhNoYKSVm0UziG3K+gkfuO/gwg= -SHA256 (Pkgfile) = e96c85de934ce68085cef5e2f71c7e59cfc2b9566d8a343035710d02a74b9cc5 -SHA256 (.footprint) = a50a5bf4407a6a7891d526491d7b8f6a30458aa04cf3feb47786191b9b4a172a -SHA256 (harfbuzz-5.0.1.tar.xz) = d0094299a36346b9f5540aa159b358425c022b19fcdf72165eaf94046a179166 -SHA256 (bitmap-font.patch) = 96a1b62a0199f7e432160e881adc5ec427a0de56c718068751362ee86b8ae15d +RWSE3ohX2g5d/QuJc+docc5S6cZpsjrYgO7dd1tZ9vWlcY/RiixpVGSADIk5ck5i1OHrEaX8aUyURhUDqG2Mv3yJEjQNNODSfQo= +SHA256 (Pkgfile) = cd93e186bf95b0e88a611cc1518f749ba42f760171af8aa69b5e70b75b633922 +SHA256 (.footprint) = 7a77da086b887e48eb61b60c901ee3deec9943a33a14b973dc741ec1c2da7b00 +SHA256 (harfbuzz-5.1.0.tar.xz) = 2edb95db668781aaa8d60959d21be2ff80085f31b12053cdd660d9a50ce84f05 diff --git a/harfbuzz/Pkgfile b/harfbuzz/Pkgfile index 9301e0343..905109493 100644 --- a/harfbuzz/Pkgfile +++ b/harfbuzz/Pkgfile @@ -5,14 +5,11 @@ # Optional: chafa graphite2 icu name=harfbuzz -version=5.0.1 -release=2 -source=(https://github.com/harfbuzz/harfbuzz/releases/download/$version/$name-$versi... - bitmap-font.patch) +version=5.1.0 +release=1 +source=(https://github.com/harfbuzz/harfbuzz/releases/download/$version/$name-$versi...) build() { - patch -Np1 -d $name-$version -i $SRC/bitmap-font.patch - meson setup build $name-$version \ --prefix=/usr \ --buildtype=plain \ diff --git a/harfbuzz/bitmap-font.patch b/harfbuzz/bitmap-font.patch deleted file mode 100644 index 85b4711f0..000000000 --- a/harfbuzz/bitmap-font.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 1ac21246a751031823179377c3eef7ed3d4d5686 Mon Sep 17 00:00:00 2001 -From: Behdad Esfahbod <behdad@behdad.org> -Date: Mon, 25 Jul 2022 08:40:02 -0600 -Subject: [PATCH] [hb-ft] Fix bitmap font rendering with hb_ft_font_changed() - -Fixes https://github.com/harfbuzz/harfbuzz/issues/3754 -Fixes https://github.com/harfbuzz/harfbuzz/issues/3755 ---- - src/hb-ft.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/hb-ft.cc b/src/hb-ft.cc -index 5c88a7f3bd..ef073475cb 100644 ---- a/src/hb-ft.cc -+++ b/src/hb-ft.cc -@@ -1086,7 +1086,8 @@ hb_ft_font_changed (hb_font_t *font) - } - #endif - -- _hb_ft_hb_font_check_changed (font, ft_font); -+ ft_font->advance_cache.clear (); -+ ft_font->cached_serial = font->serial; - } - - /**
participants (1)
-
crux@crux.nu