From ee83831bd602ab24ea4c785c4bbac5f177fdc405 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Jan 2012 12:20:01 +0100 Subject: [PATCH] SDL_mixer: make fluidsynth optional, it's dlopen(3)ed anyway. --- srcpkgs/SDL_mixer/INSTALL | 10 ++++++++++ srcpkgs/SDL_mixer/template | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/SDL_mixer/INSTALL 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