mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:29:01 +08:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "mpg123",
|
|
"version": "1.32.7",
|
|
"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"
|
|
}
|
|
]
|
|
}
|