mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
[libheif] Update to 1.18.2 (#40937)
This commit is contained in:
parent
17ae26dff0
commit
50c08d3885
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO strukturag/libheif
|
REPO strukturag/libheif
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 e8f7a9d8d7af1947e9ca43e8387fc082551c884bb66fef7484c82748f3b81524efa7a2988f31d059a85a10539ff42bd3125b0f066f7b8b652bd9450737b2bc89
|
SHA512 0fcb6340694d5f30a355a0e1224bdbcb35d898594739ffd767cc882842887011a418aa67df08b8cdccc06fa2e477768de90704c8d6f5a827f6878252a13c7734
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
gdk-pixbuf.patch
|
gdk-pixbuf.patch
|
||||||
@ -18,7 +18,6 @@ vcpkg_cmake_configure(
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
-DWITH_EXAMPLES=OFF
|
-DWITH_EXAMPLES=OFF
|
||||||
-DWITH_DAV1D=OFF
|
-DWITH_DAV1D=OFF
|
||||||
-DPKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON
|
|
||||||
${FEATURE_OPTIONS}
|
${FEATURE_OPTIONS}
|
||||||
)
|
)
|
||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libheif",
|
"name": "libheif",
|
||||||
"version": "1.17.6",
|
"version": "1.18.2",
|
||||||
"port-version": 2,
|
|
||||||
"description": "libheif is an HEIF and AVIF file format decoder and encoder.",
|
"description": "libheif is an HEIF and AVIF file format decoder and encoder.",
|
||||||
"homepage": "http://www.libheif.org/",
|
"homepage": "http://www.libheif.org/",
|
||||||
"license": "LGPL-3.0-only",
|
"license": "LGPL-3.0-only",
|
||||||
|
@ -4597,8 +4597,8 @@
|
|||||||
"port-version": 6
|
"port-version": 6
|
||||||
},
|
},
|
||||||
"libheif": {
|
"libheif": {
|
||||||
"baseline": "1.17.6",
|
"baseline": "1.18.2",
|
||||||
"port-version": 2
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libhsplasma": {
|
"libhsplasma": {
|
||||||
"baseline": "2024-03-07",
|
"baseline": "2024-03-07",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "71eb8d4a8f9e764ba9514dc621e05c361bcfbb59",
|
||||||
|
"version": "1.18.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b359025d1bbdb502626c0b8c5918848ad0c901dc",
|
"git-tree": "b359025d1bbdb502626c0b8c5918848ad0c901dc",
|
||||||
"version": "1.17.6",
|
"version": "1.17.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user