From 089af7dd2fe25be6d9b21f0bfa0d9be935ae2593 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Nov 2009 21:05:40 +0000 Subject: Update to 1.2.11 1.2.11: Sam Lantinga - Sat Nov 14 12:38:01 PST 2009 * Fixed initialization error and crashes if MikMod library isn't available Sam Lantinga - Sat Nov 14 11:22:14 PST 2009 * Fixed bug loading multiple music files 1.2.10: Sam Lantinga - Sun Nov 8 08:34:48 PST 2009 * Added Mix_Init()/Mix_Quit() to prevent constantly loading and unloading DLLs Mike Frysinger - 2009-11-05 09:11:43 PST * Check for fork/vfork on any platform, don't just assume it on UNIX Jon Atkins - Thu Nov 5 00:02:50 2009 UTC * Fixed export of Mix_GetNumChunkDecoders() and Mix_GetNumMusicDecoders() C.W. Betts - 2009-11-02 00:16:21 PST * Use newer MIDI API on Mac OS X 10.5+ --- audio/SDL_mixer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/SDL_mixer/Makefile') diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index f0e5e7a7a4b..c0449776685 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2009/11/10 19:04:28 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2009/11/15 21:05:40 wiz Exp $ -DISTNAME= SDL_mixer-1.2.9 +DISTNAME= SDL_mixer-1.2.11 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ -- cgit v1.2.3