vcpkg/ports/libheif/portfile.cmake

48 lines
1.8 KiB
CMake
Raw Permalink Normal View History

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
2024-09-17 03:22:06 +08:00
REPO strukturag/libheif
REF "v${VERSION}"
2024-09-17 03:22:06 +08:00
SHA512 0fcb6340694d5f30a355a0e1224bdbcb35d898594739ffd767cc882842887011a418aa67df08b8cdccc06fa2e477768de90704c8d6f5a827f6878252a13c7734
HEAD_REF master
PATCHES
gdk-pixbuf.patch
)
[libheif] x265 as feature to allow non-GPL build (#36857) x265 is still included as a default feature when installed as: `vcpkg.exe install libheif` but to avoid linking to a GPL library, x265 can now be optionally excluded with: `vcpkg.exe install libheif[core,libde265]` (libheif cannot encode without x265, only decode) ### Checklist (please forgive if completed inaccurately) - [✔️] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [N/A ] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines. - [N/A] Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all `find_package` calls are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or disabled with [CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html). - [ N/A] The versioning scheme in `vcpkg.json` matches what upstream says. - [N/A] The license declaration in `vcpkg.json` matches what upstream says. - [ N/A] The installed as the "copyright" file matches what upstream says. - [ N/A] The source code of the component installed comes from an authoritative source. - [ N/A ?] The generated "usage text" is accurate. See [adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md) for context. - [ N/A] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [ N/A] Only one version is in the new port's versions file. - [ N/A] Only one version is added to each modified port's versions file. --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-02-24 07:00:28 +08:00
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
2024-09-17 03:22:06 +08:00
FEATURES
hevc WITH_X265
[libheif] x265 as feature to allow non-GPL build (#36857) x265 is still included as a default feature when installed as: `vcpkg.exe install libheif` but to avoid linking to a GPL library, x265 can now be optionally excluded with: `vcpkg.exe install libheif[core,libde265]` (libheif cannot encode without x265, only decode) ### Checklist (please forgive if completed inaccurately) - [✔️] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [N/A ] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines. - [N/A] Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all `find_package` calls are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or disabled with [CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html). - [ N/A] The versioning scheme in `vcpkg.json` matches what upstream says. - [N/A] The license declaration in `vcpkg.json` matches what upstream says. - [ N/A] The installed as the "copyright" file matches what upstream says. - [ N/A] The source code of the component installed comes from an authoritative source. - [ N/A ?] The generated "usage text" is accurate. See [adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md) for context. - [ N/A] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [ N/A] Only one version is in the new port's versions file. - [ N/A] Only one version is added to each modified port's versions file. --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-02-24 07:00:28 +08:00
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DWITH_EXAMPLES=OFF
-DWITH_DAV1D=OFF
[libheif] x265 as feature to allow non-GPL build (#36857) x265 is still included as a default feature when installed as: `vcpkg.exe install libheif` but to avoid linking to a GPL library, x265 can now be optionally excluded with: `vcpkg.exe install libheif[core,libde265]` (libheif cannot encode without x265, only decode) ### Checklist (please forgive if completed inaccurately) - [✔️] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [N/A ] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines. - [N/A] Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all `find_package` calls are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or disabled with [CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html). - [ N/A] The versioning scheme in `vcpkg.json` matches what upstream says. - [N/A] The license declaration in `vcpkg.json` matches what upstream says. - [ N/A] The installed as the "copyright" file matches what upstream says. - [ N/A] The source code of the component installed comes from an authoritative source. - [ N/A ?] The generated "usage text" is accurate. See [adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md) for context. - [ N/A] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [ N/A] Only one version is in the new port's versions file. - [ N/A] Only one version is added to each modified port's versions file. --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-02-24 07:00:28 +08:00
${FEATURE_OPTIONS}
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/libheif/)
# libheif's pc file assumes libstdc++, which isn't always true.
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libheif.pc" " -lstdc++" "" IGNORE_UNCHANGED)
if(NOT VCPKG_BUILD_TYPE)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/libheif.pc" " -lstdc++" "" IGNORE_UNCHANGED)
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)")
else()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif.h" "defined(_MSC_VER) && !defined(LIBHEIF_STATIC_BUILD)" "0")
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(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/libheif" "${CURRENT_PACKAGES_DIR}/debug/lib/libheif")
2023-01-12 15:19:15 +08:00
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/libheif/heif_version.h" "#define LIBHEIF_PLUGIN_DIRECTORY \"${CURRENT_PACKAGES_DIR}/lib/libheif\"" "")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")