Skip to content

Commit

Permalink
[libheif] Update to version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Sep 3, 2022
1 parent e85b5bb commit 8990278
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ports/libheif/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO strukturag/libheif
REF 56c8a2613370562fc330af2c70c1510aa5fd9ff6 #v1.12.0
SHA512 11ac7f32d1f49963046b1a4479a41f39004475211563ba7f41b2398f07f7b4d90339ea663e528b3cc80deeef1fff374987208d48b447116a806564ef05487e97
REF 5fb52b6134d5e034b51637a86c6e8a7418b35df1 #v1.13.0
SHA512 e1ebd5eb7ae436a604ae3bb50ea4d53b8efb97388081a0876c161927a8b31c48c03899075423048d3f10055332bf7f3472bb8a06b6d32312de1d88fbda760421
HEAD_REF master
PATCHES
gdk-pixbuf.patch
Expand Down Expand Up @@ -33,5 +33,6 @@ endif()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "#ifdef LIBHEIF_EXPORTS" "#if 0")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
3 changes: 1 addition & 2 deletions ports/libheif/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libheif",
"version": "1.12.0",
"port-version": 4,
"version": "1.13.0",
"description": "Open h.265 video codec implementation.",
"homepage": "http://www.libheif.org/",
"license": "LGPL-3.0-only",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3721,8 +3721,8 @@
"port-version": 3
},
"libheif": {
"baseline": "1.12.0",
"port-version": 4
"baseline": "1.13.0",
"port-version": 0
},
"libhsplasma": {
"baseline": "2022-05-19",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libheif.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0876b38db237beed53c8edd6ebe83622a3771287",
"version": "1.13.0",
"port-version": 0
},
{
"git-tree": "f183481e325abb8be75988c2061260ebf60ad7d4",
"version": "1.12.0",
Expand Down

0 comments on commit 8990278

Please sign in to comment.