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