summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer/patches
diff options
context:
space:
mode:
authorsalo <salo>2003-05-11 02:23:18 +0000
committersalo <salo>2003-05-11 02:23:18 +0000
commit342dc6e2febe2b140dd7f359c1cdfdb1a72b9e82 (patch)
tree3aaa68ec7a1b393fde3d561af8e0e161854974aa /audio/SDL_mixer/patches
parent837cb85d74a4218a621cd0fc1ba5372b8a1b06ff (diff)
downloadpkgsrc-342dc6e2febe2b140dd7f359c1cdfdb1a72b9e82.tar.gz
Update to version 1.2.5.
Based on a patch sent by Soren Jacobsen via PR pkg/21525. Changes: - handle the patching in a simpler way - style nits 1.2.5: ====== - Worked around MacOS X deadlock between CoreAudio and QuickTime - Fixed crash in native midi code with files with more than 32 tracks - Added 8SVX format support to the AIFF loader - Fixed volume control on WAVE music chunks - Fixed volume control on MOD music chunks - Added support for the Atari platform - Patch from Steven Fuller to fix panning effect with 8-bit sounds. - Patch from guy on 3DRealms forums to fix native win32 midi volume. - Small, looping music samples should now be able to fade out correctly. - Added shared library support for MacOS X - Correctly report an error when using an unknown filetype - Added support for loading Ogg Vorbis samples as an audio chunk - Fixed to start playing another sample immediately when one finishes - Fixed a volume bug when calling Mix_HaltChannel() on unused channel - Fixed volume reset bug at end of channel fade. - Mix_LoadMUS() will now accept an MP3 by file extension, instead of relying entirely on the magic number.
Diffstat (limited to 'audio/SDL_mixer/patches')
-rw-r--r--audio/SDL_mixer/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/SDL_mixer/patches/patch-aa b/audio/SDL_mixer/patches/patch-aa
index b1f99b01f28..131bdc37484 100644
--- a/audio/SDL_mixer/patches/patch-aa
+++ b/audio/SDL_mixer/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/04/03 08:17:22 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2003/05/11 02:23:19 salo Exp $
--- timidity/config.h.orig Mon Mar 24 00:04:57 2003
+++ timidity/config.h Mon Mar 24 00:06:06 2003
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/04/03 08:17:22 wiz Exp $
/* You could specify a complete path, e.g. "/etc/timidity.cfg", and
then specify the library directory in the configuration file. */
-#define CONFIG_FILE "timidity.cfg"
-+#define CONFIG_FILE "@PREFIX@/share/timidity/timidity.cfg"
++#define CONFIG_FILE PREFIX"/share/timidity/timidity.cfg"
#ifdef __WIN32__
#define DEFAULT_PATH "\\TIMIDITY"
#else