]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/chromaprint/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / chromaprint / portfile.cmake
1 vcpkg_from_github(
2 OUT_SOURCE_PATH SOURCE_PATH
3 REPO acoustid/chromaprint
4 REF v1.5.0
5 SHA512 333114949928abdf5d4b11aba1db6ec487eebe526324c68d903b3fa80a3af87a28d942af765a2f873e63a1bf222b658b6438cd10cde4446f61b26ea91f537469
6 PATCHES
7 fix_lrintf_detection.patch # submitted upstream as https://github.com/acoustid/chromaprint/pull/85
8 )
9
10 vcpkg_configure_cmake(
11 SOURCE_PATH ${SOURCE_PATH}
12 PREFER_NINJA
13 )
14 vcpkg_install_cmake()
15 vcpkg_fixup_pkgconfig()
16
17 file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
18 file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)