SDL_mixer: make fluidsynth optional, it's dlopen(3)ed anyway.

This commit is contained in:
Juan RP 2012-01-17 12:20:01 +01:00
parent 954104ad3b
commit ee83831bd6
2 changed files with 12 additions and 1 deletions

10
srcpkgs/SDL_mixer/INSTALL Normal file
View file

@ -0,0 +1,10 @@
case ${ACTION} in
post)
cat <<_EOF
==========================================================================
By default this package uses its built-in timidity as MIDI synth,
optionally installing the fluidsynth package replaces it. It is
dlopen(3)ed at runtime.
==========================================================================
_EOF
esac

View file

@ -1,6 +1,7 @@
# Template file for 'SDL_mixer'
pkgname=SDL_mixer
version=1.2.12
revision=1
homepage="http://www.libsdl.org/projects/SDL_mixer/"
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
build_style=gnu-configure
@ -20,7 +21,7 @@ Add_dependency run libvorbis
Add_dependency run libmikmod
Add_dependency run smpeg
Add_dependency run libflac
Add_dependency run libfluidsynth
#Add_dependency run libfluidsynth
Add_dependency build SDL-devel
Add_dependency build libvorbis-devel