Skip to content
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] Upgrade to 3.6.0 #11736

Merged
merged 2 commits into from
Jun 11, 2020
Merged

Conversation

wangqr
Copy link
Contributor

@wangqr wangqr commented Jun 3, 2020

AviSynth+ also supports linux and macOS now

Describe the pull request

  • What does your PR fix?
    This PR upgrades avisynthplus from 3.5.0 to 3.6.0.

  • Which triplets are supported/not supported? Have you updated the CI baseline?
    x86-windows and x64-windows are still supported. Additionally, x64-linux and x64-osx are supported since 3.6.0. This upgrade does not need to update CI baseline. The x64-linux build is allowed to fail on CI, due to gcc 7.5 does not have C++17 support. User will be able to build this if they have gcc>=8.

  • Does your PR follow the maintainer guide?
    Yes.

AviSynth+ also supports linux and macOS now
AviSynth+ requires C++17 to build correctly. C++17 std::filesystem is not available in gcc 7.5 used in CI.
@PhoebeHui PhoebeHui added category:port-update The issue is with a library, which is requesting update new revision depends:vm-update PR contains changes to the VM provisioning scripts labels Jun 4, 2020
@PhoebeHui
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PhoebeHui
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Jun 9, 2020
@dan-shaw dan-shaw merged commit 1509b14 into microsoft:master Jun 11, 2020
@BillyONeal BillyONeal removed the depends:vm-update PR contains changes to the VM provisioning scripts label Jun 11, 2020
JangBoo pushed a commit to JangBoo/vcpkg that referenced this pull request Jun 18, 2020
* [avisynthplus] Upgrade to 3.6.0

AviSynth+ also supports linux and macOS now

* [avisynthplus] Allow x64-linux build fail on CI

AviSynth+ requires C++17 to build correctly. C++17 std::filesystem is not available in gcc 7.5 used in CI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants