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:   ryoon
Date:           Wed Feb  7 03:56:54 UTC 2024

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: Update to 2.30.0

Changelog:
---------------------------------------------------------------------------
2.30.0:
---------------------------------------------------------------------------

General:
* Added support for 2 bits-per-pixel indexed surface formats
* Added the function SDL_GameControllerGetSteamHandle() to get the Steam API handle for a controller, if available
* Added the event SDL_CONTROLLERSTEAMHANDLEUPDATED which is sent when the Steam API handle for a controller changes. This could also change the name, VID, and PID of the controller.
* Added the environment variable SDL_LOGGING to control default log output

macOS:
* Added the hint SDL_HINT_JOYSTICK_IOKIT to control whether the IOKit controller driver should be used
* Added the hint SDL_HINT_JOYSTICK_MFI to control whether the GCController controller driver should be used
* Added the hint SDL_HINT_RENDER_METAL_PREFER_LOW_POWER_DEVICE to choose whether high or low power GPU should be used for rendering, in the case where there are multiple GPUs available

Xbox:
* Added the function SDL_GDKGetDefaultUser()


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.65 -r1.66 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.86 pkgsrc/devel/SDL2/Makefile:1.87
--- pkgsrc/devel/SDL2/Makefile:1.86     Tue Jan 30 14:21:38 2024
+++ pkgsrc/devel/SDL2/Makefile  Wed Feb  7 03:56:54 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2024/01/30 14:21:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2024/02/07 03:56:54 ryoon Exp $
 
-DISTNAME=      SDL2-2.28.5
-PKGREVISION=   1
+DISTNAME=      SDL2-2.30.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.65 pkgsrc/devel/SDL2/distinfo:1.66
--- pkgsrc/devel/SDL2/distinfo:1.65     Thu Nov  2 19:34:12 2023
+++ pkgsrc/devel/SDL2/distinfo  Wed Feb  7 03:56:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2023/11/02 19:34:12 adam Exp $
+$NetBSD: distinfo,v 1.66 2024/02/07 03:56:54 ryoon Exp $
 
-BLAKE2s (SDL2-2.28.5.tar.gz) = dcf963727b993bacc5f172cfda1bcf2532fd2fc48a40915781011cd6ac430f3c
-SHA512 (SDL2-2.28.5.tar.gz) = 12593eb78fcca877a8dfb78cf21a4e6feba7dc87c964de378ac462b36d8e41ecb587222cb41d5f56dd35b838e1b9867b8ae0cf2f4d2a01afaf23ac8c11edc84d
-Size (SDL2-2.28.5.tar.gz) = 7345355 bytes
+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



Home | Main Index | Thread Index | Old Index