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