From patchwork Tue Jul 18 11:12:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6999 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R4xBX12Mjz3wgh for ; Tue, 18 Jul 2023 11:12:52 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R4xBQ0n0Cz211; Tue, 18 Jul 2023 11:12:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R4xBP1hwhz30D6; Tue, 18 Jul 2023 11:12:45 +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 4R4xBN3ZkCz2y2X for ; Tue, 18 Jul 2023 11:12:44 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R4xBN2CH0zLq; Tue, 18 Jul 2023 11:12:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1689678764; 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=CB9dlLprKdVrgFQ7Ctapio2FP+RTBpsdYNlhZnE79IY=; b=7D4gwagGLKE6fMcRGk6xGfoGrXgJ9b8AVtYJEWX/tz0eIlQ0gn9ZXcOUFgjtLY1T5IIGuh 5EEfYCb0L5t8PKDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1689678764; 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=CB9dlLprKdVrgFQ7Ctapio2FP+RTBpsdYNlhZnE79IY=; b=RRbi6dMPml9X8/IGBBR2SNkJmerxlCgB7+2g17kvCTNxRizBnXhH8k9pjCbOuMfaj6aXx5 HcHWxfyNNfJ6jpm10YlfEh8/0sd9yPNpEFy52uRTcwc6cgDXesdthKtX9JLEH4PJKoD+cL uWJPx6wb37XZHSy9/c6DDcEVEhTyVRQbns6nlHO4FN1tR7ATgvUp73e3AeNsQIVhpYAU+V dS/8W6HHclmWoOxQnGlXeyr/5AhKApoRKoJGScvCN0+KdBCa2nx17E99DzXcMhXGrNwLyU x5cW5PWz7Fr016gtxMhkCicdxMwvOTnanLEshv53s0QpDG+uLfzsHb3XmtFRIg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sdl2: Update to version 2.28.1 Date: Tue, 18 Jul 2023 13:12:37 +0200 Message-ID: <20230718111237.7626-4-adolf.belka@ipfire.org> In-Reply-To: <20230718111237.7626-1-adolf.belka@ipfire.org> References: <20230718111237.7626-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.5 to 2.28.1 - Update of rootfile - Changelog 2.28.1 This is a stable bugfix release, with the following changes: Added support for the Nintendo Online Famicom controllers Improved support for third-party Nintendo Switch controllers Fixed setting the player LED on Nintendo Switch controllers Added Linux controller mapping for the Logitech Chillstream Fixed appending to a file greater than 4GB in size on Windows 2.28.0 Thanks to all the people who contributed code and feedback, SDL 2.28.0 is now available! In addition to lots of bug fixes, here are the major changes in this release: General: Added SDL_HasWindowSurface() and SDL_DestroyWindowSurface() to switch between the window surface and rendering APIs Added a display event SDL_DISPLAYEVENT_MOVED which is sent when the primary monitor changes or displays change position relative to each other Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the on-screen keyboard should be shown when text input is active With this release, SDL 2.0 is entering maintenance mode. While we will continue to support the library and provide stable bug fix updates, the SDL team is focusing on SDL 3.0 and all new feature development will be happening there. We are simultaneously bringing up sdl2-compat so your existing SDL 2.0 applications can run on the SDL 3.0 runtime in the future. Signed-off-by: Adolf Belka --- config/rootfiles/packages/sdl2 | 3 ++- lfs/sdl2 | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 index 9a8fc77f5..2feefb713 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.5 +usr/lib/libSDL2-2.0.so.0.2800.1 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a @@ -91,3 +91,4 @@ usr/lib/libSDL2.so #usr/lib/libSDL2main.la #usr/lib/pkgconfig/sdl2.pc #usr/share/aclocal/sdl2.m4 + diff --git a/lfs/sdl2 b/lfs/sdl2 index df15c2e02..0366b98e8 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -24,7 +24,7 @@ include Config -VER = 2.26.5 +VER = 2.28.1 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 = 11 +PAK_VER = 12 DEPS = alsa @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f0363306ee031d399001259ac32e62cea2130d7aafb4594d8a11b76e073630aa43b7abe288eed54c77c46604f2fd4e4fcd455cccf29e847d963ff50153d8d707 +$(DL_FILE)_BLAKE2 = c32537d42108dd75ea4f2ba907d6b045ba18d6be29f76a6f8a2f45400d069b0d43223a8855ba3103fa53c3b9d886b2e542133bcce1cd6cfcf5b17800dd5f9911 install : $(TARGET)