]> git.pld-linux.org Git - packages/SDL_sound.git/blobdiff - SDL_sound.spec
- rel 7
[packages/SDL_sound.git] / SDL_sound.spec
index 7c6dcae19eacf522301196b8dbcdfa6713adaf60..a566268b95d28a99652f920c2d0d971d7064957d 100644 (file)
@@ -1,20 +1,28 @@
-Summary:       An abstract soundfile decoder.
+Summary:       An abstract soundfile decoder
+Summary(pl.UTF-8):     Abstrakcyjny dekoder plików dźwiękowych
 Name:          SDL_sound
-Version:       1.0.0
-Release:       1
+Version:       1.0.1
+Release:       7
 License:       LGPL
 Group:         Libraries
-Source0:       http://www.icculus.org/%{name}/downloads//%{name}-%{version}.tar.gz
+Source0:       http://www.icculus.org/SDL_sound/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: 49e197ef7c8ab623d0640dc74be43160
+Patch0:                %{name}-flac.patch
 URL:           http://www.icculus.org/SDL_sound/
+BuildRequires: SDL-devel >= 1.2.6
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: flac-devel >= 1.1.3
+BuildRequires: libmikmod-devel >= 3.1.5
+BuildRequires: libmodplug-devel
+BuildRequires: libvorbis-devel >= 1:1.0-6
 BuildRequires: libtool
-BuildRequires: SDL-devel >= 1.2.0
-Requires:      SDL >= 1.2.0
+BuildRequires: physfs-devel
+BuildRequires: smpeg-devel >= 0.4.4-12
+BuildRequires: speex-devel
+Requires:      SDL >= 1.2.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
 SDL_sound is a library that handles the decoding of several popular
 sound file formats, such as .WAV and .MP3. It is meant to make the
@@ -28,49 +36,86 @@ waveform. SDL_sound can also handle sample rate, audio format, and
 channel conversion on-the-fly and behind-the-scenes, if the programmer
 desires.
 
+%description -l pl.UTF-8
+SDL_sound to biblioteka obsługująca dekodowanie kilku popularnych
+formatów plików dźwiękowych, takich jak .WAV lub .MP3. Jej celem
+jest uproszczenie pracy programisty przy odtwarzaniu dźwięku.
+Programista przekazuje SDL_sound nazwę pliku lub dostarcza dane
+bezpośrednio z jednego z wielu źródeł, a następnie odczytuje strumień
+zdekodowanych danych. Jeśli ograniczenia zasobów są istotne, SDL_sound
+może obsługiwać dane dźwiękowe w podanych blokach. Alternatywnie,
+SDL_sound może dekodować cały plik dźwiękowy i przekazywać z powrotem
+pojedynczy wskaźnik do całości zdekodowanych danych. SDL_sound może
+także obsługiwać w locie konwersję częstotliwości próbkowania, formatu
+dźwięku i liczby kanałów.
+
 %package devel
 Summary:       Header files and more to develop SDL_sound applications
+Summary(pl.UTF-8):     Pliki nagłówkowe do tworzenia aplikacji z użyciem SDL_sound
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
-Requires:      SDL-devel
+Requires:      %{name} = %{version}-%{release}
+Requires:      SDL-devel >= 1.2.6
+Requires:      flac-devel >= 1.1.3
+Requires:      libmikmod-devel >= 3.1.5
+Requires:      libmodplug-devel
+Requires:      libvorbis-devel >= 1:1.0
+Requires:      smpeg-devel >= 0.4.4
+Requires:      speex-devel
 
 %description devel
 Header files and more to develop SDL_sound applications.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe do tworzenia aplikacji z użyciem SDL_sound.
+
 %package static
 Summary:       Static SDL_sound libraries
+Summary(pl.UTF-8):     Statyczne biblioteki SDL_sound
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-Statis SDL_net libraries.
+Static SDL_sound libraries.
+
+%description static -l pl.UTF-8
+Statyczne biblioteki SDL_sound.
 
 %prep
 %setup -q
+%patch0 -p1
+
+echo 'AC_DEFUN([AM_PATH_VORBIS],[XIPH_PATH_VORBIS])' > acinclude.m4
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+CPPFLAGS="-I/usr/include/libmodplug -I/usr/include/speex"
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGELOG CREDITS README TODO
 %attr(755,root,root) %{_bindir}/playsound
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc README
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/SDL/*
This page took 0.412446 seconds and 4 git commands to generate.