Buildroot: /tmp/ecawave-build Prefix: /usr/local Packager: Kai Vehmanen Distribution: Red Hat Contrib Name: ecawave Version: @VERSION@ Release: 1 Copyright: GPL Source: http://ecasound.seul.org/download/ecawave-@VERSION@.tar.gz Summary: ecawave - graphical audio file editor Group: X11/Applications/Sound Requires: ecasound >= 2.2.0 BuildPreReq: ecasound-devel %description Ecawave is a simple graphical audio file editor. The user-interface is based on Qt libraries, while almost all audio functionality is taken directly from ecasound libraries. As ecawave is designed for editing large audio files, all processing is done direct-to-disk. Simple waveform caching is used to speed-up file operations. Ecawave supports all audio file formats and effect algorithms provided by ecasound libraries. This includes JACK, ALSA, OSS, aRts, over 20 file formats, over 30 effect types, LADSPA plugins and multi-operator effect presets. %prep %setup -n ecawave-@VERSION@ %build ./configure --prefix=%{prefix} make %install make DESTDIR="$RPM_BUILD_ROOT" install-strip %files %defattr(-, root, root) %doc NEWS README INSTALL Documentation %doc /usr/local/man/man1/ecawave.1 /usr/local/bin/ecawave %changelog * Thu Oct 17 2002 Kai Vehmanen - Added BuildPreReq tag. * Sun Jun 17 2001 Kai Vehmanen - Removed dependency to libqtecasound. - Pre- and post-install scripts for modifying /etc/ld.so.conf dropped as unnecessary. * Thu Aug 31 2000 Kai Vehmanen - Added /etc/ld.so.conf modification script. - Added DESTDIR to %install. * Thu Jan 27 2000 Kai Vehmanen - Initial RPM-release.