pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/SDL2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug  4 20:03:10 UTC 2023

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.28.2

2.28.2

This is a stable bugfix release, with the following changes:

Fixed occasionally failing to open the clipboard on Windows
Fixed crash at shutdown when using the D3D11 renderer
Fixed setting the viewport when using the D3D12 renderer
Fixed crash using SDL event functions before initializing SDL on Windows
Fixed Xbox controller trigger motion events on Windows
Fixed Xbox controller rumble in the background on Windows
Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers
Fixed 8BitDo gamepad mapping when in XInput mode on Linux
Fixed controller lockup initializing some unofficial PS4 replica controllers
Fixed video initialization on headless Linux systems using VNC
Fixed large mouse jump when changing relative mouse mode on macOS
Fixed hardware keyboard text input on iPadOS


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/SDL2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/SDL2/Makefile
diff -u pkgsrc/devel/SDL2/Makefile:1.80 pkgsrc/devel/SDL2/Makefile:1.81
--- pkgsrc/devel/SDL2/Makefile:1.80     Tue Jul  4 09:20:46 2023
+++ pkgsrc/devel/SDL2/Makefile  Fri Aug  4 20:03:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2023/07/04 09:20:46 adam Exp $
+# $NetBSD: Makefile,v 1.81 2023/08/04 20:03:10 adam Exp $
 
-DISTNAME=      SDL2-2.28.1
+DISTNAME=      SDL2-2.28.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.61 pkgsrc/devel/SDL2/distinfo:1.62
--- pkgsrc/devel/SDL2/distinfo:1.61     Tue Jul  4 09:20:46 2023
+++ pkgsrc/devel/SDL2/distinfo  Fri Aug  4 20:03:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2023/07/04 09:20:46 adam Exp $
+$NetBSD: distinfo,v 1.62 2023/08/04 20:03:10 adam Exp $
 
-BLAKE2s (SDL2-2.28.1.tar.gz) = 6c6bb1deaf24182ba9fcd4af4678021887d0bab0e227d758cfa7ef9651314fc8
-SHA512 (SDL2-2.28.1.tar.gz) = 1d5c1912c2a6d606b465938365a56ba5202367c47c6c88d303f4838f0c37826fe14aecbf588a3e86fa996d7118bd831f69559d2cc22c01bc4dbe56d03c5223b1
-Size (SDL2-2.28.1.tar.gz) = 8109697 bytes
+BLAKE2s (SDL2-2.28.2.tar.gz) = c66052726ee2eb5ce806d5ac3a14e90d44eccc3e260e7f674cf95ca41a2f1294
+SHA512 (SDL2-2.28.2.tar.gz) = 2c5559c4ec2a71bb89b3fc6e9d0a2b206b8cc1021dfa4ad328aab9a931757ed5fac5ec76d4966dccf81bd861de20963e2013bac62be9ef75ebe1c08678999c39
+Size (SDL2-2.28.2.tar.gz) = 7341117 bytes



Home | Main Index | Thread Index | Old Index