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:   adam
Date:           Mon Oct 23 20:48:43 UTC 2017

Modified Files:
        pkgsrc/devel/SDL2: Makefile PLIST distinfo

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()


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/SDL2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/SDL2/PLIST
cvs rdiff -u -r1.26 -r1.27 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.24 pkgsrc/devel/SDL2/Makefile:1.25
--- pkgsrc/devel/SDL2/Makefile:1.24     Tue Sep 26 13:10:56 2017
+++ pkgsrc/devel/SDL2/Makefile  Mon Oct 23 20:48:43 2017
@@ -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/
 

Index: pkgsrc/devel/SDL2/PLIST
diff -u pkgsrc/devel/SDL2/PLIST:1.7 pkgsrc/devel/SDL2/PLIST:1.8
--- pkgsrc/devel/SDL2/PLIST:1.7 Tue Sep 26 13:10:56 2017
+++ pkgsrc/devel/SDL2/PLIST     Mon Oct 23 20:48:43 2017
@@ -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

Index: pkgsrc/devel/SDL2/distinfo
diff -u pkgsrc/devel/SDL2/distinfo:1.26 pkgsrc/devel/SDL2/distinfo:1.27
--- pkgsrc/devel/SDL2/distinfo:1.26     Tue Sep 26 13:10:56 2017
+++ pkgsrc/devel/SDL2/distinfo  Mon Oct 23 20:48:43 2017
@@ -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