pkgsrc/audio/SDL2_mixer/buildlink3.mk
adam 6de4784c91 SDL2_mixer: updated to 2.0.2
2.0.2:
* Implemented 24-bit and surround sound support for FLAC audio files
* Updated external libraries flac-1.3.2, libmodplug-0.8.9.0, libogg-1.3.2 and libvorbis-1.3.5
* Updated for SDL 2.0.6 and newer
* Added support for MP3 playback using mpg123
* Added support for UWP / Windows 10 apps
* Added Mix_OpenAudioDevice() so you can specify the audio device to open
2018-06-24 10:28:45 +00:00

15 lines
431 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2018/06/24 10:28:45 adam Exp $
BUILDLINK_TREE+= SDL2_mixer
.if !defined(SDL2_MIXER_BUILDLINK3_MK)
SDL2_MIXER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.SDL2_mixer+= SDL2_mixer>=2.0.0
BUILDLINK_ABI_DEPENDS.SDL2_mixer+= SDL2_mixer>=2.0.0nb2
BUILDLINK_PKGSRCDIR.SDL2_mixer?= ../../audio/SDL2_mixer
.include "../../devel/SDL2/buildlink3.mk"
.endif # SDL2_MIXER_BUILDLINK3_MK
BUILDLINK_TREE+= -SDL2_mixer