vcpkg/ports/libopenmpt/vcpkg.json
Robert Schumacher 40b6acf770
[libopenmpt] Upgrade to 0.5.10, include author feedback (#18933)
* [libopenmpt] Upgrade to 0.5.10, include author feedback

* [libopenmpt] Add version info

* [mpg123] Switch to CMake build for all platforms. Fixes#15551

* [libopenmpt] Address CR feedback

* [libopenmpt] Update to 0.5.12

* Update version db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-25 13:35:56 -07:00

21 lines
352 B
JSON

{
"name": "libopenmpt",
"version": "0.5.12",
"description": "a library to render tracker music",
"homepage": "https://openmpt.org/",
"dependencies": [
"libogg",
"libvorbis",
"mpg123",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}