mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] sdl2-image: Version bump. 2.6.3 -> 2.8.0
Date: Wed, 13 Dec 2023 08:47:25 +0100	[thread overview]
Message-ID: <20231213074725.694659-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20231206195908.2108622-1-christian.melki@t2data.com>

Thanks, applied as a1e0c22a0be86ed0cf62d23e7677933aff93f8fc.

Michael

[sent from post-receive hook]

On Wed, 13 Dec 2023 08:47:25 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20231206195908.2108622-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make
> index bdd3c7415c31..86f624032f1c 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	:= \



      reply	other threads:[~2023-12-13  7:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 19:59 [ptxdist] [PATCH] " Christian Melki
2023-12-13  7:47 ` Michael Olbrich [this message]

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=20231213074725.694659-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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