automatic version update by autodist [release 2.11.1-1mamba;Sat Dec 04 2021]

This commit is contained in:
Automatic Build System 2024-01-06 04:17:46 +01:00
parent 1de2cdac0a
commit f21aa4d002

View File

@ -1,14 +1,14 @@
%define enable_bytecode_interpreter 1
%define enable_subpixel_rendering 1
Name: libfreetype
Version: 2.11.0
Release: 2mamba
Version: 2.11.1
Release: 1mamba
Summary: Free TrueType font rasterizer library
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Group: System/Libraries
URL: https://www.freetype.org/
URL: https://freetype.org/
Source: https://downloads.sourceforge.net/freetype/freetype-%{version}.tar.xz
Patch0: libfreetype-2.10.4-enable-subpixel-rendering.patch
Patch1: libfreetype-2.10.4-enable-infinality-subpixel-hinting.patch
@ -72,9 +72,9 @@ This package is only needed if you intend to develop or compile applications whi
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1 -b .src-sfnt-ttcolr.c-tt_face_get_color_glyph_clipbox-Mi
%patch6 -p1 -b .sfnt-Add-missing-blend-mode-plus-to-COLR-v1
#%patch4 -p1
#%patch5 -p1 -b .src-sfnt-ttcolr.c-tt_face_get_color_glyph_clipbox-Mi
#%patch6 -p1 -b .sfnt-Add-missing-blend-mode-plus-to-COLR-v1
%build
%configure \
@ -142,6 +142,9 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype
%endif
%changelog
* Sat Dec 04 2021 Automatic Build System <autodist@mambasoft.it> 2.11.1-1mamba
- automatic version update by autodist
* Fri Oct 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11.0-2mamba
- backport of FT_ClipBox implementation needed by chromium 94