diff --git a/srcpkgs/SDL_mixer/INSTALL b/srcpkgs/SDL_mixer/INSTALL new file mode 100644 index 00000000000..4cb91673242 --- /dev/null +++ b/srcpkgs/SDL_mixer/INSTALL @@ -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 diff --git a/srcpkgs/SDL_mixer/template b/srcpkgs/SDL_mixer/template index 325ec14027a..7c21cd12e8d 100644 --- a/srcpkgs/SDL_mixer/template +++ b/srcpkgs/SDL_mixer/template @@ -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