Name: libsoundtouch Version: 1.5.0 Release: 1mamba Summary: An audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.surina.net/soundtouch/index.html Source: http://www.surina.net/soundtouch/soundtouch-%{version}.tar.gz License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files: * Tempo (time-stretch): Changes the sound to play at faster or slower speed than original, without affecting the sound pitch. * Pitch (key) : Changes the sound pitch or key, without affecting the sound tempo or speed. * Playback Rate : Changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate. %package devel Summary: Devel package for libsoundtouch Group: Development/Libraries Requires: %{name} == %{version} %description devel SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files: * Tempo (time-stretch): Changes the sound to play at faster or slower speed than original, without affecting the sound pitch. * Pitch (key) : Changes the sound pitch or key, without affecting the sound tempo or speed. * Playback Rate : Changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate. This package contains the header files and the static library for development. %prep %setup -q -n soundtouch %ifnarch %ix86 x86_64 # cc1plus: error: unrecognized command line option "-msse2" sed -i "s|-msse2||" source/SoundTouch/Makefile.am source/SoundTouch/Makefile.in %endif %build touch NEWS README AUTHORS ChangeLog automake --add-missing || true %configure \ --enable-shared %make pkgdocdir=%{_docdir}/soundtouch %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall pkgdocdir=%{_docdir}/soundtouch %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_libdir}/libSoundTouch.so.* %doc README.html %files devel %defattr(-,root,root) %{_bindir}/soundstretch %{_libdir}/libSoundTouch.a %{_libdir}/libSoundTouch.la %{_libdir}/libSoundTouch.so %dir %{_includedir}/soundtouch/ %{_includedir}/soundtouch/*.h %{_exec_prefix}/lib/pkgconfig/*.pc %{_datadir}/aclocal/soundtouch.m4 %dir %{_docdir}/soundtouch %{_docdir}/soundtouch/* %changelog * Thu Jun 03 2010 Automatic Build System 1.5.0-1mamba - automatic update by autodist * Tue Feb 17 2009 Silvan Calarco 1.4.0-1mamba - automatic update by autodist * Sun Sep 30 2007 Silvan Calarco 1.3.1-2mamba - enabled build of shared library * Fri May 26 2006 Silvan Calarco 1.3.1-1qilnx - package created by autospec