[libheif] Install pdbs (#17710)

* [libheif] Install pdbs

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-05-08 06:27:34 +08:00 committed by GitHub
parent 89a8853159
commit dd630c91e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -14,7 +14,10 @@ vcpkg_configure_cmake(
-DWITH_EXAMPLES=OFF
)
vcpkg_install_cmake()
vcpkg_copy_pdbs()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/libheif/)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{
"name": "libheif",
"version": "1.10.0",
"port-version": 1,
"port-version": 2,
"description": "Open h.265 video codec implementation.",
"homepage": "http://www.libheif.org/",
"dependencies": [

View File

@ -3158,7 +3158,7 @@
},
"libheif": {
"baseline": "1.10.0",
"port-version": 1
"port-version": 2
},
"libhsplasma": {
"baseline": "2020.08.30",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ba05813e40676056ca9a267270a62c4001635db0",
"version": "1.10.0",
"port-version": 2
},
{
"git-tree": "3d3c59db389efc750f06aa0347eb5ed851b2a37d",
"version": "1.10.0",