From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 07 Mar 2025 10:50:04 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqULF-00Axbs-0O for lore@lore.pengutronix.de; Fri, 07 Mar 2025 10:50:04 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tqULE-0003qS-9e; Fri, 07 Mar 2025 10:50:04 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tqUKw-0003g6-U7; Fri, 07 Mar 2025 10:49:46 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqUKw-004Spq-2P; Fri, 07 Mar 2025 10:49:46 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tqUKw-00HBn1-2G; Fri, 07 Mar 2025 10:49:46 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 7 Mar 2025 10:49:46 +0100 Message-Id: <20250307094946.4096888-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250226195603.710792-1-christian.melki@t2data.com> References: <20250226195603.710792-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sdl2: Version bump. 2.30.11 -> 2.32.0 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 5a9f38adc2dd2ac1a258c057db7d313ff7e6bd6f. Michael [sent from post-receive hook] On Fri, 07 Mar 2025 10:49:46 +0100, Christian Melki wrote: > Minor fixes. SDL3 has been released, with a SDL2-compat lib. > I expect SDL2 updates to start tapering off. > > https://github.com/libsdl-org/SDL/releases/tag/release-2.32.0 > > * Rearrange, fix some options. > > Signed-off-by: Christian Melki > Message-Id: <20250226195603.710792-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/sdl2.make b/rules/sdl2.make > index fb1451c7c9a7..d4deeb9721b3 100644 > --- a/rules/sdl2.make > +++ b/rules/sdl2.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2 > # > # Paths and names > # > -SDL2_VERSION := 2.30.11 > -SDL2_MD5 := bea190b480f6df249db29eb3bacfe41e > +SDL2_VERSION := 2.32.0 > +SDL2_MD5 := e63ebd16bd874785a3859a5265280672 > SDL2 := SDL2-$(SDL2_VERSION) > SDL2_SUFFIX := tar.gz > SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX) > @@ -51,11 +51,13 @@ SDL2_CONF_OPT := \ > --enable-events \ > --enable-joystick \ > --enable-haptic \ > + --enable-hidapi \ > --enable-sensor \ > --disable-power \ > --disable-filesystem \ > --enable-timers \ > --enable-file \ > + --disable-misc \ > --enable-loadso \ > --enable-cpuinfo \ > --enable-assembly \ > @@ -135,7 +137,7 @@ SDL2_CONF_OPT := \ > --disable-directx \ > --$(call ptx/endis,PTXCONF_SDL2_XORG)-xinput \ > --disable-wasapi \ > - --enable-hidapi \ > + --disable-hidapi-joystick \ > --disable-hidapi-libusb \ > --enable-clock_gettime \ > --disable-rpath \