mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[libheif] Install pdbs (#17710)
* [libheif] Install pdbs * update version record
This commit is contained in:
parent
89a8853159
commit
dd630c91e4
@ -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)
|
||||
|
@ -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": [
|
||||
|
@ -3158,7 +3158,7 @@
|
||||
},
|
||||
"libheif": {
|
||||
"baseline": "1.10.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libhsplasma": {
|
||||
"baseline": "2020.08.30",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ba05813e40676056ca9a267270a62c4001635db0",
|
||||
"version": "1.10.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "3d3c59db389efc750f06aa0347eb5ed851b2a37d",
|
||||
"version": "1.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user