pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL2 SDL2: updated to 2.0.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bc00e0f8f7f
branches: trunk
changeset: 370777:4bc00e0f8f7f
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 23 20:48:43 2017 +0000
description:
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:
devel/SDL2/Makefile | 4 ++--
devel/SDL2/PLIST | 3 ++-
devel/SDL2/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r 37df575ce594 -r 4bc00e0f8f7f devel/SDL2/Makefile
--- a/devel/SDL2/Makefile Mon Oct 23 20:46:22 2017 +0000
+++ b/devel/SDL2/Makefile Mon Oct 23 20:48:43 2017 +0000
@@ -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 -r 37df575ce594 -r 4bc00e0f8f7f devel/SDL2/PLIST
--- a/devel/SDL2/PLIST Mon Oct 23 20:46:22 2017 +0000
+++ b/devel/SDL2/PLIST Mon Oct 23 20:48:43 2017 +0000
@@ -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_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 -r 37df575ce594 -r 4bc00e0f8f7f devel/SDL2/distinfo
--- a/devel/SDL2/distinfo Mon Oct 23 20:46:22 2017 +0000
+++ b/devel/SDL2/distinfo Mon Oct 23 20:48:43 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index