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:           Thu Apr  6 11:02:10 UTC 2023

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.26.5

2.26.5
The minimum deployment target on macOS is now 10.11, due to changes in the latest Xcode update
Fixed incorrect modifier keys handling on macOS
Fixed occasional duplicate controller visible on macOS
Fixed handling of third party PS4 controller input reports
Added support for the trigger buttons on the Victrix Pro FS for PS5
Added mapping for Flydigi Vader 2 with the latest firmware (6.0.4.9)
Added mapping for DualSense Edge Wireless Controller on Linux
Added mapping for Hori Pokken Tournament DX Pro Pad
Improved the speed and quality of audio resampling
Fixed crash on Linux if dbus can't be initialized

2.26.4
Fixed relative mouse motion over remote desktop on Windows
Fixed using older game controller mappings on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.58 -r1.59 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.76 pkgsrc/devel/SDL2/Makefile:1.77
--- pkgsrc/devel/SDL2/Makefile:1.76     Wed Feb  8 18:59:43 2023
+++ pkgsrc/devel/SDL2/Makefile  Thu Apr  6 11:02:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2023/02/08 18:59:43 nia Exp $
+# $NetBSD: Makefile,v 1.77 2023/04/06 11:02:10 adam Exp $
 
-DISTNAME=      SDL2-2.26.3
+DISTNAME=      SDL2-2.26.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.58 pkgsrc/devel/SDL2/distinfo:1.59
--- pkgsrc/devel/SDL2/distinfo:1.58     Wed Feb  8 18:59:43 2023
+++ pkgsrc/devel/SDL2/distinfo  Thu Apr  6 11:02:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2023/02/08 18:59:43 nia Exp $
+$NetBSD: distinfo,v 1.59 2023/04/06 11:02:10 adam Exp $
 
-BLAKE2s (SDL2-2.26.3.tar.gz) = 82b27a907de6fbffb36689333e67d3f94a9c195de516099fed9c10c41ba1d9ef
-SHA512 (SDL2-2.26.3.tar.gz) = 26c10fe004e47a498878ff2aa80bab7f57798d6b0f950b085409818d4c758010be7b49f5e0f43dd0afe2b9d18f94ad52d1e212a1d55505ce6d7fcc371fdda7d8
-Size (SDL2-2.26.3.tar.gz) = 8084159 bytes
+BLAKE2s (SDL2-2.26.5.tar.gz) = 2b354464cd1cb386bd28ff5b2ce879bed1b11a1bc7d6998573364f1d4dbcb8d7
+SHA512 (SDL2-2.26.5.tar.gz) = 0f37b443950bc89c3f3add2fc9a9970f42b47e933c106a1d676d1715c520125d5725ffcb9ff85bcf66ac3ff78d9d43d994f9c1935b7c0fd7951e10e251936bcc
+Size (SDL2-2.26.5.tar.gz) = 8085012 bytes



Home | Main Index | Thread Index | Old Index