Changelog for
portaudio-debugsource-19_20140130-294.4.i586.rpm :
* Mon Jun 29 2015 olafAATTaepfle.de- Enable libportaudiocpp
* Wed May 28 2014 crrodriguezAATTopensuse.org- disable timestamps in doxygen too, make build-compare happy
* Wed Apr 09 2014 p.drouandAATTgmail.com- Update to version 20140130 + No changelog available
* Mon May 06 2013 cfarrellAATTsuse.com- license update: MIT The correct license for the package is MIT
* Mon Apr 02 2012 reddwarfAATTopensuse.org- run spec_cleaner- use full URL in Source tag- add missing provides/obsoletes from previous rename- use date in version number: makes more sense and otherwise the obsoletes of the package rename would not work- patch __DATE__ and __TIME__ references to help build-compare
* Sun Jan 29 2012 danielzucchettoAATTyahoo.it- updated to the latest stable version
* Improvements to latency calculations: Improved defaults, allow very low buffer sizes, report actual latencies in PaStreamInfo (CoreAudio r1703 #95 #175, WMME r1717 #178, also changes to DirectSound and WMME)
* ALSA: Fixed issue define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined #153 r1691
* AudioScience HPI: Updated support to V4.08. #197, r1760, r1761
* ASIO: Fixed bug where host buffer size wasn’t matched to client framesPerBuffer when it should have been. Resolves ticket #93 r1175
* ASIO: PaAsio_GetAvailableLatencyValues deprecated, use PaAsio_GetAvailableBufferSizes. See ticket #111
* Changed default host API selection logic: use first successfully initialized host api with a defined default input or output device. Resolves ticket #49
* Added support for Float32 to UInt8 conversion. r1748
* Made ring buffer params const-correct r1694
* Changes to ring buffer memory barrier placement (needs further review). See r1734, r1735, r1736, r1738 for details.
* Separated test programs into “test”, “examples”, and “qa” folders. #191
* Harmonised use of #if with PA_USE_
*HOSTAPI
* configuration variables accross all host APIs r1740, #164
* Improvements to QA tests including paqa_latency, paqa loopback test
* Improvements and cleanups to doxygen documentation. Added Doxyfile.developer for generating internal docs.
* Mon Dec 05 2011 danielzucchettoAATTyahoo.it- updated to the latest stable version (20110326)
* Fixed a lot of bugs on all platforms
* Fixed a lot of build system issues on all platforms (autotools, msvc, scons)
* Added more support for V19 API features on many platforms
* Added WASAPI implementation
* Ring buffer code was generalised into pa_ringbuffer.c with correct memory barriers. this is now used by many host api implementations
* Implemented blocking i/o for ASIO
* Made ALSA default host API on Linux
* Fixed stream info inputLatency and outputLatency calculations in a number of host APIs (r1598, r1599, r1600)
* WMME added support for ac3+wma spdif passthrough
* DirectSound? added support for driver-level full duplex via DX8 DirectSoundFullDuplexCreate?
* Wed Nov 23 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Mon Nov 21 2011 jengelhAATTmedozas.de- Remove redundant/unwanted tags/section (cf. specfile guidelines)- Use %_smp_mflags for parallel building- Do shlib policy packaging
* Sun Apr 24 2011 toddrme2178AATTgmail.com- Add 32bit compatibility libraries
* Tue Feb 16 2010 cooloAATTnovell.com- use libjack-devel (tiwai)
* Tue Jan 13 2009 crrodriguezAATTsuse.de- remove static libraries
* Wed Jun 18 2008 schwabAATTsuse.de- Remove useless SHARED_FLAGS.
* Tue Jan 15 2008 tiwaiAATTsuse.de- updated to the latet stable version (20071207)
* added debugging message to JACK back-end
* fixed issue with reopening full duplex streams
* ALSA: Pick device \"default\" for default input device as well
* added PA JACK extensions for getting and setting JACK client name
* do not automatically start jackd server
* Fri Apr 20 2007 tiwaiAATTsuse.de- removed unnecessary requires- use bz2- move documents to devel packages
* Tue Feb 27 2007 anschneiderAATTsuse.de- updated to the latest stable:
* fixed alsa support
* fixed dmix support
* fixed Pa_OpenDefaultStream crash
* fixed memory bug in pa_jack.c
* fixed ph_audio_play_cbk to be called too often
* Thu Sep 21 2006 tiwaiAATTsuse.de- updated to the latest snapshot:
* versioned so files
* pkgconfig support
* reorganized src structures
* many bugfixes- generate devel documents using doxygen