mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:59:00 +08:00
658a8165a9
* [libflac] Bump to 1.4.2. - The license was incorrectly set to GFDL instead of BSD-3. See: https://github.com/xiph/flac#components - Remove patches that were merged upstream. - Stack protection and fortify source under mingw is checked upstream. - CMake config file location has changed. - Use vcpkg_install_copyright to install license. * [libflac] Add usage file. * [libflac] Update baseline.
25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"name": "libflac",
|
|
"version": "1.4.2",
|
|
"description": "Library for manipulating FLAC files",
|
|
"homepage": "https://xiph.org/flac/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"libogg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"asm": {
|
|
"description": "Use any assembly optimization routines",
|
|
"supports": "x86"
|
|
}
|
|
}
|
|
}
|