mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
04f9031885
Co-authored-by: Derek Cyrus-Chow <derek.chow@catapult.com>
27 lines
596 B
JSON
27 lines
596 B
JSON
{
|
|
"name": "mp3lame",
|
|
"version": "3.100",
|
|
"port-version": 15,
|
|
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.",
|
|
"homepage": "https://sourceforge.net/projects/lame",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
],
|
|
"features": {
|
|
"frontend": {
|
|
"description": "Build the lame frontend",
|
|
"dependencies": [
|
|
{
|
|
"name": "ncurses",
|
|
"platform": "!windows | mingw"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|