aboutsummaryrefslogtreecommitdiff
path: root/ports/avisynthplus/portfile.cmake
AgeCommit message (Collapse)Author
2021-07-14[rollup:2021-07-06] Rollup PR (#18838)nicole mazzuca
* [rollup:2021-07-06 1/8] PR #18272 (@strega-nil) [scripts-audit] vcpkg_from_* * [rollup:2021-07-06 2/8] PR #18319 (@strega-nil) [scripts-audit] add guidelines for cmake * [rollup 2021-07-06 3/8] PR #18410 (@mheyman) [vcpkg-cmake-config] documentation fix * [rollup:2021-07-06 4/8] PR #18488 (@strega-nil) [scripts-audit] vcpkg_execute_* * [rollup:2021-07-06 5/8] PR #18517 (@strega-nil) [scripts-audit] vcpkg_extract_source_archive * [rollup:2021-07-06 6/8] PR #18674 (@NancyLi1013) [vcpkg doc] Update examples * [rollup:2021-07-06 7/8] PR #18695 (@JackBoosY) [vcpkg] Update the minimum version of vcpkg * [rollup:2021-07-06 8/8] PR #18758 (@ras0219-msft) [vcpkg_from_git] Fix error if downloads folder does not exist * build docs! * fix bond:*-windows * fix nmap Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Michael Heyman <Michael.Heyman@jhuapl.edu> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-04-30[avisynthplus] Update to 3.7.0 (#17221)wangqr
* [avisynthplus] Update to 3.7.0 * Update to 3.7.0 * Allows static build as this is supported since 3.7.0 * [avisynthplus] add filesystem submodule to support older compiler * [avisynthplus] change version-string to version-semver
2020-12-21[avisynthplus] Update to 3.6.1 (#15214)wangqr
* [avisynthplus] Update to 3.6.1 * [avisynthplus] Do not limit system to Windows AVS+ supports linux and macOS. The OS limit was introduced in e7dc93f2026c171073bc30e3f8235c9caba419bc * Update vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2020-09-03[many ports] Add supports (#12857)Phoebe
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2020-06-10[avisynthplus] Upgrade to 3.6.0 (#11736)wangqr
* [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.
2020-04-16[avisynthplus] Add new port (#10496)wangqr
* [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