mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
ea860c7fa5
* [libopenmpt] Update to 0.6.7 Closes #28930 * Add vcpkg x-add-version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "libopenmpt",
|
|
"version": "0.6.7",
|
|
"description": "a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.",
|
|
"homepage": "https://openmpt.org/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"libogg",
|
|
"libvorbis",
|
|
"mpg123",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|