]> git.pld-linux.org Git - packages/SoundStudio.git/blame - SoundStudio.spec
- misc files.
[packages/SoundStudio.git] / SoundStudio.spec
CommitLineData
69a7530f 1Summary: tk sound editor, with record, playback, and mixer facilities
2Name: SoundStudio
3Version: 0.9.1
4Release: 2
5Group: Applications/Sound
6Copyright: GPL
7Source: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/SoundStudio-0.9.1.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: /var/tmp/SoundStudio-root
13Requires: tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more
14
15
16%description
17Sound Studio provides a graphical user interface for manipulating
18digitised sound. It allows you to record, play and edit sound files
19in various formats, such as Microsoft's wav files, Sun's audio files
20(.au) and Creative Lab's .voc format.
21It also provides access to a sound card's built-in mixer to adjust
22recording levels and output volumes. Also Sound Studio provides you
23with information about the sample and allows conversion into other
24formats, sampling rates etc.
25
26%prep
27%setup -q
28%patch0 -p1 -b .patch
29
30%build
31./install
32
33%install
34rm -fr ${RPM_BUILD_ROOT}
35
36mkdir -p ${RPM_BUILD_ROOT}/etc/X11/wmconfig
37mkdir -p ${RPM_BUILD_ROOT}/usr/share/icons/mini
38install -m755 -d ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
39install -m755 -d ${RPM_BUILD_ROOT}/usr/bin
40install -m555 studio reset_dsp ${RPM_BUILD_ROOT}/usr/bin
41install -m555 maxmin studio_mixer studio_tool ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
42install -m444 *.tk *.ico ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
43install -m444 help1.hlp matra.wav test.au woof.wav ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME}
44install -m 644 $RPM_SOURCE_DIR/SoundStudio.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/SoundStudio
45install -m 644 $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT/usr/share/icons/mini/studio.xpm
46
47%clean
48rm -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.065677 seconds and 4 git commands to generate.