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: wiz
Date: Wed Jun 28 08:32:26 UTC 2023
Modified Files:
pkgsrc/devel/SDL2: Makefile distinfo
Log Message:
SDL2: update to 2.28.0.
---------------------------------------------------------------------------
2.28.0:
---------------------------------------------------------------------------
General:
* Added SDL_HasWindowSurface() and SDL_DestroyWindowSurface() to switch between the window surface and rendering APIs
* Added a display event SDL_DISPLAYEVENT_MOVED which is sent when the primary monitor changes or displays change position relative to each other
* Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the on-screen keyboard should be shown when text input is active
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.59 -r1.60 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.78 pkgsrc/devel/SDL2/Makefile:1.79
--- pkgsrc/devel/SDL2/Makefile:1.78 Sat May 6 19:08:48 2023
+++ pkgsrc/devel/SDL2/Makefile Wed Jun 28 08:32:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2023/05/06 19:08:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.79 2023/06/28 08:32:26 wiz Exp $
-DISTNAME= SDL2-2.26.5
-PKGREVISION= 1
+DISTNAME= SDL2-2.28.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.59 pkgsrc/devel/SDL2/distinfo:1.60
--- pkgsrc/devel/SDL2/distinfo:1.59 Thu Apr 6 11:02:10 2023
+++ pkgsrc/devel/SDL2/distinfo Wed Jun 28 08:32:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2023/04/06 11:02:10 adam Exp $
+$NetBSD: distinfo,v 1.60 2023/06/28 08:32:26 wiz Exp $
-BLAKE2s (SDL2-2.26.5.tar.gz) = 2b354464cd1cb386bd28ff5b2ce879bed1b11a1bc7d6998573364f1d4dbcb8d7
-SHA512 (SDL2-2.26.5.tar.gz) = 0f37b443950bc89c3f3add2fc9a9970f42b47e933c106a1d676d1715c520125d5725ffcb9ff85bcf66ac3ff78d9d43d994f9c1935b7c0fd7951e10e251936bcc
-Size (SDL2-2.26.5.tar.gz) = 8085012 bytes
+BLAKE2s (SDL2-2.28.0.tar.gz) = 83f29c107893c9472d36611091810753e247d473bf42efce2c6881ef9f41e8d4
+SHA512 (SDL2-2.28.0.tar.gz) = 77b258c03202dbd40e386f1d0619068b9549c2b0ad186f67cb19e12078c6f269b019dcd6bf422db4c5135a7c6c5920de9205105c411fa72d56caedd6d2dbcdbd
+Size (SDL2-2.28.0.tar.gz) = 8107868 bytes
Home |
Main Index |
Thread Index |
Old Index