mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
8ead9c2674
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 * version * typo * version * typo * version * Fix params * version * deprecated vcpkg_extract_source_archive_ex * version * fix arguments * version * Rename argument * version * Deprecate vcpkg_extract_source_archive_ex * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "libmpeg2",
|
|
"version": "0.5.1",
|
|
"port-version": 3,
|
|
"description": "a free MPEG-2 video stream decoder",
|
|
"homepage": "http://libmpeg2.sourceforge.net/",
|
|
"supports": "!(linux | osx | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools provided with libmpeg2"
|
|
}
|
|
}
|
|
}
|