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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/avisynthplus/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: avisynthplus
Version: 3.5.0
Version: 3.6.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)
Supports: !(uwp|arm|static)
20 changes: 0 additions & 20 deletions ports/avisynthplus/generate-version-3.5.patch

This file was deleted.

8 changes: 3 additions & 5 deletions ports/avisynthplus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP" "arm" "arm64")
vcpkg_fail_port_install(ON_TARGET "UWP" "arm" "arm64")

vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO AviSynth/AviSynthPlus
REF e17f4f80055009bf45b37e1b6d1790bd1c1a93b2 # 3.5.0
SHA512 40d2f63416e0e812dd6c7db9b17c09c51295d192bdc4dc46daa063e20731a3451a2b797dab351d31dbb43842eb2c2cdb148da16e5b92816423e3cbf40fff23b0
REF v3.6.0
SHA512 040e9f2c99973eb96b0f1ba373627c3c43ff17ed8339ea850aebc2306228384175cb37c418a139f865c396c70c2d254cd8a40838f577f184a4c161b258328dd5
HEAD_REF master
PATCHES
generate-version-3.5.patch
)

vcpkg_configure_cmake(
Expand Down
1 change: 1 addition & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ atlmfc:x64-linux=fail
atlmfc:x64-osx=fail
aubio:x64-linux=fail
aubio:x64-osx=fail
avisynthplus:x64-linux=fail
avisynthplus:x64-windows-static=fail
avro-c:arm-uwp=fail
avro-c:x64-osx=fail
Expand Down