mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0
@ 2024-01-26 20:00 Christian Melki
  2024-01-29  8:35 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-01-26 20:00 UTC (permalink / raw)
  To: ptxdist

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.melki@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0
  2024-01-26 20:00 [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0 Christian Melki
@ 2024-01-29  8:35 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-01-29  8:35 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

On Fri, Jan 26, 2024 at 09:00:13PM +0100, Christian Melki wrote:
> 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.melki@t2data.com>

There is a patch to avoid linking with opengl.

Michael

> ---
>  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
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-29  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 20:00 [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0 Christian Melki
2024-01-29  8:35 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox