<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/sdl2-mixer, 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>[sdl2-mixer] Fix link error building with features fluidsynth and libvorbis (#20089)</title>
<updated>2021-09-14T03:25:53+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2021-09-14T03:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9a23c096c57479523765f9c6ca9d24e3241d276f'/>
<id>9a23c096c57479523765f9c6ca9d24e3241d276f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer] Add fluidsynth feature  (#18826)</title>
<updated>2021-07-06T20:38:46+00:00</updated>
<author>
<name>JackMacWindows</name>
<email>jackmacwindowslinux@gmail.com</email>
</author>
<published>2021-07-06T20:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=92340aa815c688bced2598b52f6b0a4a73a5d127'/>
<id>92340aa815c688bced2598b52f6b0a4a73a5d127</id>
<content type='text'>
* [sdl2-mixer] Add fluidsynth feature

* [sdl2-mixer] Add fluidsynth feature

* [sdl2-mixer] Add fluidsynth feature

* Updated versions &amp; fixed style

* Fixed version hash</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [sdl2-mixer] Add fluidsynth feature

* [sdl2-mixer] Add fluidsynth feature

* [sdl2-mixer] Add fluidsynth feature

* Updated versions &amp; fixed style

* Fixed version hash</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer] Fix features link error (#16737)</title>
<updated>2021-03-18T20:17:59+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2021-03-18T20:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1f7d3846180cba2b595738320300cc9b470d9ee2'/>
<id>1f7d3846180cba2b595738320300cc9b470d9ee2</id>
<content type='text'>
* [sdl2-mixer] Fix features link error

* Update versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [sdl2-mixer] Fix features link error

* Update versions</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2] Update to 2.0.14 (#15398)</title>
<updated>2021-01-05T20:33:13+00:00</updated>
<author>
<name>Rémy Tassoux</name>
<email>contact@rt2.fr</email>
</author>
<published>2021-01-05T20:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0a262e7d6111af798669c4b481eb2f30b3b86fb1'/>
<id>0a262e7d6111af798669c4b481eb2f30b3b86fb1</id>
<content type='text'>
* [sdl2] Update to 2.0.14

* Revert "[sdl2] Update to 2.0.14"

This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19.

* [sdl2] Update to 2.0.14

* [sdl2] Fix manifest formatting

* [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14

Co-authored-by: Rémy Tassoux &lt;rt2@rasterizedworld.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [sdl2] Update to 2.0.14

* Revert "[sdl2] Update to 2.0.14"

This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19.

* [sdl2] Update to 2.0.14

* [sdl2] Fix manifest formatting

* [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14

Co-authored-by: Rémy Tassoux &lt;rt2@rasterizedworld.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer] Fix FLAC symbol export when static linking, add nativemidi default feature (#12374)</title>
<updated>2020-07-31T18:23:27+00:00</updated>
<author>
<name>Kevin Lu</name>
<email>6320810+kevinlul@users.noreply.github.com</email>
</author>
<published>2020-07-31T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=62d4320409b23b2278f20c3eaa4b174c4e3f0431'/>
<id>62d4320409b23b2278f20c3eaa4b174c4e3f0431</id>
<content type='text'>
* [sdl2-mixer] Fix FLAC symbol export when static linking

Fix regression introduced by #11152

* [sdl2-mixer] Add nativemidi default feature

Closes #10318

* [libsndfile] Revert to port version 8 as version 10

* [libflac] Use BUILD_SHARED_LIBS to properly export FLAC__NO_DLL via CMake

* [libflac] Force FLAC__NO_DLL in installed headers in static triplets

* [libflac] Modify headers on installation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [sdl2-mixer] Fix FLAC symbol export when static linking

Fix regression introduced by #11152

* [sdl2-mixer] Add nativemidi default feature

Closes #10318

* [libsndfile] Revert to port version 8 as version 10

* [libflac] Use BUILD_SHARED_LIBS to properly export FLAC__NO_DLL via CMake

* [libflac] Force FLAC__NO_DLL in installed headers in static triplets

* [libflac] Modify headers on installation</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer] Enable native MIDI support on macOS (#10201)</title>
<updated>2020-02-29T05:42:47+00:00</updated>
<author>
<name>Jonathan Giannuzzi</name>
<email>jgiannuzzi@users.noreply.github.com</email>
</author>
<published>2020-02-29T05:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0babb7549b0bb5bb51debb428ac94a480892d96d'/>
<id>0babb7549b0bb5bb51debb428ac94a480892d96d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer] Fix dynamic loading when building static library (#9332)</title>
<updated>2020-01-27T22:21:09+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2020-01-27T22:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=53f1ae86d038c0ccf7edbbcfda1eaf6c6d271e9e'/>
<id>53f1ae86d038c0ccf7edbbcfda1eaf6c6d271e9e</id>
<content type='text'>
* [sdl2-mixer] Fix dynamic loading when building static library

* [sdl2-mixer] Set dynamic load as a feature

* [sdl2-mixer] Disable feature dynamic-load when building static
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [sdl2-mixer] Fix dynamic loading when building static library

* [sdl2-mixer] Set dynamic load as a feature

* [sdl2-mixer] Disable feature dynamic-load when building static
</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer]Use dynamic library suffix when building dynamic library.</title>
<updated>2019-10-08T08:53:53+00:00</updated>
<author>
<name>JackBoosY</name>
<email>yuzaiyang@beyondsoft.com</email>
</author>
<published>2019-10-08T08:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=df484b0e5a504aa341b767223b530325995fbffd'/>
<id>df484b0e5a504aa341b767223b530325995fbffd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer]Delete the absolute path of the dependent libraries.</title>
<updated>2019-10-08T07:27:23+00:00</updated>
<author>
<name>JackBoosY</name>
<email>yuzaiyang@beyondsoft.com</email>
</author>
<published>2019-10-08T07:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=df09093358598696746da2688bd9a008c19f8e04'/>
<id>df09093358598696746da2688bd9a008c19f8e04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-mixer]Re-fix dynamic call. (#8335)</title>
<updated>2019-09-25T15:27:32+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-09-25T15:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=808a19c00f6e337e6e5e62db06b5863dea52f5b1'/>
<id>808a19c00f6e337e6e5e62db06b5863dea52f5b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
