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 | |
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')
-rw-r--r-- | audio/SDL_mixer/Makefile | 5 | ||||
-rw-r--r-- | audio/SDL_mixer/distinfo | 8 |
2 files changed, 6 insertions, 7 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/ diff --git a/audio/SDL_mixer/distinfo b/audio/SDL_mixer/distinfo index 24bbe1f2a42..11226616ce1 100644 --- a/audio/SDL_mixer/distinfo +++ b/audio/SDL_mixer/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2006/09/18 12:13:35 joerg Exp $ +$NetBSD: distinfo,v 1.10 2007/07/26 00:03:27 wiz Exp $ -SHA1 (SDL_mixer-1.2.7.tar.gz) = 42b351360ea9debb2bec23e7e67ba355ec3762a9 -RMD160 (SDL_mixer-1.2.7.tar.gz) = cacb218f966d35cc66c663c0ce65b148869c08c3 -Size (SDL_mixer-1.2.7.tar.gz) = 1960614 bytes +SHA1 (SDL_mixer-1.2.8.tar.gz) = 7fa56d378f9ca53434f9470aeb2997ad84a348c6 +RMD160 (SDL_mixer-1.2.8.tar.gz) = f2188b907aa779bb81415ac6726ad7f496357b85 +Size (SDL_mixer-1.2.8.tar.gz) = 2096559 bytes SHA1 (patch-aa) = fb2d442a918936fabf427abf883df4605e219f37 SHA1 (patch-ab) = 309c5879cad60e8975f2c4e36669a8708b5f996a |