[chromaprint] add new port with version 1.5.0 (#15986)

This commit is contained in:
Be 2021-02-02 18:40:56 -08:00 committed by GitHub
parent 4260eaf6fa
commit a84190e1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO acoustid/chromaprint
REF v1.5.0
SHA512 333114949928abdf5d4b11aba1db6ec487eebe526324c68d903b3fa80a3af87a28d942af765a2f873e63a1bf222b658b6438cd10cde4446f61b26ea91f537469
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -0,0 +1,10 @@
{
"name": "chromaprint",
"version-string": "1.5.0",
"description": "C library for generating audio fingerprints used by AcoustID",
"homepage": "https://github.com/acoustid/chromaprint",
"license": "LGPL-2.1-or-later",
"dependencies": [
"ffmpeg"
]
}

View File

@ -1164,6 +1164,10 @@
"baseline": "0.40-4",
"port-version": 0
},
"chromaprint": {
"baseline": "1.5.0",
"port-version": 0
},
"chromium-base": {
"baseline": "86.0.4199.1",
"port-version": 1

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "1f3fe321540c3d87ad63fe85efa5b48bd9c55ac8",
"version-string": "1.5.0",
"port-version": 0
}
]
}