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 Jun 19 09:30:50 UTC 2024

Modified Files:
        pkgsrc/devel/SDL2: Makefile buildlink3.mk distinfo

Log Message:
SDL2: updated to 2.30.4

2.30.4

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

Android rotation will respect user rotation lock preferences
Fixed spurious Left-Ctrl key input when the Right Alt key (AltGr) is pressed on Windows
Added support for the Saitek Cyborg V.3 Rumble Pad in PS3 mode
Added support for the Razer Kitsune in PS5 mode
Added Linux bindings for the Qanba Drone 2 Arcade Joystick
Leave Nintendo Online controllers in simple report mode so they work with DirectInput games
Enable using libusb for GameCube controllers when available


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/SDL2/buildlink3.mk
cvs rdiff -u -r1.69 -r1.70 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.91 pkgsrc/devel/SDL2/Makefile:1.92
--- pkgsrc/devel/SDL2/Makefile:1.91     Wed May  1 19:05:34 2024
+++ pkgsrc/devel/SDL2/Makefile  Wed Jun 19 09:30:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2024/05/01 19:05:34 adam Exp $
+# $NetBSD: Makefile,v 1.92 2024/06/19 09:30:50 adam Exp $
 
-DISTNAME=      SDL2-2.30.3
+DISTNAME=      SDL2-2.30.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL

Index: pkgsrc/devel/SDL2/buildlink3.mk
diff -u pkgsrc/devel/SDL2/buildlink3.mk:1.22 pkgsrc/devel/SDL2/buildlink3.mk:1.23
--- pkgsrc/devel/SDL2/buildlink3.mk:1.22        Thu Jun  6 20:45:16 2024
+++ pkgsrc/devel/SDL2/buildlink3.mk     Wed Jun 19 09:30:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.22 2024/06/06 20:45:16 riastradh Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2024/06/19 09:30:50 adam Exp $
 
 BUILDLINK_TREE+=       SDL2
 
@@ -16,14 +16,14 @@ BUILDLINK_API_DEPENDS.SDL2+=        SDL2>=2.0
 BUILDLINK_PKGSRCDIR.SDL2?=     ../../devel/SDL2
 BUILDLINK_INCDIRS.SDL2+=       include/SDL2
 
-.  if ${USE_CROSS_COMPILE:tl} == "yes"
+.if ${USE_CROSS_COMPILE:tl} == "yes"
 # sdl2-config is a shell script that we need to run at build-time to
 # learn about the target system's SDL2 toolchain options.  This is
 # grody but it may not be trivial to replace by something more sensible
 # like pkg-config.
 TOOLS_CREATE+=         sdl2-config
 TOOLS_PATH.sdl2-config=        ${CROSS_DESTDIR}${LOCALBASE}/bin/sdl2-config
-.  endif
+.endif
 
 pkgbase := SDL2
 .include "../../mk/pkg-build-options.mk"

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.69 pkgsrc/devel/SDL2/distinfo:1.70
--- pkgsrc/devel/SDL2/distinfo:1.69     Wed May  1 19:05:34 2024
+++ pkgsrc/devel/SDL2/distinfo  Wed Jun 19 09:30:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2024/05/01 19:05:34 adam Exp $
+$NetBSD: distinfo,v 1.70 2024/06/19 09:30:50 adam Exp $
 
-BLAKE2s (SDL2-2.30.3.tar.gz) = 744574e708d3b2a21e2e02395d6c8b7ed465cbc42af943249c9ae4d31333f51e
-SHA512 (SDL2-2.30.3.tar.gz) = 75ddea9ac3c2130e9f6036b4718dbe3d9d1b40dab3cd48d3d488d5a397dd0c226c0573bf18d82eb41498800accf045e259d2ae305f069fad7b34e47a017f2372
-Size (SDL2-2.30.3.tar.gz) = 7425677 bytes
+BLAKE2s (SDL2-2.30.4.tar.gz) = a7f156ab97ea844d16929ffa17d0057f76e04f8eb1f46ab7a59fd13bd94c7108
+SHA512 (SDL2-2.30.4.tar.gz) = dace0bfcfb9c7452786bee7082c8293199430ed0735e1efd983d73b604ab6bab8b9d2bc84530fa66c2cfa4e5c3ae6b506b2b6cb9a068c25f0f5b3352240d859b
+Size (SDL2-2.30.4.tar.gz) = 7522327 bytes



Home | Main Index | Thread Index | Old Index