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 Apr  5 08:56:19 UTC 2024

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.30.2

2.30.2

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

Fixed performance regression initializing controllers on Linux
Added support for the 6-button SEGA Mega Drive Control Pad for Nintendo Online
Added support for the MadCatz Saitek Side Panel Control Deck
Added support for the Hori Fighting Stick EX2
Added support for the Yawman Arrow flightstick
Added a gamepad mapping for the Defender Joystick Cobra R4
Fixed the gamepad mapping for the Sanwa Supply JY-P76USV controller
Poll for the initial controller state when using DirectInput
Allow using SDL_RWFromFile() with named pipes


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.67 -r1.68 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.88 pkgsrc/devel/SDL2/Makefile:1.89
--- pkgsrc/devel/SDL2/Makefile:1.88     Wed Mar  6 18:50:52 2024
+++ pkgsrc/devel/SDL2/Makefile  Fri Apr  5 08:56:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2024/03/06 18:50:52 adam Exp $
+# $NetBSD: Makefile,v 1.89 2024/04/05 08:56:19 adam Exp $
 
-DISTNAME=      SDL2-2.30.1
+DISTNAME=      SDL2-2.30.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.67 pkgsrc/devel/SDL2/distinfo:1.68
--- pkgsrc/devel/SDL2/distinfo:1.67     Wed Mar  6 18:50:52 2024
+++ pkgsrc/devel/SDL2/distinfo  Fri Apr  5 08:56:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2024/03/06 18:50:52 adam Exp $
+$NetBSD: distinfo,v 1.68 2024/04/05 08:56:19 adam Exp $
 
-BLAKE2s (SDL2-2.30.1.tar.gz) = a5a55b2009b4b1313d0ad8bdec7879b2402a18421521817370e1fb0a97b3baa7
-SHA512 (SDL2-2.30.1.tar.gz) = bb1863310d627e7b49cfc31bea7eb9100da1908cd83a97c533c28a2e32eac377c72dde83d2c2c4791007f534ea2e5ec8b1ac545a0d2e291dfdce1734a727c4af
-Size (SDL2-2.30.1.tar.gz) = 7428023 bytes
+BLAKE2s (SDL2-2.30.2.tar.gz) = cabc9643d6ec17c181fdde5c0f9be93a0854a4f2596159eba35e4084cfaf8525
+SHA512 (SDL2-2.30.2.tar.gz) = 19316bb4c483a8c4be2140b70d906b7767beabada481873217a9207bd41e79c1854a837e1394325f59795da010f5344f791a7973a846b8189e3f9b662f408aca
+Size (SDL2-2.30.2.tar.gz) = 7426565 bytes



Home | Main Index | Thread Index | Old Index