AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to relesae 2.22 * Unspecified bug fixes
- Update to release 2.20.2 * Build system changes only
- Add back Provides: SDL2_ttf = %version to library package: the python bindings somewhat rely on the name to find the right library.
- Update to release 2.20.1 * Build updates for non-Linux platforms - Rename devel package to just %name-devel, which is what most our packages do.
- Update to release 2.20.0 * Added TTF_GetFontWrappedAlign() and TTF_SetFontWrappedAlign() to set alignment on wrapped text * Added functions to render using FreeType LCD algorithm: TTF_RenderText_LCD(), TTF_RenderUTF8_LCD(), TTF_RenderUNICODE_LCD(), TTF_RenderText_LCD_Wrapped(), TTF_RenderUTF8_LCD_Wrapped(), TTF_RenderUNICODE_LCD_Wrapped(), TTF_RenderGlyph_LCD(), TTF_RenderGlyph32_LCD(). * Added TTF_SetFontDirection() and TTF_SetFontScriptName() for additional control over fonts using HarfBuzz * Fix memory corruption loading malformed TTF files [CVE-2022-27470] - Drop baselibs.conf (no SDL2_ttf-dependent Tumbleweed packages themselves have baselibs).
- Update to release 2.0.18 * Added TTF_GetFreeTypeVersion() and TTF_GetHarfBuzzVersion() * Added support for Signed Distance Field rendering with TTF_SetFontSDF() and TTF_GetFontSDF() * Added optional DPI-scaling of fonts, with new functions. * Added 32-bit character support. * Added functions to set direction and script when using Harfbuzz. * Added extended API for text measurement. * Added TTF_SetFontSize() to set font size dynamically. * Added 'Shaded' and 'Solid' text wrapped functions. * Added TTF_HINTING_LIGHT_SUBPIXEL for better results at small text sizes at a performance cost
- Update to new upstream release 2.0.15 * Text rendering functions now use the alpha component of the text colors. * Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs.
- Update to version 2.0.14 * Deprecated TTF_GetFontKerningSize() which takes font glyph indices and added TTF_GetFontKerningSizeGlyphs() which takes characters
- Update to version 2.0.13 * Fixed bug rendering text starting with a glyph with negative starting offset * Fixed regression loading non-scalable fonts * TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
- Improve package summary and description. Drop --with-pic which is enabled implicitly anyway, remove redundant Requires.
- Some metadata spruce-up: add current URLs, softer wildcarding in the files list, more robust make install call
- created package (version 2.0.0) - based on SDL_ttf package