audio/freepats: Updated for version 20060219

This commit is contained in:
Kyle Guinn 2010-05-12 17:36:55 +02:00 committed by Robby Workman
parent 66db79e762
commit 074823f789
5 changed files with 21 additions and 18 deletions

View File

@ -1,7 +1,10 @@
Freepats is a project to create a free and open set of instrument patches.
freepats is a free and open set of instrument patches. A patchset is
required for MIDI files to be audible through TiMidity++. These patches
also work with applications that use SDL_mixer for MIDI audio.
To use freepats with TiMidity++ and/or SDL_mixer, edit /etc/timidity.cfg
and make it look like this:
source /etc/timidity/freepats.cfg
To use these patches with TiMidity++, add the following line to
/etc/timidity/timidity.cfg (minus the quotes):
'source $basedir/freepats.cfg'
Alternatively, use crude.cfg instead of freepats.cfg to use substitute
patches that fill in missing entries in the tone bank.

View File

@ -1,4 +1,3 @@
#!/bin/sh
config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"

View File

@ -3,23 +3,24 @@
# Slackware build script for freepats
# Written by Kyle Guinn <elyk03@gmail.com>
set -e
PRGNAM=freepats
VERSION=20060219
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM
chown -R root:root .
chmod -R u+w,go+r-w,a-s .

View File

@ -1,7 +1,7 @@
PRGNAM="freepats"
VERSION="20060219"
HOMEPAGE="http://freepats.opensrc.org/"
DOWNLOAD="http://freepats.opensrc.org/freepats-20060219.tar.bz2"
HOMEPAGE="http://freepats.zenvoid.org/"
DOWNLOAD="http://freepats.zenvoid.org/freepats-20060219.tar.bz2"
MD5SUM="b947806304bc559a644a2c06deda8404"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"

View File

@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
freepats: Freepats (midi nstrument patches)
freepats:
freepats: Freepats is a project to create a free and open set of
freepats: instrument patches.
freepats:
freepats:
freepats:
freepats:
freepats: freepats (MIDI instrument patches)
freepats:
freepats: freepats is a free and open set of instrument patches. A patchset
freepats: is required for MIDI files to be audible through TiMidity++. These
freepats: patches also work with applications that use SDL_mixer for MIDI audio.
freepats:
freepats: To use freepats with TiMidity++ and/or SDL_mixer, edit
freepats: /etc/timidity.cfg and make it look like this:
freepats: source /etc/timidity/freepats.cfg
freepats:
freepats: