]> git.pld-linux.org Git - packages/SoundStudio.git/blame - SoundStudio.spec
- dropped pre-cvs changelog
[packages/SoundStudio.git] / SoundStudio.spec
CommitLineData
b16fe7fa 1Summary: Tk sound editor, with record, playback, and mixer facilities
02c6b2f7 2Summary(pl.UTF-8): Edytor dźwięku z możliwością nagrywania, odtwarzania i miksowania
a1f43597 3Name: SoundStudio
72c62496 4Version: 1.0.6
dad4dc4a 5Release: 5
3ab35754 6License: GPL
a1f43597 7Group: Applications/Sound
c1429837 8Source0: http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
d0819d8d 9# Source0-md5: 673314c074f719460cf08ed27f2b954b
3ab35754 10Source1: %{name}.desktop
a1f43597 11Source2: studio.xpm
51490108 12Patch0: %{name}.patch
32b5528c 13Patch1: %{name}-endian.patch
347cc278 14URL: http://studio.sourceforge.net/
72c62496
JB
15Requires: tcl >= 7.4
16Requires: tk >= 4.0
17Requires: sox >= 11
18Requires: /bin/more
1873686e 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
69a7530f 20
21%description
22Sound Studio provides a graphical user interface for manipulating
347cc278 23digitized sound. It allows you to record, play and edit sound files in
1171dd05 24various formats, such as Microsoft's WAV files, Sun's audio files
f0049286 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.
69a7530f 29
ad79e6b6
JR
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.
347cc278 36
69a7530f 37%prep
375ecc99 38%setup -q -n %{name}
347cc278 39%patch0 -p1
32b5528c 40%patch1 -p1
69a7530f 41
42%build
72c62496
JB
43MYFILES=%{_libdir}/%{name} \
44SOX_CMD="set SOX_CMD [exec which sox]" \
45CC="%{__cc} %{rpmcflags}" \
46./build default
69a7530f 47
48%install
f0049286 49rm -rf $RPM_BUILD_ROOT
dad4dc4a 50install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_libdir}/%{name},%{_bindir}} \
ea8fc6f6 51 $RPM_BUILD_ROOT%{_desktopdir}
3ab35754 52
347cc278
JB
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}
dad4dc4a 57install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/studio.xpm
ea8fc6f6 58install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
347cc278 59
69a7530f 60%clean
7d626ea5 61rm -rf $RPM_BUILD_ROOT
69a7530f 62
63%files
a1f43597 64%defattr(644,root,root,755)
72c62496 65%doc README
f0049286 66%attr(755,root,root) %{_bindir}/studio
67%attr(755,root,root) %{_bindir}/reset_dsp
347cc278
JB
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
ea8fc6f6 78%{_desktopdir}/SoundStudio.desktop
dad4dc4a 79%{_pixmapsdir}/studio.xpm
This page took 0.068642 seconds and 5 git commands to generate.