* [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.22.0 -> 2.24.0
@ 2025-01-03 11:31 Christian Melki
2025-01-16 16:09 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-01-03 11:31 UTC (permalink / raw)
To: ptxdist
Minor changes. Some fixes too.
https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.24.0
* Update license hash. Copyright year changed in file.
* Forward patchset. Applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0001-configure-make-opengl-support-switchable.patch | 0
patches/{SDL2_ttf-2.22.0 => SDL2_ttf-2.24.0}/autogen.sh | 0
patches/{SDL2_ttf-2.22.0 => SDL2_ttf-2.24.0}/series | 0
rules/sdl2-ttf.make | 6 +++---
4 files changed, 3 insertions(+), 3 deletions(-)
rename patches/{SDL2_ttf-2.22.0 => SDL2_ttf-2.24.0}/0001-configure-make-opengl-support-switchable.patch (100%)
rename patches/{SDL2_ttf-2.22.0 => SDL2_ttf-2.24.0}/autogen.sh (100%)
rename patches/{SDL2_ttf-2.22.0 => SDL2_ttf-2.24.0}/series (100%)
diff --git a/patches/SDL2_ttf-2.22.0/0001-configure-make-opengl-support-switchable.patch b/patches/SDL2_ttf-2.24.0/0001-configure-make-opengl-support-switchable.patch
similarity index 100%
rename from patches/SDL2_ttf-2.22.0/0001-configure-make-opengl-support-switchable.patch
rename to patches/SDL2_ttf-2.24.0/0001-configure-make-opengl-support-switchable.patch
diff --git a/patches/SDL2_ttf-2.22.0/autogen.sh b/patches/SDL2_ttf-2.24.0/autogen.sh
similarity index 100%
rename from patches/SDL2_ttf-2.22.0/autogen.sh
rename to patches/SDL2_ttf-2.24.0/autogen.sh
diff --git a/patches/SDL2_ttf-2.22.0/series b/patches/SDL2_ttf-2.24.0/series
similarity index 100%
rename from patches/SDL2_ttf-2.22.0/series
rename to patches/SDL2_ttf-2.24.0/series
diff --git a/rules/sdl2-ttf.make b/rules/sdl2-ttf.make
index 386c734f8..d4b487dc3 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.22.0
-SDL2_TTF_MD5 := 686e685caaa215d8fa1ac7bb02b2cf54
+SDL2_TTF_VERSION := 2.24.0
+SDL2_TTF_MD5 := ea660f1b01919998785cffae9fa954b9
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=2f6d9e01c97958aa851954ed5acf82ee
+ file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455
# ----------------------------------------------------------------------------
# Prepare
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] sdl2-ttf: Version bump. 2.22.0 -> 2.24.0
2025-01-03 11:31 [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.22.0 -> 2.24.0 Christian Melki
@ 2025-01-16 16:09 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-01-16 16:09 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 5ce4b4c96ab0dbe023e657d9336a5c808ff1ab41.
Michael
[sent from post-receive hook]
On Thu, 16 Jan 2025 17:09:39 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes. Some fixes too.
> https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.24.0
>
> * Update license hash. Copyright year changed in file.
>
> * Forward patchset. Applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250103113156.992269-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/SDL2_ttf-2.22.0/0001-configure-make-opengl-support-switchable.patch b/patches/SDL2_ttf-2.24.0/0001-configure-make-opengl-support-switchable.patch
> similarity index 100%
> rename from patches/SDL2_ttf-2.22.0/0001-configure-make-opengl-support-switchable.patch
> rename to patches/SDL2_ttf-2.24.0/0001-configure-make-opengl-support-switchable.patch
> diff --git a/patches/SDL2_ttf-2.22.0/autogen.sh b/patches/SDL2_ttf-2.24.0/autogen.sh
> similarity index 100%
> rename from patches/SDL2_ttf-2.22.0/autogen.sh
> rename to patches/SDL2_ttf-2.24.0/autogen.sh
> diff --git a/patches/SDL2_ttf-2.22.0/series b/patches/SDL2_ttf-2.24.0/series
> similarity index 100%
> rename from patches/SDL2_ttf-2.22.0/series
> rename to patches/SDL2_ttf-2.24.0/series
> diff --git a/rules/sdl2-ttf.make b/rules/sdl2-ttf.make
> index 386c734f8876..d4b487dc3406 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.22.0
> -SDL2_TTF_MD5 := 686e685caaa215d8fa1ac7bb02b2cf54
> +SDL2_TTF_VERSION := 2.24.0
> +SDL2_TTF_MD5 := ea660f1b01919998785cffae9fa954b9
> 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=2f6d9e01c97958aa851954ed5acf82ee
> + file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-16 16:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-03 11:31 [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.22.0 -> 2.24.0 Christian Melki
2025-01-16 16:09 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox