From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 12 May 2024 15:19:13 +0200 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 1s696f-00Aw5A-2e for lore@lore.pengutronix.de; Sun, 12 May 2024 15:19:13 +0200 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 1s696f-00064H-GO; Sun, 12 May 2024 15:19:13 +0200 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 1s694L-0002kk-6S; Sun, 12 May 2024 15:16:49 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s694K-000zZ2-Pg; Sun, 12 May 2024 15:16:48 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1s694K-00FXZm-2R; Sun, 12 May 2024 15:16:48 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 12 May 2024 15:16:48 +0200 Message-Id: <20240512131648.3703979-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240509163408.3270244-1-christian.melki@t2data.com> References: <20240509163408.3270244-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sdl2: Version bump. 2.30.2 -> 2.30.3 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 822b5b11693f6428f571cf10ef3737cfda8b0bb9. Michael [sent from post-receive hook] On Sun, 12 May 2024 15:16:48 +0200, Christian Melki wrote: > Minor stable series bump. Minor bugfixes. > https://github.com/libsdl-org/SDL/releases/tag/release-2.30.3 > > * Fix removed config option. > > Signed-off-by: Christian Melki > Message-Id: <20240509163408.3270244-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/sdl2.make b/rules/sdl2.make > index 4959560a002d..01747370d620 100644 > --- a/rules/sdl2.make > +++ b/rules/sdl2.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2 > # > # Paths and names > # > -SDL2_VERSION := 2.30.2 > -SDL2_MD5 := 08667937c83fada423dacc7cd90f3ec8 > +SDL2_VERSION := 2.30.3 > +SDL2_MD5 := 85ceed58290332fa4ef75a3dabfa1b89 > SDL2 := SDL2-$(SDL2_VERSION) > SDL2_SUFFIX := tar.gz > SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX) > @@ -67,7 +67,6 @@ SDL2_CONF_OPT := \ > --$(call ptx/endis,PTXCONF_ARCH_X86_64)-sse3 \ > --$(call ptx/endis,PTXCONF_ARCH_PPC_ALTIVEC)-altivec \ > --disable-lsx \ > - --disable-lasx \ > --$(call ptx/endis,PTXCONF_SDL2_OSS)-oss \ > --$(call ptx/endis,PTXCONF_SDL2_ALSA)-alsa \ > --disable-alsatest \