Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 2de6a0bc75988efa99495f29f07fae3e > files > 2

whysynth-20090608-2mdv2010.1.src.rpm

%define name    whysynth
%define version 20090608
%define release %mkrel 2

Name:           %{name} 
Summary:        Advanced synthesizer DSSI plugin
Version:        %{version} 
Release:        %{release}

Source:         http://smbolton.com/%{name}/%{name}-%{version}.tar.bz2
URL:            http://smbolton.com/%{name}.html
License:        GPLv2
Group:          Sound
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot 
BuildRequires:  dssi-devel gtk2-devel liblo-devel alsa-lib-devel
BuildRequires:  ladspa-devel fftw-devel


%description
WhySynth is a versatile softsynth which operates as a plugin for the
DSSI Soft Synth Interface. Some of its features are 4 oscillators, 2 
filters, 3 LFOs, and 5 envelope generators per voice, 10 oscillator 
modes: minBLEP, wavecycle, asynchronous granular, three FM modes, 
waveshaper, noise, PADsynth, and phase distortion, 6 filter modes, 
flexible modulation and mixdown options, plus effects.

%prep 
%setup -q  

%build 
autoreconf -i
%configure 
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING AUTHORS
%{_libdir}/dssi/%{name}.so
%{_libdir}/dssi/%{name}.la
%{_libdir}/dssi/%{name}/WhySynth_gtk
%{_datadir}/%{name}
#%{_datadir}/%{name}/current_default_patches.WhySynth
#%{_datadir}/%{name}/more_K4_interpretations.WhySynth
#%{_datadir}/%{name}/version_20051005_patches.WhySynth
#%{_datadir}/%{name}/version_20051231_patches.WhySynth



%changelog
* Mon Dec 21 2009 Stéphane Téletchéa <steletch@mandriva.org> 20090608-2mdv2010.1
+ Revision: 480588
- Move autoconf command n the build section

  + Frank Kober <emuse@mandriva.org>
    - Update rpm group tag
    - import whysynth


* Mon Dec 18 2009 Frank Kober <emuse@mandriva.org> 20090608-1mdv2010.0
- import whysynth