mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 2/3] sdl2-image: version bump to 2.0.4
Date: Mon, 26 Nov 2018 13:45:22 +0100	[thread overview]
Message-ID: <20181126124523.12584-3-m.grzeschik@pengutronix.de> (raw)
In-Reply-To: <20181126124523.12584-1-m.grzeschik@pengutronix.de>

Update to 2.0.4.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 rules/sdl2-image.in   | 6 ++++++
 rules/sdl2-image.make | 8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/rules/sdl2-image.in b/rules/sdl2-image.in
index 3fde58154..44bac25cc 100644
--- a/rules/sdl2-image.in
+++ b/rules/sdl2-image.in
@@ -34,12 +34,18 @@ config SDL2_IMAGE_PNG
 config SDL2_IMAGE_PNM
 	bool "pnm support"
 
+config SDL2_IMAGE_SVG
+	bool "svg support"
+
 config SDL2_IMAGE_TGA
 	bool "tga support"
 
 config SDL2_IMAGE_TIF
 	bool "tiff support"
 
+config SDL2_IMAGE_WEBP
+	bool "webp support"
+
 config SDL2_IMAGE_XCF
 	bool "xcf support"
 
diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make
index 1486e0058..dcc293cf7 100644
--- a/rules/sdl2-image.make
+++ b/rules/sdl2-image.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_SDL2_IMAGE) += sdl2-image
 #
 # Paths and names
 #
-SDL2_IMAGE_VERSION	:= 2.0.3
-SDL2_IMAGE_MD5		:= c6baf6dfa80fa8a66853661a36a6034e
+SDL2_IMAGE_VERSION	:= 2.0.4
+SDL2_IMAGE_MD5		:= 88b9766d5b64a67f82ba511c57e7ce10
 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)
@@ -35,9 +35,11 @@ SDL2_IMAGE_CONF_OPT	:= \
 	--enable-shared \
 	--disable-static \
 	--disable-sdltest \
+	--disable-imageio \
 	--disable-jpg-shared \
 	--disable-png-shared \
 	--disable-tif-shared \
+	--disable-webp-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 \
@@ -45,8 +47,10 @@ SDL2_IMAGE_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_PCX)-pcx \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_PNG)-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 \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_TIF)-tif \
+	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_WEBP)-webp \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_XCF)-xcf \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_XPM)-xpm \
 	--$(call ptx/endis, PTXCONF_SDL2_IMAGE_XV)-xv
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-11-26 12:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-23 17:10 [ptxdist] [PATCH 0/3] sdl2: update packages to latest versions Michael Grzeschik
2018-11-23 17:10 ` [ptxdist] [PATCH 1/3] sdl2: version bump to 2.0.9 Michael Grzeschik
2018-11-26  5:27   ` Michael Olbrich
2018-11-26  7:43     ` Michael Grzeschik
2018-11-23 17:10 ` [ptxdist] [PATCH 2/3] sdl2-image: version bump to 2.0.4 Michael Grzeschik
2018-11-23 17:10 ` [ptxdist] [PATCH 3/3] sdl2-mixer: " Michael Grzeschik
2018-11-26  5:29   ` Michael Olbrich
2018-11-26  7:41     ` Michael Grzeschik
2018-11-26 12:45 ` [ptxdist] [PATCH v2 0/3] sdl2: update packages to latest versions Michael Grzeschik
2018-11-26 12:45   ` [ptxdist] [PATCH v2 1/3] sdl2: version bump to 2.0.9 Michael Grzeschik
2018-11-26 12:45   ` Michael Grzeschik [this message]
2018-11-26 12:45   ` [ptxdist] [PATCH v2 3/3] sdl2-mixer: version bump to 2.0.4 Michael Grzeschik

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=20181126124523.12584-3-m.grzeschik@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --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