mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:39:00 +08:00
e48805d02b
* [mpg123] Upgrade to 1.29.2 * Upgrade 1.28.0 -> 1.29.2 * Avoid deprecated helper functions * Remove unused patches * Convert patch format * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "mpg123",
|
|
"version": "1.29.2",
|
|
"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/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"yasm-tool-helper"
|
|
]
|
|
}
|