Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 3f964b1b297608c4a58454994336163f > files > 2

synaesthesia-2.2-1mdk.src.rpm

%define name synaesthesia
%define version 2.2
%define release 1mdk

Name:          %{name}
Version:       %{version}
Release:       %{release}
Group:         Sound
Summary:       This program visualizes audio input.
Source:        %name-%version.tar.bz2
License:       GPL
Url:		http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html
BuildRoot:     %{_tmppath}/%{name}-buildroot
BuildRequires: libSDL1.2-devel 
BuildRequires: libesound0-devel

%description
This is a program for representing sounds visually.  It goes beyond
the usual oscilliscope style program by combining an FFT and stereo
positioning information to give a two dimensional display.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build

%configure --disable-rpath

%make

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/*

%changelog
* Mon Jul 28 2003 Götz Waschk <waschk@linux-mandrake.com> 2.2-1mdk
- new version

* Tue Jan 28 2003 Lenny Cartier <lenny@mandrakesoft.com> 2.1-10mdk
- rebuild

* Fri Aug 16 2002 Götz Waschk <waschk@linux-mandrake.com> 2.1-9mdk
- gcc 3.2-0.3mdk build

* Mon Jul 29 2002 Götz Waschk <waschk@linux-mandrake.com> 2.1-8mdk
- gcc 3.2 build

* Fri Jul 12 2002 Götz Waschk <waschk@linux-mandrake.com> 2.1-7mdk
- rebuild to remove svgalib dependancy

* Mon May 06 2002 Lenny Cartier <lenny@mandrakesoft.com> 2.1-6mdk
- rebuild against new alsa

* Tue Sep 04 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.1-5mdk
- rebuild
- update requires/buildrequires

* Mon Feb 12 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.1-4mdk 
- used srpm from Götz Waschk <waschk@linux-mandrake.com> :
	- fixed library requirements again

* Tue Jan 30 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.1-3mdk
- added url

* Thu Jan 18 2001  Lenny Cartier <lenny@mandrakesoft.com> 2.1-2mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- fixed library requirements

* Thu Oct 05 2000 Lenny Cartier <lenny@mandrakesoft.com> 2.1-1mdk
- used srpm from Götz Waschk :
	Tue Oct  3 2000 Götz Waschk <waschk@linux-mandrake.com> 2.1-1mdk
	- initial Mandrake build