Name: libaudiofile Version: 0.2.7 Release: 1mamba Summary: A uniform programming interface to standard digital audio file formats Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.68k.org/~michael/audiofile Source: http://www.68k.org/~michael/audiofile/audiofile-%{version}.tar.gz Patch: %{name}-0.2.6-m4_underquoted_warning.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Silicon Graphics Audio File Library provides a uniform programming interface to standard digital audio file formats. Currently supported sound file formats include AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, and Berkeley/IRCAM/CARL. Supported compression formats are currently G.711 mu-law and A-law and IMA and MS ADPCM. Key goals of the Audio File Library are file format transparency and data format transparency. The same calls for opening a file, accessing and manipulating audio metadata (e.g., sample rate, sample format, textual information, MIDI parameters), and reading/writing sample data will work with any supported audio file format. Likewise, the format of the audio data presented to the application need not be tied to the format of the data contained in the file. %package devel Summary: Devel package for libaudiofile Group: Development/Libraries Requires: %{name} = %{version} %description devel The Silicon Graphics Audio File Library provides a uniform programming interface to standard digital audio file formats. Currently supported sound file formats include AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, and Berkeley/IRCAM/CARL. Supported compression formats are currently G.711 mu-law and A-law and IMA and MS ADPCM. Key goals of the Audio File Library are file format transparency and data format transparency. The same calls for opening a file, accessing and manipulating audio metadata (e.g., sample rate, sample format, textual information, MIDI parameters), and reading/writing sample data will work with any supported audio file format. Likewise, the format of the audio data presented to the application need not be tied to the format of the data contained in the file. This package contains static libraries and header files need for development. %prep %setup -q -n audiofile-%{version} #%patch -p1 %build %configure \ --with-kernel=/usr/src/linux-`uname -r` %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/* %{_libdir}/*.so.* %doc ACKNOWLEDGEMENTS AUTHORS ChangeLog COPYING NEWS NOTES README TODO %files devel %defattr(-,root,root) %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_includedir}/*.h %{_libdir}/pkgconfig/* %{_datadir}/aclocal/* %changelog * Thu Apr 01 2010 Automatic Build System 0.2.7-1mamba - automatic update by autodist * Mon Jun 09 2008 Silvan Calarco 0.2.6-3mamba - specfile updated * Wed Jun 07 2006 Davide Madrisan 0.2.6-2qilnx - fixed underquoted definition of AM_PATH_AUDIOFILE * Mon Aug 29 2005 Davide Madrisan 0.2.6-1qilnx - update to version 0.2.6 by autospec * Wed Jun 01 2005 Davide Madrisan 0.2.3-3qilnx - rebuilt * Mon Jul 19 2004 Davide Madrisan 0.2.3-2qilnx - specfile updated * Tue Jul 03 2003 Silvan Calarco 0.2.3-1qilnx - first build