pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SDL3



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  3 04:54:44 UTC 2026

Modified Files:
        pkgsrc/devel/SDL3: Makefile PLIST distinfo

Log Message:
SDL3: updated to 3.4.16

3.4.16

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

Fixed loading BMP files with < 8 bits per pixel and odd widths
Fixed the depth format sample count support check in the GPU API
Fixed the SDL_QueryGPUFence() return value on Apple platforms
Fixed textures being rendered with half opacity on PS2
Fixed windows staying on screen after SDL_Quit() on macOS
Removed WM_TAKE_FOCUS from WM_PROTOCOLS for X11 windows
Added SDL_HINT_ANDROID_AAUDIO_INPUT_PRESET instead of hard-coding the camcorder preset on Android
Report SDL_PenInputFlags in SDL_PenProximityEvent
Fixed vertical high-resolution mouse wheel scaling on evdev
Fixed joystick stick calibration on Nintendo Joy-Con controllers


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/SDL3/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/SDL3/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/SDL3/Makefile
diff -u pkgsrc/devel/SDL3/Makefile:1.15 pkgsrc/devel/SDL3/Makefile:1.16
--- pkgsrc/devel/SDL3/Makefile:1.15     Wed Sep  2 19:01:21 2026
+++ pkgsrc/devel/SDL3/Makefile  Thu Sep  3 04:54:44 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/09/02 19:01:21 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/09/03 04:54:44 adam Exp $
 
-DISTNAME=      SDL3-3.4.14
-PKGREVISION=   1
+DISTNAME=      SDL3-3.4.16
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.13 pkgsrc/devel/SDL3/PLIST:1.14
--- pkgsrc/devel/SDL3/PLIST:1.13        Thu Aug  6 19:18:53 2026
+++ pkgsrc/devel/SDL3/PLIST     Thu Sep  3 04:54:44 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2026/08/06 19:18:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2026/09/03 04:54:44 adam Exp $
 include/SDL3/SDL.h
 include/SDL3/SDL_assert.h
 include/SDL3/SDL_asyncio.h
@@ -96,7 +96,7 @@ lib/cmake/SDL3/SDL3testTargets-relwithde
 lib/cmake/SDL3/SDL3testTargets.cmake
 lib/libSDL3.so
 lib/libSDL3.so.0
-lib/libSDL3.so.0.4.14
+lib/libSDL3.so.0.4.16
 lib/libSDL3_test.a
 lib/pkgconfig/sdl3.pc
 share/licenses/SDL3/LICENSE.txt

Index: pkgsrc/devel/SDL3/distinfo
diff -u pkgsrc/devel/SDL3/distinfo:1.12 pkgsrc/devel/SDL3/distinfo:1.13
--- pkgsrc/devel/SDL3/distinfo:1.12     Thu Aug  6 19:18:53 2026
+++ pkgsrc/devel/SDL3/distinfo  Thu Sep  3 04:54:44 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2026/08/06 19:18:53 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/09/03 04:54:44 adam Exp $
 
-BLAKE2s (SDL3-3.4.14.tar.gz) = ec08ddfadebba029f8cc17ac79f8a34ae1fd9f70d8ea8a9f659036dbe5a3130c
-SHA512 (SDL3-3.4.14.tar.gz) = 4105d57b3581d9d1e98c0bbd38d69cc5015b2b3d358fff0a617f9a89b37f5dd3e32e95b6ffc01cb865b9c599956cffa5cfcb96812fe7ed4afad632872c617e87
-Size (SDL3-3.4.14.tar.gz) = 15636700 bytes
+BLAKE2s (SDL3-3.4.16.tar.gz) = 3e89e4f73fa10bde405c5253fb6d3e256c42c894ccdf69ce3e631a9069f7a8e9
+SHA512 (SDL3-3.4.16.tar.gz) = 74a5ee1e5bba138a8daa710e200ac3585c60f696311c46252d86bc685c55e8271cd0d68439f8e13ca515b702d46ef58914d0f7b2352019870a5763ed79739e9a
+Size (SDL3-3.4.16.tar.gz) = 15640667 bytes
 SHA1 (patch-CMakeLists.txt) = 5aba59473b4dbc97ead9c70a33e7fb3239763373



Home | Main Index | Thread Index | Old Index