]> git.pld-linux.org Git - packages/SoundStudio.git/blob - SoundStudio.spec
- cosmetics
[packages/SoundStudio.git] / SoundStudio.spec
1 Summary:        Tk sound editor, with record, playback, and mixer facilities
2 Summary(pl):    Edytor d¼wiêku z mo¿liwo¶ci± nagrywania, odtwarzania i miksowania
3 Name:           SoundStudio
4 Version:        1.0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
9 # Source0-md5:  673314c074f719460cf08ed27f2b954b
10 Source1:        %{name}.desktop
11 Source2:        studio.xpm
12 Patch0:         %{name}.patch
13 URL:            http://studio.sourceforge.net/
14 Requires:       tcl >= 7.4
15 Requires:       tk >= 4.0
16 Requires:       sox >= 11
17 Requires:       /bin/more
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Sound Studio provides a graphical user interface for manipulating
22 digitized sound. It allows you to record, play and edit sound files in
23 various formats, such as Microsoft's wav files, Sun's audio files
24 (.au) and Creative Lab's .voc format. It also provides access to a
25 sound card's built-in mixer to adjust recording levels and output
26 volumes. Also Sound Studio provides you with information about the
27 sample and allows conversion into other formats, sampling rates etc.
28
29 %description -l pl
30 Sound Studio daje graficzny interfejs do obrabiania cyfrowego d¼wiêku.
31 Pozwala na nagrywanie, odtwarzanie i edycjê plików d¼wiêkowych
32 w ró¿nych formatach: Microsoft .wav, Sun .au, Creative Labs .voc.
33 Daje tak¿e dostêp do miksera karty d¼wiêkowej. Pozwala na konwersjê do
34 innych formatów i czêstotliwo¶ci próbkowania.
35
36 %prep
37 %setup -q -n SoundStudio
38 %patch0 -p1
39
40 %build
41 MYFILES=%{_libdir}/%{name} \
42 SOX_CMD="set SOX_CMD [exec which sox]" \
43 CC="%{__cc} %{rpmcflags}" \
44 ./build default
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/mini,%{_libdir}/%{name},%{_bindir}} \
50         $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
51
52 install studio reset_dsp $RPM_BUILD_ROOT%{_bindir}
53 install fader maxmin studio_mixer studio_tool $RPM_BUILD_ROOT%{_libdir}/%{name}
54 install *.tk *.ico $RPM_BUILD_ROOT%{_libdir}/%{name}
55 install help1.hlp v12.au StudioHelp $RPM_BUILD_ROOT%{_libdir}/%{name}
56 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/mini/studio.xpm
57 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc README
65 %attr(755,root,root) %{_bindir}/studio
66 %attr(755,root,root) %{_bindir}/reset_dsp
67 %dir %{_libdir}/%{name}
68 %attr(755,root,root) %{_libdir}/%{name}/fader
69 %attr(755,root,root) %{_libdir}/%{name}/maxmin
70 %attr(755,root,root) %{_libdir}/%{name}/studio_mixer
71 %attr(755,root,root) %{_libdir}/%{name}/studio_tool
72 %{_libdir}/%{name}/*.tk
73 %{_libdir}/%{name}/*.ico
74 %{_libdir}/%{name}/*.hlp
75 %{_libdir}/%{name}/*.au
76 %{_libdir}/%{name}/StudioHelp
77 %{_pixmapsdir}/mini/studio.xpm
78 %{_applnkdir}/Multimedia/SoundStudio.desktop
This page took 0.043897 seconds and 3 git commands to generate.