mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] sdl2-image: Version bump. 2.0.5 -> 2.6.2
Date: Thu, 13 Oct 2022 13:14:51 +0200	[thread overview]
Message-ID: <20221013111452.3298415-2-christian.melki@t2data.com> (raw)
In-Reply-To: <20221013111452.3298415-1-christian.melki@t2data.com>

https://github.com/libsdl-org/SDL_image/releases
SDL2 community have changed their version numbering scheme.
So this isn't as big of a bump as the version number would indicate.
Still they've added notable changes such as:

New backend for JPG and PNG (stb-image).
New image formats AVIF, JXL (JPEGXL) and QOI.

* Disable stb-image. Keep the default libpng and libjpg backends for now.
* Disable JXL images.
* Disable QOI images.

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

diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make
index 77468ffad..a01f69daf 100644
--- a/rules/sdl2-image.make
+++ b/rules/sdl2-image.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2_IMAGE) += sdl2-image
 #
 # Paths and names
 #
-SDL2_IMAGE_VERSION	:= 2.0.5
-SDL2_IMAGE_MD5		:= f26f3a153360a8f09ed5220ef7b07aea
+SDL2_IMAGE_VERSION	:= 2.6.2
+SDL2_IMAGE_MD5		:= 35da7c375b1c187b0f684c1c83b3b9c3
 SDL2_IMAGE		:= SDL2_image-$(SDL2_IMAGE_VERSION)
 SDL2_IMAGE_SUFFIX	:= tar.gz
 SDL2_IMAGE_URL		:= https://www.libsdl.org/projects/SDL_image/release/$(SDL2_IMAGE).$(SDL2_IMAGE_SUFFIX)
@@ -34,6 +34,9 @@ SDL2_IMAGE_CONF_OPT	:= \
 	--disable-static \
 	--disable-imageio \
 	--disable-sdltest \
+	--disable-stb-image \
+	--disable-jxl \
+	--disable-qoi \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_BMP)-bmp \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_GIF)-gif \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_JPG)-jpg \
-- 
2.34.1




  reply	other threads:[~2022-10-13 11:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 11:14 [ptxdist] [PATCH] sdl2: Version bump. 2.0.22 -> 2.24.1 Christian Melki
2022-10-13 11:14 ` Christian Melki [this message]
2022-10-19  5:41   ` [ptxdist] [APPLIED] sdl2-image: Version bump. 2.0.5 -> 2.6.2 Michael Olbrich
2022-10-13 11:14 ` [ptxdist] [PATCH] sdl2-ttf: Version bump. 2.0.18 -> 2.20.1 Christian Melki
2022-10-19  5:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-19  5:41 ` [ptxdist] [APPLIED] sdl2: Version bump. 2.0.22 -> 2.24.1 Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221013111452.3298415-2-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox