aboutsummaryrefslogtreecommitdiff
path: root/ports/libflac/portfile.cmake
AgeCommit message (Collapse)Author
2020-11-10[libflac] require NASM for libflac[asm] (#14465)cbergemann
* require NASM for libflac[asm] * Increment port version number * Update ports/libflac/portfile.cmake Co-authored-by: BergemannC <CBergemann@nordex-online.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-10-27[libflac] Fix build error (#14230)NancyLi1013
2020-08-07[flac] Disable stack smash protection and FORTIFY_SOURCE for mingw (#12761)Long Nguyen
* [flac] Disable stack smash protection and FORTIFY_SOURCE for mingw * Change flag injection + copyright install
2020-07-31[sdl2-mixer] Fix FLAC symbol export when static linking, add nativemidi ↵Kevin Lu
default feature (#12374) * [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
2020-05-21[libflac] Update to 1.3.3-1 (#11152)evpobr
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 -> `static_cast` or `reinterpret_cast` * build system changes * `unsigned` -> `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
2019-11-21[libflac] Update libflac to 1.3.3 (#8988)Michał Janiszewski
* [libflac] Update libflac to 1.3.3 * Update portfile.cmake
2018-10-03[libflac] Apply patch for flac_max and flac_minAlexander Karatarakis
2017-11-21[libflac] using #ifdef for patches insteadAybe
2017-11-17[libflac] patches for UWP buildsAybe
2017-03-09[flac] use nasmcodicodi
2017-02-25[libflac] update to 1.3.2codicodi
2016-12-07[libflac] remove unused flagscodicodi
2016-12-06[libflac] Fix typoAlexander Karatarakis
2016-12-06[libflac] update config in static buildscodicodi
Now static libs can be used without defining FLAC__NO_DLL by user.
2016-12-06[libflac] initial commitcodicodi