forked from pool/SDL2_ttf
128 lines
4.9 KiB
Plaintext
128 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Mon Jul 14 14:45:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Use pkgconfig() to locate build requirements
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 8 12:08:48 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||
|
||
- Reference baselibs.conf as a Source to make factory-auto happy
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 15 23:27:58 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||
|
||
- Add baselibs.conf
|
||
Some proprietary 32-bit games need this and don’t provide
|
||
versions that work with Tumbleweed.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 2 17:56:05 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Update to release 2.24
|
||
* Added function ``TTF_SetFontLineSkip()``
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jan 21 17:12:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Update to relesae 2.22
|
||
* Unspecified bug fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 7 10:01:06 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Update to release 2.20.2
|
||
* Build system changes only
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 5 07:44:43 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||
|
||
- Add back Provides: SDL2_ttf = %version to library package: the
|
||
python bindings somewhat rely on the name to find the right
|
||
library.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 20 08:13:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- 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.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 7 13:41:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- 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).
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 12 01:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 23 11:27:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- 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.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Oct 22 15:29:43 UTC 2016 - aloisio@gmx.com
|
||
|
||
- Update to version 2.0.14
|
||
* Deprecated TTF_GetFontKerningSize() which takes font glyph
|
||
indices and added TTF_GetFontKerningSizeGlyphs() which
|
||
takes characters
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jan 10 17:23:29 UTC 2016 - mailaender@opensuse.org
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 8 09:58:33 UTC 2015 - jengelh@inai.de
|
||
|
||
- Improve package summary and description. Drop --with-pic which
|
||
is enabled implicitly anyway, remove redundant Requires.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 13 12:04:26 UTC 2013 - jengelh@inai.de
|
||
|
||
- Some metadata spruce-up: add current URLs, softer wildcarding
|
||
in the files list, more robust make install call
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 13 11:27:54 UTC 2013 - prusnak@opensuse.org
|
||
|
||
- created package (version 2.0.0) - based on SDL_ttf package
|
||
|