[libheif] no absolute paths (#28857)

This commit is contained in:
autoantwort 2023-01-12 08:19:15 +01:00 committed by GitHub
parent 67ea605078
commit 6bf594496d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -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}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/libheif" "${CURRENT_PACKAGES_DIR}/debug/lib/libheif") 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) file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{ {
"name": "libheif", "name": "libheif",
"version": "1.14.2", "version": "1.14.2",
"port-version": 1,
"description": "Open h.265 video codec implementation.", "description": "Open h.265 video codec implementation.",
"homepage": "http://www.libheif.org/", "homepage": "http://www.libheif.org/",
"license": "LGPL-3.0-only", "license": "LGPL-3.0-only",

View File

@ -3886,7 +3886,7 @@
}, },
"libheif": { "libheif": {
"baseline": "1.14.2", "baseline": "1.14.2",
"port-version": 0 "port-version": 1
}, },
"libhsplasma": { "libhsplasma": {
"baseline": "2022-05-19", "baseline": "2022-05-19",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "fc12171b1b2824cdd6ea053a3057a7471a74657e",
"version": "1.14.2",
"port-version": 1
},
{ {
"git-tree": "8283de8e2ea762947ac56b69056ee48a620e78f1", "git-tree": "8283de8e2ea762947ac56b69056ee48a620e78f1",
"version": "1.14.2", "version": "1.14.2",