diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-26 00:03:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-26 00:03:27 +0000 |
commit | ba7776ec9b3af45b8b3a2f6c211684e7219142bb (patch) | |
tree | 735c9193cdf9f9f801e7cde8b348032f9a8e214e /audio/SDL_mixer/Makefile | |
parent | aba3a700693535bcba09c66519cfcadc5487ce12 (diff) | |
download | pkgsrc-ba7776ec9b3af45b8b3a2f6c211684e7219142bb.tar.gz |
Update to 1.2.8:
1.2.8:
Sam Lantinga - Wed Jul 18 09:45:54 PDT 2007
* Improved detection of Ogg Vorbis and Tremor libraries
Ryan Gordon - Sun Jul 15 12:03:54 EDT 2007
* Fixed memory leaks in Effects API.
David Rose - Sat Jul 14 22:16:09 PDT 2007
* Added support for MP3 playback with libmad (for GPL projects only!)
Sam Lantinga - Sat Jul 14 21:39:30 PDT 2007
* Fixed the final loop of audio samples of a certain size
Sam Lantinga - Sat Jul 14 21:05:09 PDT 2007
* Fixed opening Ogg Vorbis files using different C runtimes on Windows
Philippe Simons - Sat Jul 14 20:33:17 PDT 2007
* Added support for Ogg Vorbis playback with Tremor (an integer decoder)
Sam Lantinga - Sat Jul 14 07:02:09 PDT 2007
* Fixed memory corruption in timidity resampling code
Ryan Gordon - Tue Jul 3 10:44:29 2007 UTC
* Fixed building SDL_mixer with SDL 1.3 pre-release
Ryan Gordon - Tue Feb 13 08:11:54 2007 UTC
* Fixed compiling both timidity and native midi in the same build
Hans de Goede - Sun Aug 20 23:25:46 2006 UTC
* Added volume control to playmus
Jonathan Atkins - Thu Aug 10 15:06:40 2006 UTC
* Fixed linking with system libmikmod
David Ergo - Fri Jun 23 09:07:19 2006 UTC
* Corrected no-op conditions in SetDistance(), SetPanning() and SetPosition()
* Fixed copy/paste errors in channel amplitudes
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r-- | audio/SDL_mixer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index 3c4f6483fbb..a055b4c1d6b 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2007/05/19 22:08:28 heinz Exp $ +# $NetBSD: Makefile,v 1.35 2007/07/26 00:03:27 wiz Exp $ -DISTNAME= SDL_mixer-1.2.7 -PKGREVISION= 1 +DISTNAME= SDL_mixer-1.2.8 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ |