From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 19 Oct 2022 07:42:35 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ol1qf-000Gfq-D0 for lore@lore.pengutronix.de; Wed, 19 Oct 2022 07:42:35 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ol1qb-0007C4-SR; Wed, 19 Oct 2022 07:42:33 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ol1pf-00038Y-ST; Wed, 19 Oct 2022 07:41:35 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ol1pf-0002xs-3X; Wed, 19 Oct 2022 07:41:35 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ol1pe-001h53-Gw; Wed, 19 Oct 2022 07:41:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 19 Oct 2022 07:41:34 +0200 Message-Id: <20221019054134.403886-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221013111452.3298415-2-christian.melki@t2data.com> References: <20221013111452.3298415-2-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sdl2-image: Version bump. 2.0.5 -> 2.6.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as dd1760573234500f35d8884d950230c8e50df759. Michael [sent from post-receive hook] On Wed, 19 Oct 2022 07:41:34 +0200, Christian Melki wrote: > 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 > Message-Id: <20221013111452.3298415-2-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make > index 77468ffad96e..a01f69daff61 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 \