Subject: CVS commit: pkgsrc/devel/SDL2
From: Adam Ciarcinski
Date: 2017-10-23 22:48:43
Message id: 20171023204843.9DD15FBDE@cvs.NetBSD.org

Log Message:
SDL2: updated to 2.0.7

2.0.7:

General:
* Added audio stream conversion functions:
        SDL_NewAudioStream
        SDL_AudioStreamPut
        SDL_AudioStreamGet
        SDL_AudioStreamAvailable
        SDL_AudioStreamFlush
        SDL_AudioStreamClear
        SDL_FreeAudioStream
* Added functions to query and set the SDL memory allocation functions:
        SDL_GetMemoryFunctions()
        SDL_SetMemoryFunctions()
        SDL_GetNumAllocations()
* Added locking functions for multi-threaded access to the joystick and game \ 
controller APIs:
        SDL_LockJoysticks()
        SDL_UnlockJoysticks()
* The following functions are now thread-safe:
        SDL_SetEventFilter()
        SDL_GetEventFilter()
        SDL_AddEventWatch()
        SDL_DelEventWatch()

Files:
RevisionActionfile
1.25modifypkgsrc/devel/SDL2/Makefile
1.8modifypkgsrc/devel/SDL2/PLIST
1.27modifypkgsrc/devel/SDL2/distinfo