]> git.pld-linux.org Git - packages/SoundStudio.git/blame_incremental - SoundStudio.spec
- dropped pre-cvs changelog
[packages/SoundStudio.git] / SoundStudio.spec
... / ...
CommitLineData
1Summary: Tk sound editor, with record, playback, and mixer facilities
2Summary(pl.UTF-8): Edytor dźwięku z możliwością nagrywania, odtwarzania i miksowania
3Name: SoundStudio
4Version: 1.0.6
5Release: 5
6License: GPL
7Group: Applications/Sound
8Source0: http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
9# Source0-md5: 673314c074f719460cf08ed27f2b954b
10Source1: %{name}.desktop
11Source2: studio.xpm
12Patch0: %{name}.patch
13Patch1: %{name}-endian.patch
14URL: http://studio.sourceforge.net/
15Requires: tcl >= 7.4
16Requires: tk >= 4.0
17Requires: sox >= 11
18Requires: /bin/more
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Sound Studio provides a graphical user interface for manipulating
23digitized sound. It allows you to record, play and edit sound files in
24various 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
26sound card's built-in mixer to adjust recording levels and output
27volumes. Also Sound Studio provides you with information about the
28sample and allows conversion into other formats, sampling rates etc.
29
30%description -l pl.UTF-8
31Sound Studio daje graficzny interfejs do obrabiania cyfrowego dźwięku.
32Pozwala na nagrywanie, odtwarzanie i edycję plików dźwiękowych
33w różnych formatach: Microsoft .WAV, Sun .au, Creative Labs .voc.
34Daje także dostęp do miksera karty dźwiękowej. Pozwala na konwersję do
35innych 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
43MYFILES=%{_libdir}/%{name} \
44SOX_CMD="set SOX_CMD [exec which sox]" \
45CC="%{__cc} %{rpmcflags}" \
46./build default
47
48%install
49rm -rf $RPM_BUILD_ROOT
50install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_libdir}/%{name},%{_bindir}} \
51 $RPM_BUILD_ROOT%{_desktopdir}
52
53install studio reset_dsp $RPM_BUILD_ROOT%{_bindir}
54install fader maxmin studio_mixer studio_tool $RPM_BUILD_ROOT%{_libdir}/%{name}
55install *.tk *.ico $RPM_BUILD_ROOT%{_libdir}/%{name}
56install help1.hlp v12.au StudioHelp $RPM_BUILD_ROOT%{_libdir}/%{name}
57install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/studio.xpm
58install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
59
60%clean
61rm -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.030517 seconds and 4 git commands to generate.