Commit 713c078f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

FluidSynth in the contribs.

It doesn't work yet with mingw;
parent a52b66d4
...@@ -2363,7 +2363,25 @@ CLEAN_FILE += .asa ...@@ -2363,7 +2363,25 @@ CLEAN_FILE += .asa
CLEAN_PKG += asa CLEAN_PKG += asa
DISTCLEAN_PKG += asa.git.tar.gz DISTCLEAN_PKG += asa.git.tar.gz
# # ***************************************************************************
# FluidSynth library (Midi)
# ***************************************************************************
fluidsynth-$(FLUID_VERSION).tar.gz:
$(WGET) $(FLUID_URL)
fluidsynth: fluidsynth-$(FLUID_VERSION).tar.gz
$(EXTRACT_GZ)
.fluid: fluidsynth
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
touch $@
CLEAN_FILE += .fluid
CLEAN_PKG += fluidsynth
DISTCLEAN_PKG += fluidsynth-$(NCURSES_VERSION).tar.gz
# *************************************************************************** # ***************************************************************************
# Some cleaning # Some cleaning
# *************************************************************************** # ***************************************************************************
......
...@@ -217,3 +217,5 @@ NCURSES_URL=$(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz ...@@ -217,3 +217,5 @@ NCURSES_URL=$(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz
ASA_URL=$(VIDEOLAN)/testing/contrib/asa.git.tar.gz ASA_URL=$(VIDEOLAN)/testing/contrib/asa.git.tar.gz
PCRE_VERSION=7.6 PCRE_VERSION=7.6
PCRE_URL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$(PCRE_VERSION).tar.bz2 PCRE_URL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$(PCRE_VERSION).tar.bz2
FLUID_VERSION=1.0.8
FLUID_URL=http://download.savannah.gnu.org/releases/fluid/fluidsynth-$(FLUID_VERSION).tar.gz
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment