mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:29:01 +08:00
[libheif] Update to v1.19.5 (#42373)
This commit is contained in:
parent
ff8d715b6d
commit
2a093159b7
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO strukturag/libheif
|
||||
REF "v${VERSION}"
|
||||
SHA512 0fcb6340694d5f30a355a0e1224bdbcb35d898594739ffd767cc882842887011a418aa67df08b8cdccc06fa2e477768de90704c8d6f5a827f6878252a13c7734
|
||||
SHA512 ff6aedef3e848efed8dd274cb8bfd84fc9d08591ce1d4cba7a88f11625dc875eb5f53d7d14bab01693859f1518ae54f958b66ea7d86f3a1791eb07c05a3b0358
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
gdk-pixbuf.patch
|
||||
@ -32,9 +32,9 @@ endif()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "defined(_MSC_VER) && !defined(LIBHEIF_STATIC_BUILD)" "defined(_WIN32)")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "!defined(LIBHEIF_STATIC_BUILD)" "1")
|
||||
else()
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "defined(_MSC_VER) && !defined(LIBHEIF_STATIC_BUILD)" "0")
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "!defined(LIBHEIF_STATIC_BUILD)" "0")
|
||||
endif()
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "#ifdef LIBHEIF_EXPORTS" "#if 0")
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libheif",
|
||||
"version": "1.18.2",
|
||||
"version": "1.19.5",
|
||||
"description": "libheif is an HEIF and AVIF file format decoder and encoder.",
|
||||
"homepage": "http://www.libheif.org/",
|
||||
"license": "LGPL-3.0-only",
|
||||
|
@ -4653,7 +4653,7 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"libheif": {
|
||||
"baseline": "1.18.2",
|
||||
"baseline": "1.19.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"libhsplasma": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "68dd9fbb12027f868c747c3e204a00a2fca872a2",
|
||||
"version": "1.19.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "71eb8d4a8f9e764ba9514dc621e05c361bcfbb59",
|
||||
"version": "1.18.2",
|
||||
|
Loading…
Reference in New Issue
Block a user