diff options
| author | wangqr <wangqr@users.noreply.github.com> | 2020-04-16 16:44:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 13:44:18 -0700 |
| commit | b7ef16861f37a4a2f1e8ea12137b1349133ee5cf (patch) | |
| tree | 8e205ee42c4defdd306e04cd035c061eb9a6fa73 /ports/avisynthplus/CONTROL | |
| parent | 959a9eae9a0bcff27903369688d0d7219cc4225f (diff) | |
| download | vcpkg-b7ef16861f37a4a2f1e8ea12137b1349133ee5cf.tar.gz vcpkg-b7ef16861f37a4a2f1e8ea12137b1349133ee5cf.zip | |
[avisynthplus] Add new port (#10496)
* [avisynthplus] Add new port
* [avisynthplus] Disable static build
Static build is not supported. See https://github.com/AviSynth/AviSynthPlus/issues/130
* [avisynthplus] Ass Supports to CONTROL
* [avisynthplus] set static to fail in CI baseline
* [avisynthplus] add vcpkg_fail_port_install
Diffstat (limited to 'ports/avisynthplus/CONTROL')
| -rw-r--r-- | ports/avisynthplus/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/avisynthplus/CONTROL b/ports/avisynthplus/CONTROL new file mode 100644 index 000000000..21d9c5586 --- /dev/null +++ b/ports/avisynthplus/CONTROL @@ -0,0 +1,5 @@ +Source: avisynthplus +Version: 3.5.0 +Homepage: http://avs-plus.net/ +Description: An improved version of the AviSynth frameserver, with improved features and developer friendliness +Supports: windows&!(uwp|arm|static) |
