-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[avisynthplus] Add new port #10496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[avisynthplus] Add new port #10496
Conversation
Static build is not supported. See AviSynth/AviSynthPlus#130
Someone on slack told me that I should use |
/azp run |
Well, I see that the only CI issue is |
@wangqr Thanks for your PR. Please use vcpkg_fail_port_install in portfile.cmake to description this port doesn't support some triplets. And please modify VCPKG_PATH/scripts/ci.baseline.txt to account for the build failures on unsupported triplets. |
See comments above. |
Please use vcpkg_fail_port_install in portfile.cmake to description this port doesn't support some triplets. It will remind other users when they installing this port like this:
|
LGTM, thanks for the PR! |
Describe the pull request
What does your PR fix? Fixes issue #
This PR adds the AviSynth+ port. It does not fix any issue. AviSynth+ is a dependency of FFMS2, so it could be related to Add FFMS2 #684 and [New Port Request] ffms2.dll #9105.
Which triplets are supported/not supported? Have you updated the CI baseline?
I'm only able to test x64-windows triplet. I have not updated the CI baseline. AviSynth+ only officially support Windows, and has experimental support for linux.
Does your PR follow the maintainer guide?
Yes.