mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:40:47 +08:00
[libheif] no absolute paths (#28857)
This commit is contained in:
parent
67ea605078
commit
6bf594496d
@ -36,4 +36,6 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/libheif" "${CURRENT_PACKAGES_DIR}/debug/lib/libheif")
|
||||
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif_version.h" "#define LIBHEIF_PLUGIN_DIRECTORY \"${CURRENT_PACKAGES_DIR}/lib/libheif\"" "")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libheif",
|
||||
"version": "1.14.2",
|
||||
"port-version": 1,
|
||||
"description": "Open h.265 video codec implementation.",
|
||||
"homepage": "http://www.libheif.org/",
|
||||
"license": "LGPL-3.0-only",
|
||||
|
@ -3886,7 +3886,7 @@
|
||||
},
|
||||
"libheif": {
|
||||
"baseline": "1.14.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libhsplasma": {
|
||||
"baseline": "2022-05-19",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fc12171b1b2824cdd6ea053a3057a7471a74657e",
|
||||
"version": "1.14.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "8283de8e2ea762947ac56b69056ee48a620e78f1",
|
||||
"version": "1.14.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user