a9f03afa6a
2.0.1: Sam Lantinga - Tue Jul 7 11:40:33 PDT 2015 * Added support for 'smpl' format loop points in music WAV files Sam Lantinga - Sat Aug 23 10:57:26 2014 * Fixed floating point exception in Mix_Volume() David Ludwig - Mon Apr 14 22:15:36 2014 * Added support for building for Windows RT and Windows Phone Isaac Burns - Sun Sep 15 21:50:27 PDT 2013 * Added support for loading MP3 files as sound chunks
30 lines
1 KiB
Makefile
30 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2016/02/09 15:54:27 wiz Exp $
|
|
|
|
DISTNAME= SDL2_mixer-2.0.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/
|
|
COMMENT= Sample multi-channel audio mixer library
|
|
LICENSE= zlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= SDL2_mixer.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/flac-1.2.1/src/libFLAC/flac.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/flac-1.2.1/src/libFLAC++/flac++.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/libmodplug-0.8.8.4/libmodplug.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/libogg-1.3.1/ogg.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/libvorbis-1.3.3/vorbis.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/libvorbis-1.3.3/vorbisenc.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/libvorbis-1.3.3/vorbisfile.pc.in
|
|
PKGCONFIG_OVERRIDE+= external/libvorbisidec-1.2.1/vorbisidec.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|