From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 19 Oct 2022 07:42:32 +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 1ol1qc-000GfH-14 for lore@lore.pengutronix.de; Wed, 19 Oct 2022 07:42:32 +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 1ol1qZ-0006zQ-4z; Wed, 19 Oct 2022 07:42:31 +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-000353-9c; 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 1ol1pe-0002xn-72; Wed, 19 Oct 2022 07:41:34 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ol1pd-001h3m-FC; Wed, 19 Oct 2022 07:41:33 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 19 Oct 2022 07:41:33 +0200 Message-Id: <20221019054133.403807-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221013111452.3298415-1-christian.melki@t2data.com> References: <20221013111452.3298415-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sdl2: Version bump. 2.0.22 -> 2.24.1 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 2765df4f631e54ff844a6b3cd2e54ec1482eb64a. Michael [sent from post-receive hook] On Wed, 19 Oct 2022 07:41:33 +0200, Christian Melki wrote: > https://github.com/libsdl-org/SDL/releases > SDL2 community have changed their version numbering scheme. > So this isn't as big of a bump as the version number would indicate. > But still, quite a lot of changes. > > * Removed obsoleted options. Threads can't be disabled, > xvidmode support is removed. Only Xrandr is supported. > > Signed-off-by: Christian Melki > Message-Id: <20221013111452.3298415-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/sdl2.make b/rules/sdl2.make > index bdd50daa1a53..599b3b2ae7c3 100644 > --- a/rules/sdl2.make > +++ b/rules/sdl2.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2 > # > # Paths and names > # > -SDL2_VERSION := 2.0.22 > -SDL2_MD5 := 40aedb499cb2b6f106d909d9d97f869a > +SDL2_VERSION := 2.24.1 > +SDL2_MD5 := 10bad2a286f155565edc611f41345de1 > SDL2 := SDL2-$(SDL2_VERSION) > SDL2_SUFFIX := tar.gz > SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX) > @@ -50,7 +50,6 @@ SDL2_CONF_OPT := \ > --enable-sensor \ > --disable-power \ > --disable-filesystem \ > - --enable-threads \ > --enable-timers \ > --enable-file \ > --enable-loadso \ > @@ -100,12 +99,10 @@ SDL2_CONF_OPT := \ > --disable-x11-shared \ > --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-xcursor \ > --disable-video-x11-xdbe \ > - --disable-video-x11-xinerama \ > --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-xinput \ > --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-xrandr \ > --disable-video-x11-scrnsaver \ > --disable-video-x11-xshape \ > - --$(call ptx/endis,PTXCONF_SDL2_XORG)-video-x11-vm \ > --disable-video-vivante \ > --disable-video-cocoa \ > --disable-video-metal \