audio/fluid-soundfont: Modified for the updated TiMidity++.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-12-20 16:14:29 +01:00
parent 25ada76967
commit bb850e6f5e
3 changed files with 3 additions and 12 deletions

View file

@ -6,5 +6,5 @@ This is a GM SoundFont, for use with any modern MIDI synthesiser: hardware
This package includes a shell script wrapper "fluidplay" that runs
fluidsynth with this SoundFont pre-loaded.
This package can also be used with TiMidity++. See README.timidity in
the documentation directory.
This package can also be used with TiMidity++ (have a look at its
/etc/timidity.cfg).

View file

@ -1,9 +0,0 @@
The SlackBuilds.org fluid-soundfont package includes a config
file to use the SoundFont with TiMidity++. To enable, create an
/etc/timidity/timidity.cfg containing the following line of text:
source /etc/timidity/fluid.cfg
If you already have a /etc/timidity/timidity.cfg, delete it first,
or move it out of the way.

View file

@ -51,7 +51,7 @@ cp *.sf2 $PKG/usr/share/sounds/sf2
sed -e 's/\r//' \
debian/fluidr3_gm.cfg debian/fluidr3_gs.cfg \
> $PKG/etc/timidity/fluid.cfg
cp README COPYING $CWD/README.timidity $PKG/usr/doc/$PRGNAM-$VERSION
cp README COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install