[libuvc] no absolute paths (#22362)

This commit is contained in:
autoantwort 2022-01-06 05:23:33 +01:00 committed by GitHub
parent bd930a1488
commit 408ffb232c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -27,5 +27,6 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME libuvc CONFIG_PATH lib/cmake/libuvc)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_fixup_pkgconfig()
# Handle copyright # Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{ {
"name": "libuvc", "name": "libuvc",
"version-date": "2020-11-24", "version-date": "2020-11-24",
"port-version": 2, "port-version": 3,
"description": "a cross-platform library for USB video devices", "description": "a cross-platform library for USB video devices",
"homepage": "https://github.com/libuvc/libuvc", "homepage": "https://github.com/libuvc/libuvc",
"supports": "linux", "supports": "linux",

View File

@ -4050,7 +4050,7 @@
}, },
"libuvc": { "libuvc": {
"baseline": "2020-11-24", "baseline": "2020-11-24",
"port-version": 2 "port-version": 3
}, },
"libvmdk": { "libvmdk": {
"baseline": "20200926", "baseline": "20200926",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b254a9fb5aa3fc5d709a3f708d9c3dbb5d0a26bd",
"version-date": "2020-11-24",
"port-version": 3
},
{ {
"git-tree": "79ca2fc9bcce260bf39d630dcac5a2cc2cb7f486", "git-tree": "79ca2fc9bcce260bf39d630dcac5a2cc2cb7f486",
"version-date": "2020-11-24", "version-date": "2020-11-24",