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