Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libheif] update to 1.9.1 #14648

Merged
merged 3 commits into from
Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ports/libheif/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Source: libheif
Version: 1.7.0
Port-Version: 1
Version: 1.9.1
Homepage: http://www.libheif.org/
Description: Open h.265 video codec implementation.
Build-Depends: x265, libde265
13 changes: 0 additions & 13 deletions ports/libheif/dont_build_examples_and_gdk_pixbuf.patch

This file was deleted.

12 changes: 0 additions & 12 deletions ports/libheif/install-extra-headers.patch

This file was deleted.

10 changes: 4 additions & 6 deletions ports/libheif/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO strukturag/libheif
REF v1.7.0
SHA512 7da6ab9daf253c2493e0c3960c6f817e0234dfbd0463467cd1e5f11f7d6804735e401b73fb1038b8f81cfc6527fafb6ac7f4668c3de9400a0131c1292bdbe660
REF 2e218ef40440e258b5da1e513f72c7f3b1611c7c #v1.9.1
SHA512 78fc62813f088133dfc12799d8e1989580630e80865e33e43450ae4bba0d9ef03fe250dcc734f7905ea1d02dcb7ae77a9b461b25da27fcb2ef98562c69ab0b87
HEAD_REF master
PATCHES
dont_build_examples_and_gdk_pixbuf.patch
remove_finding_pkgconfig.patch
install-extra-headers.patch
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DWITH_EXAMPLES=OFF
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/libheif/)
Expand Down
18 changes: 0 additions & 18 deletions ports/libheif/remove_finding_pkgconfig.patch

This file was deleted.