mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 03:13:03 +08:00
[matroska] Update to 1.4.9 (#5092)
This commit is contained in:
parent
0af8b7825a
commit
bbb68a2ec8
@ -1,4 +1,4 @@
|
|||||||
Source: matroska
|
Source: matroska
|
||||||
Version: 1.4.8
|
Version: 1.4.9
|
||||||
Description: a C++ libary to parse Matroska files (.mkv and .mka)
|
Description: a C++ libary to parse Matroska files (.mkv and .mka)
|
||||||
Build-Depends: ebml
|
Build-Depends: ebml
|
||||||
|
@ -1 +0,0 @@
|
|||||||
include(${CMAKE_CURRENT_LIST_DIR}/MatroskaTargets.cmake)
|
|
@ -19,14 +19,11 @@ endif()
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO Matroska-Org/libmatroska
|
REPO Matroska-Org/libmatroska
|
||||||
REF release-1.4.8
|
REF release-1.4.9
|
||||||
SHA512 3591508674ff69a185d143b4ce5c34a4c9913ad806ad94c6a96b694752f3e67b029037573564ab3bf5d9303a4b6c5fdd55865f140ab0d26df53b051b71957d0a
|
SHA512 0c2e7324d62e1fc28b00a899f1d2fda88a3de474ea25c51624d716b869db72b4645b64cc434a0bdb7cefdd63b354de59920d4011889554f95a2905020b139fb1
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
|
||||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/MatroskaConfig.cmake DESTINATION ${SOURCE_PATH})
|
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA # Disable this option if project cannot be built with Ninja
|
PREFER_NINJA # Disable this option if project cannot be built with Ninja
|
||||||
|
Loading…
Reference in New Issue
Block a user