vcpkg/ports/mpg123/vcpkg.json
Lily Wang 334c0cf6ca
[mpg123] Update to 1.32.9 (#42346)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-11-26 12:28:01 -08:00

27 lines
591 B
JSON

{
"name": "mpg123",
"version": "1.32.9",
"description": "mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).",
"homepage": "https://sourceforge.net/projects/mpg123/",
"license": "LGPL-2.1-or-later",
"supports": "!xbox",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "yasm",
"host": true,
"features": [
"tools"
],
"platform": "windows & !mingw"
}
]
}