%define name wavemixer %define bin_name waveMixer %define version 0.2 %define release 1 %define summary WaveMixer is a multitrack wave editor Summary: %{summary} Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Sound Url: http://wavemixer.sourceforge.net/ Source0: %{name}_%{version}.tar.gz Requires: sox BuildRoot: %{_tmppath}/%{name}-buildroot Buildarch: i586 %description WaveMixer is a multitrack wave editor. It can mix mutliple sound together to make some music. We want to do an audio software that is simple to use for anyone, and not only by profesionnal users. - Can load many sound format like: wave file, mp3, ogg. - Show up the file in the sound editor - You can apply some cool effect on a sample like: fade-in/out, echo, high and low pass filter, ... - Can save a modified sample to mp3, ogg or wave format - Can edit Metadata (id3 tag) thanks to TagLib... - Handles very large file ! - Use esound to write the sound to the sound card - Zoom in and out on a sample - Wavemixer got a powerfull file explorer! All is done with drag'n drop. - You can drop files from konqueror or nautilus. - You can put many samples on the track editor to assemble them and create some very cool music ! - Unimited tracks! - On each track, you can play with volume and pan - When playing, a very great Vumeter is drawn to show up the peak volume of the sound/music! That's cool ! - Wavemixer can save an entire project in xml file for further load... %prep %setup -q -n %{name}_%{version} %build %configure %make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README # %{_mandir}/man*/* %attr(0755,root,root) %{_bindir}/%{bin_name} %changelog * Tue Feb 15 2005 Alexandre Boeglin 0.2-1 - initial package