diff options
author | adam <adam@pkgsrc.org> | 2017-10-23 20:48:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-23 20:48:43 +0000 |
commit | a9c376168af541be8003e7e31fbe1cf4f4d51a3e (patch) | |
tree | 080b28dfa78f75fe55b80a2621fe456ddc3cd9d6 /devel/SDL2 | |
parent | eb740c6cf549e224e0717f33cfa25e4179dc7315 (diff) | |
download | pkgsrc-a9c376168af541be8003e7e31fbe1cf4f4d51a3e.tar.gz |
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()
Diffstat (limited to 'devel/SDL2')
-rw-r--r-- | devel/SDL2/Makefile | 4 | ||||
-rw-r--r-- | devel/SDL2/PLIST | 3 | ||||
-rw-r--r-- | devel/SDL2/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/SDL2/Makefile b/devel/SDL2/Makefile index d70256494ac..fa0045597b4 100644 --- a/devel/SDL2/Makefile +++ b/devel/SDL2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2017/09/26 13:10:56 adam Exp $ +# $NetBSD: Makefile,v 1.25 2017/10/23 20:48:43 adam Exp $ -DISTNAME= SDL2-2.0.6 +DISTNAME= SDL2-2.0.7 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ diff --git a/devel/SDL2/PLIST b/devel/SDL2/PLIST index 3bf67aac4e7..32a93441b53 100644 --- a/devel/SDL2/PLIST +++ b/devel/SDL2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2017/09/26 13:10:56 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/10/23 20:48:43 adam Exp $ bin/sdl2-config include/SDL2/SDL.h include/SDL2/SDL_assert.h @@ -61,6 +61,7 @@ include/SDL2/SDL_test_harness.h include/SDL2/SDL_test_images.h include/SDL2/SDL_test_log.h include/SDL2/SDL_test_md5.h +include/SDL2/SDL_test_memory.h include/SDL2/SDL_test_random.h include/SDL2/SDL_thread.h include/SDL2/SDL_timer.h diff --git a/devel/SDL2/distinfo b/devel/SDL2/distinfo index 091d41f4cb0..af204574249 100644 --- a/devel/SDL2/distinfo +++ b/devel/SDL2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.26 2017/09/26 13:10:56 adam Exp $ +$NetBSD: distinfo,v 1.27 2017/10/23 20:48:43 adam Exp $ -SHA1 (SDL2-2.0.6.tar.gz) = 9382b0b5a88767283dca8481bfddf23c75b3db1b -RMD160 (SDL2-2.0.6.tar.gz) = 24f69367f70a8c2c43b766f7d3fbada8f7d7a52b -SHA512 (SDL2-2.0.6.tar.gz) = ad4dad5663834ee0ffbdca1b531d753449b260c9256df2c48da7261aacd9795d91eef1286525cf914f6b92ba5985de7798f041557574b5d978b8224f10041830 -Size (SDL2-2.0.6.tar.gz) = 4420311 bytes +SHA1 (SDL2-2.0.7.tar.gz) = 0a530ccdab99cbfe906dba912049e26e3c7219d6 +RMD160 (SDL2-2.0.7.tar.gz) = 454b5be25528c43751f4e21d76a1ca18450b8bb4 +SHA512 (SDL2-2.0.7.tar.gz) = eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410 +Size (SDL2-2.0.7.tar.gz) = 4432499 bytes SHA1 (patch-configure) = 5637a66f8890586026034f5324829e61c94ac5be SHA1 (patch-src_audio_netbsd_SDL__netbsdaudio.c) = 7a1f32ea7029f8dc99aecfaead7c68f2fd6cb230 SHA1 (patch-src_joystick_bsd_SDL__sysjoystick.c) = 37f19752cbba8def12a210deafec66965e3ad9ac |