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:   nia
Date:           Tue May  3 17:15:05 UTC 2022

Modified Files:
        pkgsrc/devel/SDL2: Makefile distinfo
Removed Files:
        pkgsrc/devel/SDL2/patches: patch-src_video_wayland_SDL__waylandsym.h

Log Message:
SDL2: Update to 2.0.22

---------------------------------------------------------------------------
2.0.22:
---------------------------------------------------------------------------

General:

* Added SDL_RenderGetWindow() to get the window associated with a renderer
* Added floating point rectangle functions:
    * SDL_PointInFRect()
    * SDL_FRectEmpty()
    * SDL_FRectEquals()
    * SDL_FRectEqualsEpsilon()
    * SDL_HasIntersectionF()
    * SDL_IntersectFRect()
    * SDL_UnionFRect()
    * SDL_EncloseFPoints()
    * SDL_IntersectFRectAndLine()
* Added SDL_IsTextInputShown() which returns whether the IME window is
  currently shown
* Added SDL_ClearComposition() to dismiss the composition window without
  disabling IME input
* Added SDL_TEXTEDITING_EXT event for handling long composition text, and
  a hint SDL_HINT_IME_SUPPORT_EXTENDED_TEXT to enable it
* Added the hint SDL_HINT_MOUSE_RELATIVE_MODE_CENTER to control whether the
  mouse should be constrained to the whole window or the center of the window
  when relative mode is enabled
* The mouse is now automatically captured when mouse buttons are pressed,
  and the hint SDL_HINT_MOUSE_AUTO_CAPTURE allows you to control this behavior
* Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_OPENGL to let SDL know that
  a foreign window will be used with OpenGL
* Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_VULKAN to let SDL know that
  a foreign window will be used with Vulkan
* Added the hint SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE to specify whether an
  SDL_QUIT event will be delivered when the last application window is closed
* Added the hint SDL_HINT_JOYSTICK_ROG_CHAKRAM to control whether ROG Chakram
  mice show up as joysticks

Linux:

* Compiling with Wayland support requires libwayland-client version 1.18.0
  or later
* Added the hint SDL_HINT_X11_WINDOW_TYPE to specify the _NET_WM_WINDOW_TYPE
  of SDL windows
* Added the hint SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR to allow using
  libdecor with compositors that support xdg-decoration


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/SDL2/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/devel/SDL2/patches/patch-src_video_wayland_SDL__waylandsym.h

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.62 pkgsrc/devel/SDL2/Makefile:1.63
--- pkgsrc/devel/SDL2/Makefile:1.62     Mon Mar 28 10:52:57 2022
+++ pkgsrc/devel/SDL2/Makefile  Tue May  3 17:15:05 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2022/03/28 10:52:57 tnn Exp $
+# $NetBSD: Makefile,v 1.63 2022/05/03 17:15:05 nia Exp $
 
-DISTNAME=      SDL2-2.0.20
-PKGREVISION=   1
+DISTNAME=      SDL2-2.0.22
 CATEGORIES=    devel
 MASTER_SITES=  https://www.libsdl.org/release/
 

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.50 pkgsrc/devel/SDL2/distinfo:1.51
--- pkgsrc/devel/SDL2/distinfo:1.50     Tue Jan 11 13:02:37 2022
+++ pkgsrc/devel/SDL2/distinfo  Tue May  3 17:15:05 2022
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.50 2022/01/11 13:02:37 nia Exp $
+$NetBSD: distinfo,v 1.51 2022/05/03 17:15:05 nia Exp $
 
-BLAKE2s (SDL2-2.0.20.tar.gz) = 80e06048a920cfb5b04c0a6384d013425d688bb6038ea570a9b380d870c982ef
-SHA512 (SDL2-2.0.20.tar.gz) = 4889949eaa674948bdb0a01bb2a842a0943b15b08ff27ec0079b0fd4f79d071ffb32488a5a51c12ad7c74ed5fe73b608cdf6336a44c95dae8a0fb3f47d0f01de
-Size (SDL2-2.0.20.tar.gz) = 7207221 bytes
+BLAKE2s (SDL2-2.0.22.tar.gz) = 681e8623d65d0a49ce216f56edae5c5eb719a6abb744c4226a88b35181ed4591
+SHA512 (SDL2-2.0.22.tar.gz) = ca4b690433cd4d9d73b797da98666317128e7e817ab60e874a49d94791ea41e8a6b4fc43649593120daa0702190c0f8a6ed326c908d87375c8da9f369d994f6a
+Size (SDL2-2.0.22.tar.gz) = 7250633 bytes
 SHA1 (patch-src_video_wayland_SDL__waylandmessagebox.c) = 676972b1b489d8c6138866ace28867a77efb7e56
-SHA1 (patch-src_video_wayland_SDL__waylandsym.h) = edb246ed5db2e6bdbc5681a631b08423647fb2d7



Home | Main Index | Thread Index | Old Index