Skip to content

Commit

Permalink
[libvpx] Update to 1.9.0. (microsoft#13213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras authored Aug 31, 2020
1 parent 19b706c commit b41ce11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
3 changes: 1 addition & 2 deletions ports/libvpx/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Source: libvpx
Version: 1.8.1
Port-Version: 9
Version: 1.9.0
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
Supports: !(uwp&arm)
16 changes: 6 additions & 10 deletions ports/libvpx/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

set(LIBVPX_VERSION 1.8.1)
set(LIBVPX_HASH 615476a929e46befdd4782a39345ce55cd30176ecb2fcd8a875c31694ae2334b395dcab9c5ba58d53ceb572ed0c022d2a3748ca4bbd36092e22b01cf3c9b2e8e)
set(LIBVPX_VERSION 1.9.0)

vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/webmproject/libvpx/archive/v${LIBVPX_VERSION}/libvpx-${LIBVPX_VERSION}.tar.gz"
FILENAME "libvpx-${LIBVPX_VERSION}.tar.gz"
SHA512 ${LIBVPX_HASH}
)

vcpkg_extract_source_archive_ex(
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REPO webmproject/libvpx
REF v${LIBVPX_VERSION}
SHA512 8d544552b35000ea5712aec220b78bb5f7dc210704b2f609365214cb95a4f5a0e343b362723d829cb4a9ac203b10d5443700ba84b28fd6b2fefbabb40663e298
HEAD_REF master
)

vcpkg_find_acquire_program(YASM)
Expand Down

0 comments on commit b41ce11

Please sign in to comment.