Major release. The summary is a bit thin on details.
https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.22.0
(.21 was prerelease).

* License file changed. Copyright year changed.

* Rearrange options for cleane option parsing.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/sdl2-ttf.make | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/sdl2-ttf.make b/rules/sdl2-ttf.make
index fd27fc014..386c734f8 100644
--- a/rules/sdl2-ttf.make
+++ b/rules/sdl2-ttf.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2_TTF) += sdl2-ttf
 #
 # Paths and names
 #
-SDL2_TTF_VERSION       := 2.20.2
-SDL2_TTF_MD5           := 4815838c87410346226983f4e0a85fd4
+SDL2_TTF_VERSION       := 2.22.0
+SDL2_TTF_MD5           := 686e685caaa215d8fa1ac7bb02b2cf54
 SDL2_TTF               := SDL2_ttf-$(SDL2_TTF_VERSION)
 SDL2_TTF_SUFFIX                := tar.gz
 SDL2_TTF_URL           := 
https://www.libsdl.org/projects/SDL_ttf/release/$(SDL2_TTF).$(SDL2_TTF_SUFFIX)
@@ -23,7 +23,7 @@ SDL2_TTF_SOURCE               := 
$(SRCDIR)/$(SDL2_TTF).$(SDL2_TTF_SUFFIX)
 SDL2_TTF_DIR           := $(BUILDDIR)/$(SDL2_TTF)
 SDL2_TTF_LICENSE       := zlib
 SDL2_TTF_LICENSE_FILES := \
-       file://LICENSE.txt;md5=a41cbf59bdea749fe34c1af6d3615f68
+       file://LICENSE.txt;md5=2f6d9e01c97958aa851954ed5acf82ee
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -33,11 +33,11 @@ SDL2_TTF_CONF_TOOL  := autoconf
 SDL2_TTF_CONF_OPT      := \
        $(CROSS_AUTOCONF_USR) \
        $(GLOBAL_LARGE_FILE_OPTION) \
+       --disable-sdltest \
        --disable-freetype-builtin \
        --disable-freetypetest \
        --$(call ptx/endis,PTXCONF_SDL2_TTF_HARFBUZZ)-harfbuzz \
-       --disable-harfbuzz-builtin \
-       --disable-sdltest
+       --disable-harfbuzz-builtin
 
 ifdef PTXCONF_SDL2_PULSEAUDIO
 SDL2_TTF_LDFLAGS       := \
-- 
2.34.1


Reply via email to