<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/libflac/portfile.cmake, branch master</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[libflac] require NASM for libflac[asm] (#14465)</title>
<updated>2020-11-10T17:34:50+00:00</updated>
<author>
<name>cbergemann</name>
<email>cbe+github@mailbox.org</email>
</author>
<published>2020-11-10T17:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b24be705e939934a49dcb768850fbf6c1e31ff97'/>
<id>b24be705e939934a49dcb768850fbf6c1e31ff97</id>
<content type='text'>
* require NASM for libflac[asm]

* Increment port version number

* Update ports/libflac/portfile.cmake

Co-authored-by: BergemannC &lt;CBergemann@nordex-online.com&gt;
Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* require NASM for libflac[asm]

* Increment port version number

* Update ports/libflac/portfile.cmake

Co-authored-by: BergemannC &lt;CBergemann@nordex-online.com&gt;
Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libflac] Fix build error (#14230)</title>
<updated>2020-10-28T03:34:03+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2020-10-28T03:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=27268c700a1913df1518fc8d96593eb0d5306d9c'/>
<id>27268c700a1913df1518fc8d96593eb0d5306d9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[flac] Disable stack smash protection and FORTIFY_SOURCE for mingw (#12761)</title>
<updated>2020-08-07T18:42:21+00:00</updated>
<author>
<name>Long Nguyen</name>
<email>nguyen.long.908132@gmail.com</email>
</author>
<published>2020-08-07T18:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=80ef2a34554283e7a926242b0353b103aa3aae48'/>
<id>80ef2a34554283e7a926242b0353b103aa3aae48</id>
<content type='text'>
* [flac] Disable stack smash protection and FORTIFY_SOURCE for mingw

* Change flag injection + copyright install</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [flac] Disable stack smash protection and FORTIFY_SOURCE for mingw

* Change flag injection + copyright install</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>[libflac] Update to 1.3.3-1 (#11152)</title>
<updated>2020-05-21T18:19:21+00:00</updated>
<author>
<name>evpobr</name>
<email>evpobr@gmail.com</email>
</author>
<published>2020-05-21T18:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=875821cd801d71208b294e5faf83fe4f6564a3eb'/>
<id>875821cd801d71208b294e5faf83fe4f6564a3eb</id>
<content type='text'>
Update to ce6dd6b which has the following benign changes compared to 1.3.3 proper

* `std::`-ify a bunch of C library stuff
* C-cast -&gt; `static_cast` or `reinterpret_cast`
* build system changes
* `unsigned` -&gt; `uint32_t`
* removing UB in some shifts
* better support for powerPC and Windows
* Change out `cos(double)` for `cosf(float)` in C
* Correct `%d` to `%u` in printf</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to ce6dd6b which has the following benign changes compared to 1.3.3 proper

* `std::`-ify a bunch of C library stuff
* C-cast -&gt; `static_cast` or `reinterpret_cast`
* build system changes
* `unsigned` -&gt; `uint32_t`
* removing UB in some shifts
* better support for powerPC and Windows
* Change out `cos(double)` for `cosf(float)` in C
* Correct `%d` to `%u` in printf</pre>
</div>
</content>
</entry>
<entry>
<title>[libflac] Update libflac to 1.3.3 (#8988)</title>
<updated>2019-11-22T01:03:32+00:00</updated>
<author>
<name>Michał Janiszewski</name>
<email>janisozaur@users.noreply.github.com</email>
</author>
<published>2019-11-22T01:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bfaf18478f8f117d6e6ef49d73ba302a2176966b'/>
<id>bfaf18478f8f117d6e6ef49d73ba302a2176966b</id>
<content type='text'>
* [libflac] Update libflac to 1.3.3

* Update portfile.cmake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [libflac] Update libflac to 1.3.3

* Update portfile.cmake
</pre>
</div>
</content>
</entry>
<entry>
<title>[libflac] Apply patch for flac_max and flac_min</title>
<updated>2018-10-04T05:54:39+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-10-04T05:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0fe2068a564080e5470ffe00c455592e625a0fd1'/>
<id>0fe2068a564080e5470ffe00c455592e625a0fd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libflac] using #ifdef for patches instead</title>
<updated>2017-11-21T04:46:58+00:00</updated>
<author>
<name>Aybe</name>
<email>aybe@users.noreply.github.com</email>
</author>
<published>2017-11-21T04:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=38ae2f69b7f376614f6a4b9201a23fcaa228baf9'/>
<id>38ae2f69b7f376614f6a4b9201a23fcaa228baf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libflac] patches for UWP builds</title>
<updated>2017-11-16T23:54:14+00:00</updated>
<author>
<name>Aybe</name>
<email>aybe@users.noreply.github.com</email>
</author>
<published>2017-11-16T23:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=cb30c3fd0014f264709287fee43f24310dfde4aa'/>
<id>cb30c3fd0014f264709287fee43f24310dfde4aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[flac] use nasm</title>
<updated>2017-03-09T22:52:45+00:00</updated>
<author>
<name>codicodi</name>
<email>rob.ceglinski@gmail.com</email>
</author>
<published>2017-03-09T22:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c24afa97a20600048a249eb74184031ee6b6de24'/>
<id>c24afa97a20600048a249eb74184031ee6b6de24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
