]> git.pld-linux.org Git - packages/SoundStudio.git/blob - SoundStudio.spec
8c72d474b906f94b14092d63d2f1e3302423e3d2
[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 License:        GPL
7 Source:         http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/%{name}-%{version}.tar.gz
8 URL:            http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/screens.html
9 Source1:        SoundStudio.wmconfig
10 Source2:        studio.xpm
11 Patch0:         SoundStudio.patch
12 BuildRoot:      /tmp/%{name}-%{version}-root
13 Requires:       tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more
14
15 %description
16 Sound Studio provides a graphical user interface for manipulating
17 digitised sound. It allows you to record, play and edit sound files
18 in various formats, such as Microsoft's wav files, Sun's audio files
19 (.au) and Creative Lab's .voc format.
20 It also provides access to a sound card's built-in mixer to adjust
21 recording levels and output volumes. Also Sound Studio provides you
22 with information about the sample and allows conversion into other
23 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 -fr ${RPM_BUILD_ROOT}
34
35 install -d ${RPM_BUILD_ROOT}/etc/X11/wmconfig
36 install -d ${RPM_BUILD_ROOT}/usr/share/icons/mini
37 install -m755 -d ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
38 install -m755 -d ${RPM_BUILD_ROOT}/usr/bin
39 install -m555 studio reset_dsp ${RPM_BUILD_ROOT}/usr/bin
40 install -m555 maxmin studio_mixer studio_tool ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
41 install -m444 *.tk *.ico ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
42 install -m444 help1.hlp matra.wav test.au woof.wav ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
43 install $RPM_SOURCE_DIR/SoundStudio.wmconfig  $RPM_BUILD_ROOT/etc/X11/wmconfig/SoundStudio
44 install $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT/usr/share/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 /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.054576 seconds and 2 git commands to generate.