diff options
author | salo <salo@pkgsrc.org> | 2003-05-11 02:23:18 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-11 02:23:18 +0000 |
commit | d37ae42670821b5bd6f4f88acbd4a0e98ae7a7fc (patch) | |
tree | 3aaa68ec7a1b393fde3d561af8e0e161854974aa /audio/SDL_mixer/buildlink2.mk | |
parent | 38e882008180bba08348a0c7c941f557238f24b5 (diff) | |
download | pkgsrc-d37ae42670821b5bd6f4f88acbd4a0e98ae7a7fc.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/buildlink2.mk')
-rw-r--r-- | audio/SDL_mixer/buildlink2.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/SDL_mixer/buildlink2.mk b/audio/SDL_mixer/buildlink2.mk index 6b210d202a2..c2bb616841e 100644 --- a/audio/SDL_mixer/buildlink2.mk +++ b/audio/SDL_mixer/buildlink2.mk @@ -1,10 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/05/02 11:53:36 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/05/11 02:23:18 salo Exp $ +# .if !defined(SDL_MIXER_BUILDLINK2_MK) SDL_MIXER_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= SDL_mixer -BUILDLINK_DEPENDS.SDL_mixer?= SDL_mixer>=1.2.4nb2 +BUILDLINK_DEPENDS.SDL_mixer?= SDL_mixer>=1.2.5 BUILDLINK_PKGSRCDIR.SDL_mixer?= ../../audio/SDL_mixer EVAL_PREFIX+= BUILDLINK_PREFIX.SDL_mixer=SDL_mixer |