[stella-cv-fbow] Fix package name (#48904)

This commit is contained in:
TLescoatTFX
2025-12-17 22:18:51 +01:00
committed by GitHub
parent 9bceb15e3d
commit 3efb786658
4 changed files with 10 additions and 2 deletions

View File

@@ -17,7 +17,9 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/fbow)
vcpkg_cmake_config_fixup(
CONFIG_PATH share/cmake/fbow
PACKAGE_NAME fbow)
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

View File

@@ -1,6 +1,7 @@
{
"name": "stella-cv-fbow",
"version": "0.0.1",
"port-version": 1,
"description": "This is a modified version of the original Fast Bag of Words by @rmsalinas.",
"homepage": "https://github.com/stella-cv/FBoW",
"license": "MIT",

View File

@@ -9454,7 +9454,7 @@
},
"stella-cv-fbow": {
"baseline": "0.0.1",
"port-version": 0
"port-version": 1
},
"stftpitchshift": {
"baseline": "1.4.1",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2825c86e60eb70b58ab68c4105a5142a28c0b479",
"version": "0.0.1",
"port-version": 1
},
{
"git-tree": "c20434a432aa792b77f7951c9d65c2f0d660a62b",
"version": "0.0.1",