]> git.pld-linux.org Git - packages/SoundStudio.git/blame_incremental - SoundStudio.spec
- adapter(ized) and partialy rewrited.
[packages/SoundStudio.git] / SoundStudio.spec
... / ...
CommitLineData
1Summary: tk sound editor, with record, playback, and mixer facilities
2Name: SoundStudio
3Version: 0.9.1
4Release: 2
5Group: Applications/Sound
6License: GPL
7Source: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/%{name}-%{version}.tar.gz
8URL: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/screens.html
9Source1: SoundStudio.wmconfig
10Source2: studio.xpm
11Patch0: SoundStudio.patch
12BuildRoot: /tmp/%{name}-%{version}-root
13Requires: tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more
14
15%description
16Sound Studio provides a graphical user interface for manipulating
17digitised sound. It allows you to record, play and edit sound files
18in various formats, such as Microsoft's wav files, Sun's audio files
19(.au) and Creative Lab's .voc format.
20It also provides access to a sound card's built-in mixer to adjust
21recording levels and output volumes. Also Sound Studio provides you
22with information about the sample and allows conversion into other
23formats, sampling rates etc.
24
25%prep
26%setup -q
27%patch0 -p1 -b .patch
28
29%build
30./install
31
32%install
33rm -fr ${RPM_BUILD_ROOT}
34
35install -d ${RPM_BUILD_ROOT}/etc/X11/wmconfig
36install -d ${RPM_BUILD_ROOT}/usr/share/icons/mini
37install -m755 -d ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
38install -m755 -d ${RPM_BUILD_ROOT}/usr/bin
39install -m555 studio reset_dsp ${RPM_BUILD_ROOT}/usr/bin
40install -m555 maxmin studio_mixer studio_tool ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
41install -m444 *.tk *.ico ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
42install -m444 help1.hlp matra.wav test.au woof.wav ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
43install $RPM_SOURCE_DIR/SoundStudio.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/SoundStudio
44install $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT/usr/share/icons/mini/studio.xpm
45
46%clean
47rm -fr ${RPM_BUILD_ROOT}
48
49%files
50%defattr(644,root,root,755)
51%doc COPYING README StudioHelp studio-${RPM_PACKAGE_VERSION}.lsm DOCS/*
52/usr/bin/studio
53/usr/bin/reset_dsp
54/usr/lib/SoundStudio
55/etc/X11/wmconfig/SoundStudio
56/usr/share/icons/mini/studio.xpm
This page took 0.063233 seconds and 4 git commands to generate.