forked from pool/harfbuzz
Accepting request 906827 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/906827 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=80
This commit is contained in:
commit
5ce64b09c7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42
|
|
||||||
size 9774148
|
|
3
harfbuzz-2.8.2.tar.xz
Normal file
3
harfbuzz-2.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d58461395ce28b9dc03903254374dd70c38c8c28c5046db123c08f7ab9417be7
|
||||||
|
size 10678956
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 17 10:09:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop pkgconfig(chafa) BuildRequires for now: causes a cycle
|
||||||
|
between chafa and harfbuzz, and disable it in meson
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 14 09:54:30 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 2.8.2:
|
||||||
|
+ Shaping LTR digits for RTL scripts now makes the native
|
||||||
|
direction of the digits LTR, applying shaping and positioning
|
||||||
|
rules on the same glyph order as Uniscribe
|
||||||
|
+ Subsetting COLR v1 and CPAL tables is now supported
|
||||||
|
+ Various fixes and improvements to the subsetter
|
||||||
|
+ When applying morx table, mark glyph widths should not be zeroed
|
||||||
|
+ GPOS is preferred over kerx, if GSUB was applied
|
||||||
|
+ Regional_Indicator pairs are grouped together when clustering
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 6 07:34:56 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 2.8.1:
|
||||||
|
+ Subsetter now fully supports GSUB/GPOS/GDEF tables (including
|
||||||
|
variations); as such, layout tables are retained by subsetter
|
||||||
|
by default
|
||||||
|
+ hb-view supports iTerm2 and kitty inline image protocols
|
||||||
|
it can also use Chafa for terminal graphics if available
|
||||||
|
- Add pkgconfig(chafa): new, optional depdency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 13 08:20:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Apr 13 08:20:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 2.8.0
|
Version: 2.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OpenType text shaping engine
|
Summary: An OpenType text shaping engine
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||||
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig >= 0.28
|
BuildRequires: pkgconfig >= 0.28
|
||||||
@ -34,7 +33,7 @@ BuildRequires: pkgconfig(freetype2) >= 12.0.6
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.19.1
|
BuildRequires: pkgconfig(glib-2.0) >= 2.19.1
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(graphite2)
|
BuildRequires: pkgconfig(graphite2) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
Conflicts: cantarell-fonts < 0.0.23
|
Conflicts: cantarell-fonts < 0.0.23
|
||||||
@ -103,6 +102,7 @@ This package contains the development files.
|
|||||||
%meson \
|
%meson \
|
||||||
-Ddocs=disabled \
|
-Ddocs=disabled \
|
||||||
-Dgraphite=enabled \
|
-Dgraphite=enabled \
|
||||||
|
-Dchafa=disabled \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user