aboutsummaryrefslogtreecommitdiff
path: root/ports/avisynthplus/generate-version-3.5.patch
diff options
context:
space:
mode:
authorwangqr <wangqr@users.noreply.github.com>2020-06-10 21:04:32 -0400
committerGitHub <noreply@github.com>2020-06-10 18:04:32 -0700
commit1509b14bb3e100ff579bc42c5923ed2871467844 (patch)
treea4d15b19f21e4cf290ab509216c36e469a86bc66 /ports/avisynthplus/generate-version-3.5.patch
parent473e54820731eae43b745f65240838aaaf88c9cf (diff)
downloadvcpkg-1509b14bb3e100ff579bc42c5923ed2871467844.tar.gz
vcpkg-1509b14bb3e100ff579bc42c5923ed2871467844.zip
[avisynthplus] Upgrade to 3.6.0 (#11736)
* [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.
Diffstat (limited to 'ports/avisynthplus/generate-version-3.5.patch')
-rw-r--r--ports/avisynthplus/generate-version-3.5.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/ports/avisynthplus/generate-version-3.5.patch b/ports/avisynthplus/generate-version-3.5.patch
deleted file mode 100644
index f29cbf463..000000000
--- a/ports/avisynthplus/generate-version-3.5.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/avs_core/Version.cmake b/avs_core/Version.cmake
-index e2be19d2..1d4dd922 100644
---- a/avs_core/Version.cmake
-+++ b/avs_core/Version.cmake
-@@ -1,12 +1,4 @@
--EXECUTE_PROCESS(
-- COMMAND "${GIT}" --git-dir=${REPO}/.git rev-list --count HEAD
-- OUTPUT_VARIABLE AVS_SEQREV
-- OUTPUT_STRIP_TRAILING_WHITESPACE
--)
--EXECUTE_PROCESS(
-- COMMAND "${GIT}" --git-dir=${REPO}/.git rev-parse --abbrev-ref HEAD
-- OUTPUT_VARIABLE AVS_BRANCH
-- OUTPUT_STRIP_TRAILING_WHITESPACE
--)
-+set(AVS_SEQREV 3043)
-+set(AVS_BRANCH 3.5)
- CONFIGURE_FILE(${SRC} ${DST} @ONLY)
-
-\ No newline at end of file