mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/fluid-soundfont: Added (Fluid General MIDI SoundFont)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ee98b27803
commit
3f1eef58da
6 changed files with 116 additions and 0 deletions
10
audio/fluid-soundfont/README
Normal file
10
audio/fluid-soundfont/README
Normal file
|
@ -0,0 +1,10 @@
|
|||
Fluid General MIDI SoundFont
|
||||
|
||||
This is a GM SoundFont, for use with any modern MIDI synthesiser: hardware
|
||||
(like the emu10k1 sound card), or software (like FluidSynth).
|
||||
|
||||
This package includes a shell script wrapper "fluidplay" that runs
|
||||
fluidsynth (if it's installed) with this SoundFont pre-loaded.
|
||||
|
||||
This package can also be used with TiMidity++. See README.timidity in
|
||||
the documentation directory.
|
9
audio/fluid-soundfont/README.timidity
Normal file
9
audio/fluid-soundfont/README.timidity
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
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.
|
61
audio/fluid-soundfont/fluid-soundfont.SlackBuild
Normal file
61
audio/fluid-soundfont/fluid-soundfont.SlackBuild
Normal file
|
@ -0,0 +1,61 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for fluid-soundfont
|
||||
# This is basically a combined repack of Debian's fluid-soundfont-gm
|
||||
# and fluid-soundfont-gs packages, plus a wrapper script for fluidsynth.
|
||||
|
||||
# Written by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
PRGNAM=fluid-soundfont
|
||||
VERSION=${VERSION:-3.1_5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
TARVER=$( echo $VERSION | sed 's/_.*//' )
|
||||
DEBVER=${VERSION/_/-}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$TARVER
|
||||
tar xvf $CWD/${PRGNAM}_$TARVER.orig.tar.gz
|
||||
cd $PRGNAM-$TARVER
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# The only parts of the Debian patch we use are the .cfg files for timidity.
|
||||
zcat $CWD/${PRGNAM}_${DEBVER}.diff.gz | patch -p1
|
||||
|
||||
mkdir -p $PKG/etc/timidity \
|
||||
$PKG/usr/bin \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION \
|
||||
$PKG/usr/share/sounds/sf2
|
||||
|
||||
cat $CWD/fluidplay > $PKG/usr/bin/fluidplay
|
||||
chmod 0755 $PKG/usr/bin/fluidplay
|
||||
|
||||
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
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
12
audio/fluid-soundfont/fluid-soundfont.info
Normal file
12
audio/fluid-soundfont/fluid-soundfont.info
Normal file
|
@ -0,0 +1,12 @@
|
|||
PRGNAM="fluid-soundfont"
|
||||
VERSION="3.1_5"
|
||||
HOMEPAGE="http://packages.debian.org/sid/fluid-soundfont-gm"
|
||||
DOWNLOAD="http://ftp.debian.org/debian/pool/main/f/fluid-soundfont/fluid-soundfont_3.1.orig.tar.gz \
|
||||
http://ftp.debian.org/debian/pool/main/f/fluid-soundfont/fluid-soundfont_3.1-5.diff.gz"
|
||||
MD5SUM="189bbdf70221018cbda536984b105dfa \
|
||||
d577a4c8e8785739e1321f377fe5ab71"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
APPROVED="rworkman"
|
5
audio/fluid-soundfont/fluidplay
Normal file
5
audio/fluid-soundfont/fluidplay
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
SOUNDFONTS="/usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2"
|
||||
|
||||
exec fluidsynth $SOUNDFONTS "$@"
|
19
audio/fluid-soundfont/slack-desc
Normal file
19
audio/fluid-soundfont/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
fluid-soundfont: fluid-soundfont (Fluid General MIDI SoundFont)
|
||||
fluid-soundfont:
|
||||
fluid-soundfont: This is a GM SoundFont, for use with any modern MIDI synthesiser:
|
||||
fluid-soundfont: hardware (like the emu10k1 sound card), or software (like FluidSynth).
|
||||
fluid-soundfont:
|
||||
fluid-soundfont:
|
||||
fluid-soundfont:
|
||||
fluid-soundfont:
|
||||
fluid-soundfont:
|
||||
fluid-soundfont:
|
||||
fluid-soundfont:
|
Loading…
Reference in a new issue