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: Mon Feb 2 08:04:05 UTC 2026
Modified Files:
pkgsrc/devel/SDL3: Makefile PLIST distinfo options.mk
Log Message:
SDL3: updated to 3.4.0
3.4.0
In addition to lots of bug fixes and general system improvements, this release
has some major themes of improved interoperability between the 3D GPU API and
the 2D rendering API, improved Emscripten support, improved pen handling, and
native support for PNG images.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/SDL3/Makefile pkgsrc/devel/SDL3/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/SDL3/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/SDL3/options.mk
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.6 pkgsrc/devel/SDL3/Makefile:1.7
--- pkgsrc/devel/SDL3/Makefile:1.6 Wed Dec 3 08:30:38 2025
+++ pkgsrc/devel/SDL3/Makefile Mon Feb 2 08:04:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/12/03 08:30:38 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/02/02 08:04:05 adam Exp $
-DISTNAME= SDL3-3.2.28
+DISTNAME= SDL3-3.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/}
GITHUB_PROJECT= SDL
Index: pkgsrc/devel/SDL3/PLIST
diff -u pkgsrc/devel/SDL3/PLIST:1.6 pkgsrc/devel/SDL3/PLIST:1.7
--- pkgsrc/devel/SDL3/PLIST:1.6 Wed Dec 3 08:30:38 2025
+++ pkgsrc/devel/SDL3/PLIST Mon Feb 2 08:04:05 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/12/03 08:30:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/02/02 08:04:05 adam Exp $
include/SDL3/SDL.h
include/SDL3/SDL_assert.h
include/SDL3/SDL_asyncio.h
@@ -13,6 +13,7 @@ include/SDL3/SDL_close_code.h
include/SDL3/SDL_copying.h
include/SDL3/SDL_cpuinfo.h
include/SDL3/SDL_dialog.h
+include/SDL3/SDL_dlopennote.h
include/SDL3/SDL_egl.h
include/SDL3/SDL_endian.h
include/SDL3/SDL_error.h
@@ -95,7 +96,7 @@ lib/cmake/SDL3/SDL3testTargets-relwithde
lib/cmake/SDL3/SDL3testTargets.cmake
lib/libSDL3.so
lib/libSDL3.so.0
-lib/libSDL3.so.0.2.28
+lib/libSDL3.so.0.4.0
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.5 pkgsrc/devel/SDL3/distinfo:1.6
--- pkgsrc/devel/SDL3/distinfo:1.5 Wed Dec 3 08:30:38 2025
+++ pkgsrc/devel/SDL3/distinfo Mon Feb 2 08:04:05 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2025/12/03 08:30:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/02/02 08:04:05 adam Exp $
-BLAKE2s (SDL3-3.2.28.tar.gz) = 22d6bba33cc5a455ba118bfa59b2f4657fd7d0ae202ab6103380ff379266414a
-SHA512 (SDL3-3.2.28.tar.gz) = 9d7d54cd91a30d7a1f2999d98ff155232a629ff082d1b3a00b00c32ee3ff009820a1b0d9daf981a2f454bcf667cdb687948050c9b6f2ca98cb34f68754812b8a
-Size (SDL3-3.2.28.tar.gz) = 15904256 bytes
+BLAKE2s (SDL3-3.4.0.tar.gz) = 64edf8b335a4be7977322b96ac71102775cb656d1d19fee5ceb9979df8ae79b1
+SHA512 (SDL3-3.4.0.tar.gz) = b7803fc1a7260a0594644bf81df8c300d63c30c436a2b8c8217d58cd25814faf44e2945a4979c860f81cddc367913cc8c03f0bf6745da2918121f379fd9cb27b
+Size (SDL3-3.4.0.tar.gz) = 15567602 bytes
SHA1 (patch-CMakeLists.txt) = 6187ae70c2c2fa8c5e36c93d9132ddd4c96657f6
Index: pkgsrc/devel/SDL3/options.mk
diff -u pkgsrc/devel/SDL3/options.mk:1.2 pkgsrc/devel/SDL3/options.mk:1.3
--- pkgsrc/devel/SDL3/options.mk:1.2 Tue Jun 3 14:06:51 2025
+++ pkgsrc/devel/SDL3/options.mk Mon Feb 2 08:04:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2025/06/03 14:06:51 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2026/02/02 08:04:05 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL3
PKG_SUPPORTED_OPTIONS= alsa dbus jack opengl libusb pulseaudio x11
@@ -124,6 +124,7 @@ CMAKE_CONFIGURE_ARGS+= -DSDL_WAYLAND=OFF
.if !empty(PKG_OPTIONS:Mx11)
CMAKE_CONFIGURE_ARGS+= -DSDL_X11=ON
+CMAKE_CONFIGURE_ARGS+= -DSDL_X11_XTEST=OFF
. include "../../x11/libXcursor/buildlink3.mk"
. include "../../x11/libXext/buildlink3.mk"
. include "../../x11/libXi/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index