<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/portaudio/CONTROL, branch aws-lambda-cpp</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14 (#14054)</title>
<updated>2020-10-15T00:38:40+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-10-15T00:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bfe983d721a0f2e0cd492f4b5632a952072b7e93'/>
<id>bfe983d721a0f2e0cd492f4b5632a952072b7e93</id>
<content type='text'>
* [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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [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.</pre>
</div>
</content>
</entry>
<entry>
<title>[portaudio] Fix build on windows (#13982)</title>
<updated>2020-10-13T20:27:26+00:00</updated>
<author>
<name>Nemirtingas</name>
<email>9432037+Nemirtingas@users.noreply.github.com</email>
</author>
<published>2020-10-13T20:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=654adc64b36607aff14f614387eb904d64faec2b'/>
<id>654adc64b36607aff14f614387eb904d64faec2b</id>
<content type='text'>
* Build only static or shared library

* Update CONTROL

Co-authored-by: Nemirtingas &lt;nanaki89@hotmail.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Build only static or shared library

* Update CONTROL

Co-authored-by: Nemirtingas &lt;nanaki89@hotmail.fr&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Portaudio] Disable debug logging by default (#9877)</title>
<updated>2020-02-04T22:47:15+00:00</updated>
<author>
<name>Stephen Kyne</name>
<email>xskyne@gmail.com</email>
</author>
<published>2020-02-04T22:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e9b976af70cb51e6510d76994e548de6c83c9de0'/>
<id>e9b976af70cb51e6510d76994e548de6c83c9de0</id>
<content type='text'>
* Disable debug logging

* Update version of port

* Added in debug logging to debug builds only. Still removed from release

* Simplified portfile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disable debug logging

* Update version of port

* Added in debug logging to debug builds only. Still removed from release

* Simplified portfile
</pre>
</div>
</content>
</entry>
<entry>
<title>[portaudio] Fix library cannot be found (#8944)</title>
<updated>2019-11-22T20:46:19+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2019-11-22T20:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0c509d761605e300f097bf54cc2c7019723d40f4'/>
<id>0c509d761605e300f097bf54cc2c7019723d40f4</id>
<content type='text'>
* [portaudio] Fix library cannot be found

* Fix include cannot be found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [portaudio] Fix library cannot be found

* Fix include cannot be found
</pre>
</div>
</content>
</entry>
<entry>
<title>[portaudio] Update to the latest version (#8399)</title>
<updated>2019-10-14T23:34:34+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2019-10-14T23:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1c796faf3e4893e30a9284d6537478dc8c6530a7'/>
<id>1c796faf3e4893e30a9284d6537478dc8c6530a7</id>
<content type='text'>
* [portaudio] Update to the latest version

* Update SHA512 hash code

* Update source URL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [portaudio] Update to the latest version

* Update SHA512 hash code

* Update source URL
</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add a Homepage URL entry for vcpkg ports (#2933)</title>
<updated>2019-06-15T23:54:47+00:00</updated>
<author>
<name>pravic</name>
<email>ehysta@gmail.com</email>
</author>
<published>2019-06-15T23:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad'/>
<id>18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad</id>
<content type='text'>
* [vcpkg] Add "Homepage" field to the CONTROL files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add "Homepage" field to the CONTROL files.</pre>
</div>
</content>
</entry>
<entry>
<title>[portaudio]: fix Linux build (#5678)</title>
<updated>2019-03-15T17:23:02+00:00</updated>
<author>
<name>Todd</name>
<email>todd@tneal.org</email>
</author>
<published>2019-03-15T17:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=532528903c437ca59a1b7fcd3841b668ef6892cc'/>
<id>532528903c437ca59a1b7fcd3841b668ef6892cc</id>
<content type='text'>
* [portaudio]: fix Linux build

Wrap some Win specific stuff in an if (WIN32)

Fixes #4526

* [portaudio] Bump CONTROL version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [portaudio]: fix Linux build

Wrap some Win specific stuff in an if (WIN32)

Fixes #4526

* [portaudio] Bump CONTROL version
</pre>
</div>
</content>
</entry>
<entry>
<title>[portaudio] Add pa_win_waveformat.h to public includes (#4582)</title>
<updated>2018-11-08T07:45:26+00:00</updated>
<author>
<name>Etienne Dechamps</name>
<email>etienne@edechamps.fr</email>
</author>
<published>2018-11-08T07:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=52b2759a75ddff09c088ee6fc7d0eba81a132991'/>
<id>52b2759a75ddff09c088ee6fc7d0eba81a132991</id>
<content type='text'>
* [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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [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
</pre>
</div>
</content>
</entry>
<entry>
<title>[portaudio] fix wasapi support (#4236) (#4517)</title>
<updated>2018-10-23T23:43:28+00:00</updated>
<author>
<name>Stefan Wurzinger</name>
<email>swurzinger@users.noreply.github.com</email>
</author>
<published>2018-10-23T23:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=55f53c385e7df9ebd01787968e9155e857f55823'/>
<id>55f53c385e7df9ebd01787968e9155e857f55823</id>
<content type='text'>
* [portaudio] fix wasapi support (#4236)

* [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [portaudio] fix wasapi support (#4236)

* [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
</pre>
</div>
</content>
</entry>
<entry>
<title>vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)</title>
<updated>2017-09-09T07:12:54+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2017-09-09T07:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=26516fe485b0e9048dd4809256a7e4526957c6e9'/>
<id>26516fe485b0e9048dd4809256a7e4526957c6e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
