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