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