diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-15 21:05:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-15 21:05:40 +0000 |
commit | 089af7dd2fe25be6d9b21f0bfa0d9be935ae2593 (patch) | |
tree | b02e2fd413d8e52cd8423e1bcefe3a1bdc06a039 /audio/SDL_mixer/Makefile | |
parent | bd5f7ad2566b41ce0dc0b8b28b14c45d13b2d102 (diff) | |
download | pkgsrc-089af7dd2fe25be6d9b21f0bfa0d9be935ae2593.tar.gz |
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+
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r-- | audio/SDL_mixer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |