mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
b58df11608
* [ffmpeg] Bump to 6.1 * [ffnvcodec] Bump to 11.1.5.3 * vcpkg x-add-version --all * [avisynthplus] Bump to 3.7.3 * vcpkg x-add-version --all * [avisynthplus] Remove no more required patch * vcpkg x-add-version --all * Apply suggestions from code review Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * vcpkg x-add-version --all --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"name": "avisynthplus",
|
|
"version": "3.7.3",
|
|
"description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness",
|
|
"homepage": "https://avs-plus.net/",
|
|
"license": "GPL-2.0",
|
|
"supports": "!arm & !uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|