]> git.pld-linux.org Git - packages/SoundStudio.git/blob - SoundStudio.spec
- raw version.
[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 Copyright: GPL
7 Source: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/SoundStudio-0.9.1.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: /var/tmp/SoundStudio-root
13 Requires: tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more
14
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
19 in various formats, such as Microsoft's wav files, Sun's audio files
20 (.au) and Creative Lab's .voc format.
21 It also provides access to a sound card's built-in mixer to adjust
22 recording levels and output volumes. Also Sound Studio provides you
23 with information about the sample and allows conversion into other
24 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 -fr ${RPM_BUILD_ROOT}
35
36 mkdir -p ${RPM_BUILD_ROOT}/etc/X11/wmconfig
37 mkdir -p ${RPM_BUILD_ROOT}/usr/share/icons/mini
38 install -m755 -d ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
39 install -m755 -d ${RPM_BUILD_ROOT}/usr/bin
40 install -m555 studio reset_dsp ${RPM_BUILD_ROOT}/usr/bin
41 install -m555 maxmin studio_mixer studio_tool ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
42 install -m444 *.tk *.ico ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
43 install -m444 help1.hlp matra.wav test.au woof.wav ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
44 install -m 644 $RPM_SOURCE_DIR/SoundStudio.wmconfig  $RPM_BUILD_ROOT/etc/X11/wmconfig/SoundStudio
45 install -m 644 $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT/usr/share/icons/mini/studio.xpm
46
47 %clean
48 rm -fr ${RPM_BUILD_ROOT}
49
50 %files
51 %defattr(-,root,root)
52 %doc COPYING README StudioHelp studio-${RPM_PACKAGE_VERSION}.lsm  DOCS/*
53 /usr/bin/studio
54 /usr/bin/reset_dsp
55 /usr/lib/SoundStudio
56 /etc/X11/wmconfig/SoundStudio
57 /usr/share/icons/mini/studio.xpm
58
59 %changelog 
60 * Sun May  9 1999 Peter Hanecak <hanecak@megaloman.sk>
61 - changes to allow non-root users to build too (%install)
62
63 * Wed Oct 06 1998 Michael Maher <mike@redhat.com>
64 - rebuilt package for 5.2, fixed RPM.
65
66 * Wed May 19 1998 Michael Maher <mike@redhat.com>
67 - built package
This page took 0.079335 seconds and 3 git commands to generate.