diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-20 16:14:29 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-20 16:14:49 +0100 |
commit | bb850e6f5e8038d466a02e3999b198fbd55a1f86 (patch) | |
tree | fb3b9a48743324eb1c6080c433f922fd3d9e25e6 /audio/fluid-soundfont | |
parent | 25ada769678a42b3949b499102eaa975354d464e (diff) | |
download | slackbuilds-bb850e6f5e8038d466a02e3999b198fbd55a1f86.tar.gz |
audio/fluid-soundfont: Modified for the updated TiMidity++.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/fluid-soundfont')
-rw-r--r-- | audio/fluid-soundfont/README | 4 | ||||
-rw-r--r-- | audio/fluid-soundfont/README.timidity | 9 | ||||
-rw-r--r-- | audio/fluid-soundfont/fluid-soundfont.SlackBuild | 2 |
3 files changed, 3 insertions, 12 deletions
diff --git a/audio/fluid-soundfont/README b/audio/fluid-soundfont/README index fe65ffe8c5..a7658f3731 100644 --- a/audio/fluid-soundfont/README +++ b/audio/fluid-soundfont/README @@ -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). diff --git a/audio/fluid-soundfont/README.timidity b/audio/fluid-soundfont/README.timidity deleted file mode 100644 index 63cabf96d5..0000000000 --- a/audio/fluid-soundfont/README.timidity +++ /dev/null @@ -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. diff --git a/audio/fluid-soundfont/fluid-soundfont.SlackBuild b/audio/fluid-soundfont/fluid-soundfont.SlackBuild index 2f48701a35..65a956c889 100644 --- a/audio/fluid-soundfont/fluid-soundfont.SlackBuild +++ b/audio/fluid-soundfont/fluid-soundfont.SlackBuild @@ -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 |