[matroska,ebml] copy PDBs (#31189)

* [ebml] copy PDBs

* [matroska] copy PDBs
This commit is contained in:
Steve Lhomme 2023-05-02 00:22:00 +02:00 committed by GitHub
parent acb85506cc
commit ccefd02758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 18 additions and 2 deletions

View File

@ -19,3 +19,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# Handle copyright # Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{ {
"name": "ebml", "name": "ebml",
"version": "1.4.4", "version": "1.4.4",
"port-version": 1,
"description": "A C++ library to parse EBML files", "description": "A C++ library to parse EBML files",
"homepage": "https://github.com/Matroska-Org/libebml", "homepage": "https://github.com/Matroska-Org/libebml",
"dependencies": [ "dependencies": [

View File

@ -20,3 +20,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# Handle copyright # Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{ {
"name": "matroska", "name": "matroska",
"version": "1.7.1", "version": "1.7.1",
"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",
"dependencies": [ "dependencies": [

View File

@ -2234,7 +2234,7 @@
}, },
"ebml": { "ebml": {
"baseline": "1.4.4", "baseline": "1.4.4",
"port-version": 0 "port-version": 1
}, },
"ecm": { "ecm": {
"baseline": "5.98.0", "baseline": "5.98.0",
@ -5082,7 +5082,7 @@
}, },
"matroska": { "matroska": {
"baseline": "1.7.1", "baseline": "1.7.1",
"port-version": 0 "port-version": 1
}, },
"mbedtls": { "mbedtls": {
"baseline": "2.28.1", "baseline": "2.28.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4dd27fceafb402b6a634a2a934e7c3df0c1a64c0",
"version": "1.4.4",
"port-version": 1
},
{ {
"git-tree": "a4b2091951270259a38b2b900547a544bfad046f", "git-tree": "a4b2091951270259a38b2b900547a544bfad046f",
"version": "1.4.4", "version": "1.4.4",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "12137590eb6e5ec4e644e61b664d83a4ed6c8022",
"version": "1.7.1",
"port-version": 1
},
{ {
"git-tree": "041bae8554d02be4ce2909d9a01a8fd2bced588b", "git-tree": "041bae8554d02be4ce2909d9a01a8fd2bced588b",
"version": "1.7.1", "version": "1.7.1",