From 9f643818c120f13fcbbb024b92ff74a6688a45e3 Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:09:27 -0700 Subject: [PATCH] [libvpx] update to 1.11.0 (#24372) * [libvpx] update to 1.11.0 * update version * update license * update version --- ports/libvpx/portfile.cmake | 4 ++-- ports/libvpx/vcpkg.json | 4 ++-- versions/baseline.json | 4 ++-- versions/l-/libvpx.json | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ports/libvpx/portfile.cmake b/ports/libvpx/portfile.cmake index 10ce04878d..ac17dbbfa2 100644 --- a/ports/libvpx/portfile.cmake +++ b/ports/libvpx/portfile.cmake @@ -1,12 +1,12 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -set(LIBVPX_VERSION 1.10.0) +set(LIBVPX_VERSION 1.11.0) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO webmproject/libvpx REF v${LIBVPX_VERSION} - SHA512 f88c588145b5164e98531b75215e119056cd806a9dbe6599bb9dab35c0af0ecd4b3daabee7d795e412a58aeb543d5c7dc0107457c4bd8f4d434e966e8e22a32d + SHA512 7aa5d30afa956dccda60917fd82f6f9992944ca893437c8cd53a04d1b7a94e0210431954aa136594dc400340123cc166dcc855753e493c8d929667f4c42b65a5 HEAD_REF master PATCHES 0002-Fix-nasm-debug-format-flag.patch diff --git a/ports/libvpx/vcpkg.json b/ports/libvpx/vcpkg.json index c002bdddff..321571a287 100644 --- a/ports/libvpx/vcpkg.json +++ b/ports/libvpx/vcpkg.json @@ -1,9 +1,9 @@ { "name": "libvpx", - "version-semver": "1.10.0", - "port-version": 2, + "version": "1.11.0", "description": "The reference software implementation for the video coding formats VP8 and VP9.", "homepage": "https://github.com/webmproject/libvpx", + "license": "BSD-3-Clause", "features": { "highbitdepth": { "description": "use VP9 high bit depth (10/12) profiles" diff --git a/versions/baseline.json b/versions/baseline.json index 183e3bb17f..0e2b7e764e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4157,8 +4157,8 @@ "port-version": 2 }, "libvpx": { - "baseline": "1.10.0", - "port-version": 2 + "baseline": "1.11.0", + "port-version": 0 }, "libwandio": { "baseline": "4.2.1", diff --git a/versions/l-/libvpx.json b/versions/l-/libvpx.json index 68e6537962..03cd212ec3 100644 --- a/versions/l-/libvpx.json +++ b/versions/l-/libvpx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3ec8aec9ecbcb2e3b5a0af7cea8045359d9aec94", + "version": "1.11.0", + "port-version": 0 + }, { "git-tree": "79a7e2cf4e6df063990dc59d1aa221150eb0ce0e", "version-semver": "1.10.0",