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:           Wed Mar  6 18:50:52 UTC 2024

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.30.1

2.30.1

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

Fixed a regression causing SDL_WaitEvent() to return spurious failures
Fixed X11 cursors on the latest release of GNOME
Wayland windows automatically have OpenGL enabled again
Fixed memory corruption when converting signed 16-bit audio to float
Fixed audio artifacts when converting signed 8-bit audio to float
Fixed the clip rectangle not being updated when the viewport changes in the SDL renderer
Convert mouse wheel coordinates to the rendering view in the SDL renderer
Fixed a crash handling controllers on macOS
Fixed a crash setting a window fullscreen with Emscripten
Fixed the keyboard automatically popping up when resuming an application on Android


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.66 -r1.67 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.87 pkgsrc/devel/SDL2/Makefile:1.88
--- pkgsrc/devel/SDL2/Makefile:1.87     Wed Feb  7 03:56:54 2024
+++ pkgsrc/devel/SDL2/Makefile  Wed Mar  6 18:50:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2024/02/07 03:56:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2024/03/06 18:50:52 adam Exp $
 
-DISTNAME=      SDL2-2.30.0
+DISTNAME=      SDL2-2.30.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.66 pkgsrc/devel/SDL2/distinfo:1.67
--- pkgsrc/devel/SDL2/distinfo:1.66     Wed Feb  7 03:56:54 2024
+++ pkgsrc/devel/SDL2/distinfo  Wed Mar  6 18:50:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.66 2024/02/07 03:56:54 ryoon Exp $
+$NetBSD: distinfo,v 1.67 2024/03/06 18:50:52 adam Exp $
 
-BLAKE2s (SDL2-2.30.0.tar.gz) = afc053bfd4d11db0ab586f79ca90a7984b449d8fcf1e3c86dc6c3ae003754f5c
-SHA512 (SDL2-2.30.0.tar.gz) = 6eac264db52342d3af338745c5ee7c627982a661194686e06e0ea44d4eb38f88d0b451656edf3169334570ee484132e5a74ab9ed56f9de359728d48f93a0aafa
-Size (SDL2-2.30.0.tar.gz) = 7428037 bytes
+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



Home | Main Index | Thread Index | Old Index