2008-02-11 21:46:12 +11:00
|
|
|
# Description: A sample multi-channel audio mixer library.
|
|
|
|
# URL: http://www.libsdl.org/projects/SDL_mixer/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2011-01-24 19:07:12 +11:00
|
|
|
# Depends on: libvorbis smpeg libmikmod flac
|
2008-02-11 21:46:12 +11:00
|
|
|
|
|
|
|
name=sdl_mixer
|
2012-04-06 17:45:28 +10:00
|
|
|
version=1.2.12
|
2008-02-11 21:46:12 +11:00
|
|
|
release=1
|
2019-10-12 14:55:22 +11:00
|
|
|
source=(https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
|
2008-02-11 21:46:12 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd SDL_mixer-$version
|
|
|
|
sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
|
2019-10-12 14:55:22 +11:00
|
|
|
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
|
2008-02-11 21:46:12 +11:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|