]> git.pld-linux.org Git - packages/SoundStudio.git/blobdiff - SoundStudio.spec
- dropped pre-cvs changelog
[packages/SoundStudio.git] / SoundStudio.spec
index 703035d50b2ee3f14e350148001eb8fad36ac667..a50829b143c9b420fe52b1a0b0cf9d42332c71a5 100644 (file)
@@ -1,8 +1,8 @@
-Summary:       tk sound editor, with record, playback, and mixer facilities
-Summary(pl):   Edytor d¼wiêku z mo¿liwo¶ci± nagrywania, odtwarzania i miksowania
+Summary:       Tk sound editor, with record, playback, and mixer facilities
+Summary(pl.UTF-8):     Edytor dźwięku z możliwością nagrywania, odtwarzania i miksowania
 Name:          SoundStudio
 Version:       1.0.6
 Name:          SoundStudio
 Version:       1.0.6
-Release:       1
+Release:       5
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       studio.xpm
 Patch0:                %{name}.patch
 Source1:       %{name}.desktop
 Source2:       studio.xpm
 Patch0:                %{name}.patch
+Patch1:                %{name}-endian.patch
 URL:           http://studio.sourceforge.net/
 Requires:      tcl >= 7.4
 Requires:      tk >= 4.0
 URL:           http://studio.sourceforge.net/
 Requires:      tcl >= 7.4
 Requires:      tk >= 4.0
@@ -20,22 +21,23 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Sound Studio provides a graphical user interface for manipulating
 digitized sound. It allows you to record, play and edit sound files in
 %description
 Sound Studio provides a graphical user interface for manipulating
 digitized sound. It allows you to record, play and edit sound files in
-various formats, such as Microsoft's wav files, Sun's audio files
+various formats, such as Microsoft's WAV files, Sun's audio files
 (.au) and Creative Lab's .voc format. It also provides access to a
 sound card's built-in mixer to adjust recording levels and output
 volumes. Also Sound Studio provides you with information about the
 sample and allows conversion into other formats, sampling rates etc.
 
 (.au) and Creative Lab's .voc format. It also provides access to a
 sound card's built-in mixer to adjust recording levels and output
 volumes. Also Sound Studio provides you with information about the
 sample and allows conversion into other formats, sampling rates etc.
 
-%description -l pl
-Sound Studio daje graficzny interfejs do obrabiania cyfrowego d¼wiêku.
-Pozwala na nagrywanie, odtwarzanie i edycjê plików d¼wiêkowych
-w ró¿nych formatach: Microsoft .wav, Sun .au, Creative Labs .voc.
-Daje tak¿e dostêp do miksera karty d¼wiêkowej. Pozwala na konwersjê do
-innych formatów i czêstotliwo¶ci próbkowania.
+%description -l pl.UTF-8
+Sound Studio daje graficzny interfejs do obrabiania cyfrowego dźwięku.
+Pozwala na nagrywanie, odtwarzanie i edycję plików dźwiękowych
+w różnych formatach: Microsoft .WAV, Sun .au, Creative Labs .voc.
+Daje także dostęp do miksera karty dźwiękowej. Pozwala na konwersję do
+innych formatów i częstotliwości próbkowania.
 
 %prep
 
 %prep
-%setup -q -n SoundStudio
+%setup -q -n %{name}
 %patch0 -p1
 %patch0 -p1
+%patch1 -p1
 
 %build
 MYFILES=%{_libdir}/%{name} \
 
 %build
 MYFILES=%{_libdir}/%{name} \
@@ -45,19 +47,18 @@ CC="%{__cc} %{rpmcflags}" \
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/mini,%{_libdir}/%{name},%{_bindir}} \
-       $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_libdir}/%{name},%{_bindir}} \
+       $RPM_BUILD_ROOT%{_desktopdir}
 
 install studio reset_dsp $RPM_BUILD_ROOT%{_bindir}
 install fader maxmin studio_mixer studio_tool $RPM_BUILD_ROOT%{_libdir}/%{name}
 install *.tk *.ico $RPM_BUILD_ROOT%{_libdir}/%{name}
 install help1.hlp v12.au StudioHelp $RPM_BUILD_ROOT%{_libdir}/%{name}
 
 install studio reset_dsp $RPM_BUILD_ROOT%{_bindir}
 install fader maxmin studio_mixer studio_tool $RPM_BUILD_ROOT%{_libdir}/%{name}
 install *.tk *.ico $RPM_BUILD_ROOT%{_libdir}/%{name}
 install help1.hlp v12.au StudioHelp $RPM_BUILD_ROOT%{_libdir}/%{name}
-install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/mini/studio.xpm
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/studio.xpm
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 %clean
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
@@ -74,5 +75,5 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/%{name}/*.hlp
 %{_libdir}/%{name}/*.au
 %{_libdir}/%{name}/StudioHelp
 %{_libdir}/%{name}/*.hlp
 %{_libdir}/%{name}/*.au
 %{_libdir}/%{name}/StudioHelp
-%{_pixmapsdir}/mini/studio.xpm
-%{_applnkdir}/Multimedia/SoundStudio.desktop
+%{_desktopdir}/SoundStudio.desktop
+%{_pixmapsdir}/studio.xpm
This page took 0.066733 seconds and 4 git commands to generate.