New package: freepats-20060219
This commit is contained in:
parent
270e428c20
commit
fd9fbf489f
2 changed files with 52 additions and 0 deletions
22
srcpkgs/freepats/files/timidity-freepats.cfg
Normal file
22
srcpkgs/freepats/files/timidity-freepats.cfg
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
dir /usr/share/timidity/freepats
|
||||
source /usr/share/timidity/freepats/freepats.cfg
|
||||
|
||||
## If you have a slow CPU, uncomment these:
|
||||
#opt EFresamp=d #disable resampling
|
||||
#opt EFvlpf=d #disable VLPF
|
||||
#opt EFreverb=d #disable reverb
|
||||
#opt EFchorus=d #disable chorus
|
||||
#opt EFdelay=d #disable delay
|
||||
#opt anti-alias=d #disable sample anti-aliasing
|
||||
#opt EWPVSETOZ #disable all Midi Controls
|
||||
#opt p32a #default to 32 voices with auto reduction
|
||||
#opt s32kHz #default sample frequency to 32kHz
|
||||
#opt fast-decay #fast decay notes
|
||||
|
||||
## If you have a moderate CPU, uncomment these:
|
||||
#opt EFresamp=l
|
||||
#opt EFreverb=g,42
|
||||
#opt EFchorus=s
|
||||
#opt s32kHz
|
||||
#opt p64a
|
30
srcpkgs/freepats/template
Normal file
30
srcpkgs/freepats/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'freepats'
|
||||
pkgname="freepats"
|
||||
version="20060219"
|
||||
revision=1
|
||||
wrksrc="${pkgname}"
|
||||
short_desc="Free patch set for MIDI audio synthesis"
|
||||
maintainer="David <kalichakra@zoho.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://freepats.zenvoid.org"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
||||
checksum="0261ea1057b232183fa472432d5cedb0dca33698a5319328cdf193d4b2193c8a"
|
||||
|
||||
conf_files="/usr/share/timidity/freepats/freepats.cfg"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/examples/freepats
|
||||
vmkdir usr/share/timidity/freepats
|
||||
vmkdir usr/share/timidity/freepats/Drum_000
|
||||
vmkdir usr/share/timidity/freepats/Tone_000
|
||||
|
||||
vcopy "${wrksrc}/Drum_000/*" \
|
||||
usr/share/timidity/freepats/Drum_000
|
||||
vcopy "${wrksrc}/Tone_000/*" \
|
||||
usr/share/timidity/freepats/Tone_000
|
||||
|
||||
vinstall ${wrksrc}/crude.cfg 644 \
|
||||
usr/share/timidity/freepats freepats.cfg
|
||||
vinstall ${FILESDIR}/timidity-freepats.cfg 644 \
|
||||
usr/share/examples/freepats
|
||||
}
|
Loading…
Reference in a new issue