Skip to content

Commit

Permalink
[avisynthplus] Update to 3.6.1 (#15214)
Browse files Browse the repository at this point in the history
* [avisynthplus] Update to 3.6.1

* [avisynthplus] Do not limit system to Windows

AVS+ supports linux and macOS. The OS limit was introduced in e7dc93f

* Update vcpkg.json

Co-authored-by: JonLiu1993 <[email protected]>
  • Loading branch information
wangqr and JonLiu1993 authored Dec 21, 2020
1 parent 0e05a1f commit edb6147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ports/avisynthplus/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_LIBRARY_LINKAGE "static" ON_TARGET "UWP" "OSX" "Linux")
vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_LIBRARY_LINKAGE "static" ON_TARGET "UWP")

vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO AviSynth/AviSynthPlus
REF v3.6.0
SHA512 040e9f2c99973eb96b0f1ba373627c3c43ff17ed8339ea850aebc2306228384175cb37c418a139f865c396c70c2d254cd8a40838f577f184a4c161b258328dd5
REF v3.6.1
SHA512 7104c334769aacf3b1c14491c2e0cdd6586d6ea68dae7d10e7955ac56c6277fe4ae189d30ebd161baeda80e65e80fc49d4b2aed476272dd1aa235e7c8f0209d9
HEAD_REF master
)

Expand Down
5 changes: 2 additions & 3 deletions ports/avisynthplus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "avisynthplus",
"version-string": "3.6.0",
"port-version": 1,
"version-string": "3.6.1",
"description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness",
"homepage": "http://avs-plus.net/",
"supports": "windows & !arm & !uwp & !static"
"supports": "!arm & !uwp & !static"
}

0 comments on commit edb6147

Please sign in to comment.