mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[matroska] update to 1.7.1 and enable UWP builds (#30751)
* [matroska] update to 1.7.1 * [matroska] enable UWP builds This has been used in VLC for years. There was a build issue with file access in the "ebml" dependencies. But it should be fixed by https://github.com/microsoft/vcpkg/pull/30750
This commit is contained in:
parent
0746c2aab7
commit
b91728fe5f
@ -1,12 +1,8 @@
|
||||
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(FATAL_ERROR "matroska does not currently support UWP")
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Matroska-Org/libmatroska
|
||||
REF release-1.6.3
|
||||
SHA512 f4b4cd5b5e76c452fb559ead28c4bcb5ec4e28d74898f13c1709a6ab75d95cf82b319118445d7a7f895708bb0d5d1f3c09040d3e3263c6a2f2a27ffc92d35c2f
|
||||
REF release-1.7.1
|
||||
SHA512 abb4fb4b527266944b1a59516866462498675c5e71bb679758894dff6156169d7132dddaa2e2ef6187a6dbce4a4aa377eeb75dd869268fd44933c769b34be5b9
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "matroska",
|
||||
"version": "1.6.3",
|
||||
"version": "1.7.1",
|
||||
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
|
||||
"homepage": "https://github.com/Matroska-Org/libmatroska",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"ebml",
|
||||
{
|
||||
"name": "ebml",
|
||||
"version>=": "1.4.3"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -5049,7 +5049,7 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"matroska": {
|
||||
"baseline": "1.6.3",
|
||||
"baseline": "1.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"mbedtls": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "041bae8554d02be4ce2909d9a01a8fd2bced588b",
|
||||
"version": "1.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4f42c70e6e7b730f43e59e3dd7e0b4b8e7e7abd8",
|
||||
"version": "1.6.3",
|
||||
|
Loading…
Reference in New Issue
Block a user