mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[matroska] Update to 1.6.3 (#21383)
* Update matroska to 1.6.3 * Update CI baseline * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
This commit is contained in:
parent
656cd8c0ae
commit
75d06f466d
@ -5,22 +5,22 @@ 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 684560a3ce962a7abe89be93cc8ffa483f7f853f # release-1.6.2
|
REF release-1.6.3
|
||||||
SHA512 d9b0e392cc99d9eec99ef90431589778976508c5ccbd8bbb166f390653c27b4cc84de189f7cd3bf5b039ecb38a96b0e341cc39195099ec415cc48d40e0b78c01
|
SHA512 f4b4cd5b5e76c452fb559ead28c4bcb5ec4e28d74898f13c1709a6ab75d95cf82b319118445d7a7f895708bb0d5d1f3c09040d3e3263c6a2f2a27ffc92d35c2f
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
PREFER_NINJA
|
OPTIONS
|
||||||
OPTIONS -DDISABLE_PKGCONFIG=1
|
-DDISABLE_PKGCONFIG=1
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_cmake_install()
|
||||||
|
|
||||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Matroska)
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Matroska)
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE.LGPL DESTINATION ${CURRENT_PACKAGES_DIR}/share/matroska RENAME copyright)
|
file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
@ -1,11 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "matroska",
|
"name": "matroska",
|
||||||
"version-string": "1.6.2",
|
"version": "1.6.3",
|
||||||
"port-version": 1,
|
|
||||||
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
|
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
|
||||||
"homepage": "https://github.com/Matroska-Org/libmatroska",
|
"homepage": "https://github.com/Matroska-Org/libmatroska",
|
||||||
"supports": "!uwp",
|
"supports": "!uwp",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"ebml"
|
"ebml",
|
||||||
|
{
|
||||||
|
"name": "vcpkg-cmake",
|
||||||
|
"host": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vcpkg-cmake-config",
|
||||||
|
"host": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4277,8 +4277,8 @@
|
|||||||
"port-version": 5
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"matroska": {
|
"matroska": {
|
||||||
"baseline": "1.6.2",
|
"baseline": "1.6.3",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"mbedtls": {
|
"mbedtls": {
|
||||||
"baseline": "2.24.0",
|
"baseline": "2.24.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "4f42c70e6e7b730f43e59e3dd7e0b4b8e7e7abd8",
|
||||||
|
"version": "1.6.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "6f1a45086676ff21d75b117b36ae0a3b75e88feb",
|
"git-tree": "6f1a45086676ff21d75b117b36ae0a3b75e88feb",
|
||||||
"version-string": "1.6.2",
|
"version-string": "1.6.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user