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 Aug  6 19:18:53 UTC 2026

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

Log Message:
SDL3: updated to 3.4.14

3.4.14

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

GPU buffers and textures can have multiple read usages
Fixed X11 crash if the IME service was shutdown in the background
Fixed hang when hiding an X11 window on some window managers
Fixed being unable to get clipboard text on older versions of macOS
Fixed the 8BitDo Pro 3 controller showing up twice on macOS
Fixed Xbox controllers not being detected if SDL is built with GameInput support
Fixed pen creating phantom mouse events in relative mode on Android


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/SDL3/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/devel/SDL3/Makefile:1.14
--- pkgsrc/devel/SDL3/Makefile:1.13     Mon Jul 13 04:35:28 2026
+++ pkgsrc/devel/SDL3/Makefile  Thu Aug  6 19:18:53 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/07/13 04:35:28 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/08/06 19:18:53 adam Exp $
 
-DISTNAME=      SDL3-3.4.12
-PKGREVISION=   1
+DISTNAME=      SDL3-3.4.14
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.12 pkgsrc/devel/SDL3/PLIST:1.13
--- pkgsrc/devel/SDL3/PLIST:1.12        Fri Jul  3 06:48:08 2026
+++ pkgsrc/devel/SDL3/PLIST     Thu Aug  6 19:18:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2026/07/03 06:48:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/08/06 19:18:53 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.12
+lib/libSDL3.so.0.4.14
 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.11 pkgsrc/devel/SDL3/distinfo:1.12
--- pkgsrc/devel/SDL3/distinfo:1.11     Fri Jul  3 06:48:08 2026
+++ pkgsrc/devel/SDL3/distinfo  Thu Aug  6 19:18:53 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2026/07/03 06:48:08 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/08/06 19:18:53 adam Exp $
 
-BLAKE2s (SDL3-3.4.12.tar.gz) = 2142ecddb99d06e9323f05880305d03fa4ff6e0a95f9f8305671ba377bcc9229
-SHA512 (SDL3-3.4.12.tar.gz) = c53cb5d82f6a9b7221bfd4f64d5352fd0c91837b7cb88ccf4898657b241189e25b7d405aa0c5c42ee25bad9a19c1da5c2daca6f8fde493ae26cb3e5f2883c0f5
-Size (SDL3-3.4.12.tar.gz) = 15629574 bytes
+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
 SHA1 (patch-CMakeLists.txt) = 5aba59473b4dbc97ead9c70a33e7fb3239763373



Home | Main Index | Thread Index | Old Index