aboutsummaryrefslogtreecommitdiff
path: root/ports/portaudio/CONTROL
AgeCommit message (Collapse)Author
2020-10-14[chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14 ↵Billy O'Neal
(#14054) * [portaudio] Remove from baseline, fix CRT linkage and mark UWP as unsupported. portaudio was fixed by https://github.com/microsoft/vcpkg/commit/654adc64b36607aff14f614387eb904d64faec2b * [chakracore] Remove passing case from baseline and add Supports. PASSING, REMOVE FROM FAIL LIST: chakracore:arm64-windows (.\scripts\ci.baseline.txt) * [gamma] Remove from baseline. PASSING, REMOVE FROM FAIL LIST: gamma:x64-linux (.\scripts\ci.baseline.txt) This was blocked by portaudio before. * [usrsctp] Remove baseline PASSING, REMOVE FROM FAIL LIST: usrsctp:arm-uwp (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: usrsctp:x64-uwp (.\scripts\ci.baseline.txt) Probably fixed by https://github.com/microsoft/vcpkg/commit/16b68c2f35771c250b354248f11015f9def2a89b * [libopenmpt] Fix build on recent msvc by backporting deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d https://github.com/OpenMPT/openmpt/commit/deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d * [chakracore] Also needs dynamic universe.
2020-10-13[portaudio] Fix build on windows (#13982)Nemirtingas
* Build only static or shared library * Update CONTROL Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
2020-02-04[Portaudio] Disable debug logging by default (#9877)Stephen Kyne
* Disable debug logging * Update version of port * Added in debug logging to debug builds only. Still removed from release * Simplified portfile
2019-11-22[portaudio] Fix library cannot be found (#8944)NancyLi1013
* [portaudio] Fix library cannot be found * Fix include cannot be found
2019-10-14[portaudio] Update to the latest version (#8399)NancyLi1013
* [portaudio] Update to the latest version * Update SHA512 hash code * Update source URL
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-03-15[portaudio]: fix Linux build (#5678)Todd
* [portaudio]: fix Linux build Wrap some Win specific stuff in an if (WIN32) Fixes #4526 * [portaudio] Bump CONTROL version
2018-11-07[portaudio] Add pa_win_waveformat.h to public includes (#4582)Etienne Dechamps
* [portaudio] Add pa_win_waveformat.h to public includes. pa_win_wasapi.h includes pa_win_waveformat.h, so it has to be distributed for pa_win_wasapi.h to be usable. * [portaudio] Bump control version
2018-10-23[portaudio] fix wasapi support (#4236) (#4517)Stefan Wurzinger
* [portaudio] fix wasapi support (#4236) * [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-06Make sure dsound uses version and header of current environmentbagong
2017-03-07[portaudio] Insert version and descriptionNicolas Riebesel
2017-03-07Add portaudio to portsNicolas Riebesel