From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hnrk1324Nz2yt3 for ; Sun, 20 Sep 2026 16:03:05 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hnrjx6WyHz2xRF for ; Sun, 20 Sep 2026 16:03:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hnrjw3hWTzXn; Sun, 20 Sep 2026 16:03:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789920180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rLZcd4RipVoc+1okEnbefm08+q4fHcKOaCPEo0gOTjo=; b=XnEmgwBjyz+dg1ViURcxMhs8TnvJ3IY63qW0cTaJQvyIM8Ec6eFsspW6ZrHZJczx2lTTZg zedAHnVtkhEhjWCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789920180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rLZcd4RipVoc+1okEnbefm08+q4fHcKOaCPEo0gOTjo=; b=WvkhcxkwEDlwcWzZIBS9ZvZo5WP9l43vMupW2XC6dp0QRjldnfQCAIJ9evozvZ79O1uwlx 9hhKMGIAPvWSrGV6I9jb7IFqmejP/hJ+DY50spSHf3TVPkmdcLvfffBFpXKOlPgNpv/99H QP4cT22XFDX9IMEbyV4EXiFyme0z6wPyd+eaGkVGGfyjL4WoV1Zzapax6ftGTB1PMWWr+W xd5wMYsXej7CMFAVpDWRbTgaX6BrjjIRLfkUb3q3vODbXgv5fp7SWWa8GymmuwmXRBGeOq vTszF7/uwTYDJ+nXiIP+l+W2BXw8xUvKouOjp79JOQitUzupNoSM4dUop82pgg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] sdl2: Update to version 2.32.10 Date: Sun, 20 Sep 2026 18:02:58 +0200 Message-ID: <20260920160258.2685443-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 2.32.6 to 2.32.10 - Update of rootfile - Changelog 2.32.10 Fixed the dock occasionally showing on macOS when launching an SDL app Report the correct device audio format when using Pipewire Fixed signed 8-bit audio on Android Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY on iOS Improved thumbstick range for Nintendo Switch Pro Controllers Fixed loading user calibration for Nintendo Switch Pro Controllers 2.32.8 Fixed a rare crash in SDL_WaitEvent() Fixed swapped red/blue channels when updating a YUV texture on OpenGL ES 2.0 Signed-off-by: Adolf Belka --- config/rootfiles/packages/sdl2 | 2 +- lfs/sdl2 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 index 0c006388d..6e722352a 100644 --- a/config/rootfiles/packages/sdl2 +++ b/config/rootfiles/packages/sdl2 @@ -82,7 +82,7 @@ #usr/lib/cmake/SDL2/sdl2-config-version.cmake #usr/lib/cmake/SDL2/sdl2-config.cmake usr/lib/libSDL2-2.0.so.0 -usr/lib/libSDL2-2.0.so.0.3200.6 +usr/lib/libSDL2-2.0.so.0.3200.10 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 21eebb01f..cefe0286b 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.32.6 +VER = 2.32.10 SUMMARY = Simple DirectMedia Layer Library THISAPP = SDL2-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sdl2 -PAK_VER = 17 +PAK_VER = 18 DEPS = alsa @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d08c733d87af036e8a015a4ef313bbdf4049d7ddc3968693a820ea69e473f2df486eda02303d8fd6b33c2d166dcb7dee7ac0cba19e0b8198c80db7d996fe4702 +$(DL_FILE)_BLAKE2 = 932eb4b2994aba27390c3e2c205e359229093f78f591c5fe91f2463344554b40ece92dc8f3a9853d152e917a4317123cc260ddb9a3e140f1f68bf6b6a3de7d74 install : $(TARGET) -- 2.55.0