File: ecawave.spec.in

package info (click to toggle)
ecawave 1%3A0.6.1-11
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,840 kB
  • ctags: 689
  • sloc: sh: 8,465; cpp: 3,764; makefile: 206; ansic: 4
file content (54 lines) | stat: -rw-r--r-- 1,694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Buildroot: /tmp/ecawave-build
Prefix: /usr/local
Packager: Kai Vehmanen <kai.vehmanen@wakkanet.fi>
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 <kai.vehmanen@wakkanet.fi>
- Added BuildPreReq tag.

* Sun Jun 17 2001 Kai Vehmanen <kaiv@wakkanet.fi>
- Removed dependency to libqtecasound.
- Pre- and post-install scripts for modifying 
  /etc/ld.so.conf dropped as unnecessary.

* Thu Aug 31 2000 Kai Vehmanen <kaiv@wakkanet.fi>
- Added /etc/ld.so.conf modification script.
- Added DESTDIR to %install.

* Thu Jan 27 2000 Kai Vehmanen <kaiv@wakkanet.fi>
- Initial RPM-release.