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.6.3 -> 2.8.0
Date: Wed,  6 Dec 2023 20:59:08 +0100	[thread overview]
Message-ID: <20231206195908.2108622-1-christian.melki@t2data.com> (raw)

WEBP animations and minor updates.
https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.0

* Change URL to github. For whatever reason, the sdl.org tarball
was giving me weird libarchive warnings.

* Rearrange options and be more explicit.

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

diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make
index bdd3c7415..86f624032 100644
--- a/rules/sdl2-image.make
+++ b/rules/sdl2-image.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_SDL2_IMAGE) += sdl2-image
 #
 # Paths and names
 #
-SDL2_IMAGE_VERSION	:= 2.6.3
-SDL2_IMAGE_MD5		:= 191c3eb49cc2dce30abff81398a92e81
+SDL2_IMAGE_VERSION	:= 2.8.0
+SDL2_IMAGE_MD5		:= 7af4d39a5e6579715a996fd0dbd4b910
 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)
+SDL2_IMAGE_URL		:= https://github.com/libsdl-org/SDL_image/releases/download/release-$(SDL2_IMAGE_VERSION)/$(SDL2_IMAGE).$(SDL2_IMAGE_SUFFIX)
 SDL2_IMAGE_SOURCE	:= $(SRCDIR)/$(SDL2_IMAGE).$(SDL2_IMAGE_SUFFIX)
 SDL2_IMAGE_DIR		:= $(BUILDDIR)/$(SDL2_IMAGE)
 SDL2_IMAGE_LICENSE	:= zlib
@@ -33,18 +33,21 @@ SDL2_IMAGE_CONF_OPT	:= \
 	--enable-shared \
 	--disable-static \
 	--disable-imageio \
-	--disable-sdltest \
 	--disable-stb-image \
-	--disable-jxl \
-	--disable-qoi \
+	--disable-avif \
+	--disable-avif-shared \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_BMP)-bmp \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_GIF)-gif \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_JPG)-jpg \
 	--disable-jpg-shared \
+	--enable-save-jpg \
+	--disable-jxl \
+	--disable-jxl-shared \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_LBM)-lbm \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_PCX)-pcx \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_PNG)-png \
 	--disable-png-shared \
+	--enable-save-png \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_PNM)-pnm \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_SVG)-svg \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_TGA)-tga \
@@ -54,7 +57,11 @@ SDL2_IMAGE_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_XPM)-xpm \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_XV)-xv \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_WEBP)-webp \
-	--disable-webp-shared
+	--disable-webp-shared \
+	--disable-qoi \
+	--disable-tests \
+	--disable-installed-tests \
+	--disable-sdltest
 
 ifdef PTXCONF_SDL2_PULSEAUDIO
 SDL2_IMAGE_LDFLAGS	:= \
-- 
2.34.1




             reply	other threads:[~2023-12-06 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 19:59 Christian Melki [this message]
2023-12-13  7:47 ` [ptxdist] [APPLIED] " 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=20231206195908.2108622-1-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