From patchwork Thu Jan 5 18:21:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6408 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nnvtp091Cz43VV for ; Thu, 5 Jan 2023 18:21:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nnvtj52pgz14p; Thu, 5 Jan 2023 18:21:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nnvtj3RVvz30FL; Thu, 5 Jan 2023 18:21:33 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NnvtQ6qM4z30GF for ; Thu, 5 Jan 2023 18:21:18 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NnvtQ30jtz104; Thu, 5 Jan 2023 18:21:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672942878; 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: in-reply-to:in-reply-to:references:references; bh=m6/e6d9KKDqGGhaLSE4wmwWyXiX+Qfeq+IKSqmV6Sb8=; b=x/zLkDrj0BFO5quOrWdrfJhACR7GPdHqFjPaw1c/PauoWKBHTmyxaeXT51VUimULSAKsvO xOWtjSrsj/G+qNAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672942878; 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: in-reply-to:in-reply-to:references:references; bh=m6/e6d9KKDqGGhaLSE4wmwWyXiX+Qfeq+IKSqmV6Sb8=; b=VEjRmBq3LPK+8OckohAE4PY37KBx069vT0r62zDEuhOTHhUElX9JH83cmbnA0oPr407EEk B+92aBcBQvDSc9CQMCjPsff1wPPt8T2ga6zehlfXLGc6/Y3KNHsKTDXdeARp+kzdzdkJhC eoKj/i7nKvoLFp7w1U/g5OmQVa3aNF9frqZyghaWn8KCurJaqE8QeiEw/fxs3pFRZKEsdg OSAG1D86edbmiMurH26p++vNxODm66DvxVpafdnG3X29JIMuGksL4zKHRu5duLEOA1O7Gb ZDUJ361CI3HjhwkJDRWPXOi3ayONTnuMaFC2BLi+OCmrC2MG0jb1xGifqkgnYQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sdl2: Update to version 2.26.2 Date: Thu, 5 Jan 2023 19:21:10 +0100 Message-Id: <20230105182110.3725538-6-adolf.belka@ipfire.org> In-Reply-To: <20230105182110.3725538-1-adolf.belka@ipfire.org> References: <20230105182110.3725538-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 2.26.0 to 2.26.2 - Update of rootfile - Changelog 2.26.2 Latest This is a stable bugfix release, with the following changes: Fixed long delay at startup when a Razer keyboard is connected Fixed not receiving SDLK_5 or SDL_SCANCODE_5 when using the AZERTY keyboard layout on Linux 2.26.1 This is a stable bugfix release, with the following changes: Improved audio resampling quality Fixed crash if SDL_GetPointDisplayIndex() or SDL_GetRectDisplayIndex() are called before SDL_VideoInit() Fixed building with older Xcode and macOS SDK Fixed building when not using shared Wayland libraries 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 4b80d40a8..c712b47f9 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.2600.0 +usr/lib/libSDL2-2.0.so.0.2600.2 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 00e463156..5387952e5 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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.26.0 +VER = 2.26.2 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 = 8 +PAK_VER = 9 DEPS = alsa @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4971cef0d34706dd02eff5277fd58b35523ee3b1d860999b37ddf4dbc463f493859a43325c4faa9bd048c519d49788adb3dd7f38e6b29eb635c0e0e405c944e9 +$(DL_FILE)_BLAKE2 = 84a972c634a084350173fcc5da69cc9b402f83b969e6611aa47cc81dc01520508ba813e5910299702c7139a0426462e607e97524510f61afe91d46a7cc9da8dc install : $(TARGET)