Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37635722
en ru br
ALT Linux repos
S:20060219-alt2

Group :: Sound
RPM: timidity-freepats

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define origname freepats

Name: timidity-%origname
Version: 20060219
Release: alt2

Summary: A set of sound fonts for use in audio synths
License: GPLv2+
Group: Sound

Url: http://freepats.zenvoid.org
Source: %url/%origname-%version.tar.bz2
Packager: Michael Shigorin <mike at altlinux.org>

BuildArch: noarch

%define timidir %_datadir/timidity
%define patchdir %timidir/%origname

%description
FreePats is a set of sound fonts for use in audio synths.

FreePats project is to create a free and open set of GUS compatible
patches that can be used with softsynths such as TiMidity and WildMidi.

%prep
%setup -n %origname

%build

%install
mkdir -p %buildroot%patchdir
mv Drum_* Tone_* %buildroot%patchdir

cat - freepats.cfg > %buildroot%timidir/freepats.cfg << _EOF_
dir %patchdir

_EOF_

%files
%doc COPYING README
%timidir/freepats.cfg
%patchdir

# TODO:

# - consider Gentoo/Arch-like automated timidity config treating

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin