vcpkg/ports/libopenmpt/vcpkg.json
Andrzej Lichnerowicz ea860c7fa5
[libopenmpt] Update to 0.6.7 (#28931)
* [libopenmpt] Update to 0.6.7

Closes #28930

* Add vcpkg x-add-version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-23 15:56:59 -08:00

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"
]
}