mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:51:37 +08:00
[matroska,ebml] copy PDBs (#31189)
* [ebml] copy PDBs * [matroska] copy PDBs
This commit is contained in:
parent
acb85506cc
commit
ccefd02758
@ -19,3 +19,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "ebml",
|
||||
"version": "1.4.4",
|
||||
"port-version": 1,
|
||||
"description": "A C++ library to parse EBML files",
|
||||
"homepage": "https://github.com/Matroska-Org/libebml",
|
||||
"dependencies": [
|
||||
|
@ -20,3 +20,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "matroska",
|
||||
"version": "1.7.1",
|
||||
"port-version": 1,
|
||||
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
|
||||
"homepage": "https://github.com/Matroska-Org/libmatroska",
|
||||
"dependencies": [
|
||||
|
@ -2234,7 +2234,7 @@
|
||||
},
|
||||
"ebml": {
|
||||
"baseline": "1.4.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ecm": {
|
||||
"baseline": "5.98.0",
|
||||
@ -5082,7 +5082,7 @@
|
||||
},
|
||||
"matroska": {
|
||||
"baseline": "1.7.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"mbedtls": {
|
||||
"baseline": "2.28.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4dd27fceafb402b6a634a2a934e7c3df0c1a64c0",
|
||||
"version": "1.4.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a4b2091951270259a38b2b900547a544bfad046f",
|
||||
"version": "1.4.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "12137590eb6e5ec4e644e61b664d83a4ed6c8022",
|
||||
"version": "1.7.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "041bae8554d02be4ce2909d9a01a8fd2bced588b",
|
||||
"version": "1.7.1",
|
||||
|
Loading…
Reference in New Issue
Block a user