2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "mp3lame",
|
2022-07-29 13:40:03 +08:00
|
|
|
"version": "3.100",
|
2024-07-24 08:47:27 +08:00
|
|
|
"port-version": 15,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.",
|
2022-07-29 13:40:03 +08:00
|
|
|
"homepage": "https://sourceforge.net/projects/lame",
|
2023-08-16 03:07:09 +08:00
|
|
|
"license": "LGPL-2.0-only",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
2024-03-12 11:33:15 +08:00
|
|
|
"platform": "windows & !mingw"
|
2023-08-16 03:07:09 +08:00
|
|
|
}
|
2024-07-24 08:47:27 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"frontend": {
|
|
|
|
"description": "Build the lame frontend",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "ncurses",
|
|
|
|
"platform": "!windows | mingw"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|