|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: Free, cross platform, open-source, audio I/O library
|
|
|
|
|
Name: portaudio
|
|
|
|
|
Version: 19
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.portaudio.com/
|
|
|
|
@ -40,7 +40,7 @@ portaudio library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%configure --disable-static --enable-cxx
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
# Build html devel documentation
|
|
|
|
|
doxygen
|
|
|
|
@ -68,6 +68,7 @@ doxygen
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc doc/html/*
|
|
|
|
|
%{_includedir}/portaudiocpp/
|
|
|
|
|
%{_includedir}/portaudio.h
|
|
|
|
|
%exclude %{_libdir}/*.la
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
@ -75,6 +76,9 @@ doxygen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 10 2007 Matthias Saou <http://freshrpms.net/> 19-4
|
|
|
|
|
- Include portaudiocpp library and headers (#413681).
|
|
|
|
|
|
|
|
|
|
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 19-3
|
|
|
|
|
- Rebuild for new BuildID feature.
|
|
|
|
|
|
|
|
|
|