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:           Sat Dec  7 10:34:48 UTC 2024

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo

Log Message:
SDL2: updated to 2.30.10

2.30.10

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

Improved the performance of whole surface fill operations
Fixed an assertion when connecting/disconnecting over RDP
Switched the default audio driver on Android to OpenSLES
Added support for mouse wheel and extended buttons on PS Vita
Fixed a rare crash on KMSDRM


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.76 -r1.77 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.98 pkgsrc/devel/SDL2/Makefile:1.99
--- pkgsrc/devel/SDL2/Makefile:1.98     Mon Nov  4 21:31:46 2024
+++ pkgsrc/devel/SDL2/Makefile  Sat Dec  7 10:34:48 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2024/11/04 21:31:46 nia Exp $
+# $NetBSD: Makefile,v 1.99 2024/12/07 10:34:48 adam Exp $
 
-DISTNAME=      SDL2-2.30.9
-PKGREVISION=   1
+DISTNAME=      SDL2-2.30.10
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsdl-org/}
 GITHUB_PROJECT=        SDL
@@ -38,7 +37,7 @@ CONFIGURE_ARGS+=      --disable-esd
 CONFIGURE_ARGS.NetBSD+=        --disable-oss
 
 SUBST_CLASSES+=                rpath
-SUBST_STAGE.rpath=     pre-configure 
+SUBST_STAGE.rpath=     pre-configure
 SUBST_FILES.rpath=     sdl2-config.in
 SUBST_VARS.rpath=      COMPILER_RPATH_FLAG
 

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.76 pkgsrc/devel/SDL2/distinfo:1.77
--- pkgsrc/devel/SDL2/distinfo:1.76     Mon Nov  4 21:31:46 2024
+++ pkgsrc/devel/SDL2/distinfo  Sat Dec  7 10:34:48 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2024/11/04 21:31:46 nia Exp $
+$NetBSD: distinfo,v 1.77 2024/12/07 10:34:48 adam Exp $
 
-BLAKE2s (SDL2-2.30.9.tar.gz) = 5d25b6f085fcce7636dcf3471c239056a60dde81715ff10434e5501aea7a9d6a
-SHA512 (SDL2-2.30.9.tar.gz) = 30dfa86fcced174fef0ed78ffa53476a31765e19cdcdf8233ab92876445b4dedaa758fc42a3ec332324d13faa2daafcadcc44fc0f536a2969ef836162ec3cd36
-Size (SDL2-2.30.9.tar.gz) = 7681555 bytes
+BLAKE2s (SDL2-2.30.10.tar.gz) = ffc0947c1a4add823d91c0ca2808ff78b3f3fec68c4d90a6907025bd75c8255d
+SHA512 (SDL2-2.30.10.tar.gz) = bcb220749cd3b0874288d617419e622701138bcb8fe55e9b665e8843c65afda031d01afe0d11e308a9608724ed151f342e5f5670c84204b36943cb323ced41da
+Size (SDL2-2.30.10.tar.gz) = 7586495 bytes
 SHA1 (patch-sdl2-config.in) = 963486e3cf6cb437f43197885e9f519ace4497c1



Home | Main Index | Thread Index | Old Index