[realsense2] Update to 2.50.0 (#22416)

* Update realsense2

* Update versions

* strega-nil CRs

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
Akash 2022-01-11 14:50:36 -08:00 committed by GitHub
parent 03d1a43303
commit d1d48ccffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 27 deletions

View File

@ -1,13 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16ced1b..ef1b158 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,7 @@ include(CMake/install_config.cmake)
add_subdirectory(wrappers)
if (BUILD_EXAMPLES AND BUILD_GLSL_EXTENSIONS)
- find_package(glfw3 3.3 QUIET)
+ find_package(glfw3 CONFIG REQUIRED)
if(NOT TARGET glfw)
message(STATUS "GLFW 3.3 not found; using internal version")
set(GLFW_INSTALL ON CACHE BOOL "" FORCE)

View File

@ -1,12 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO IntelRealSense/librealsense
REF e9f05c55f88f6876633bd59fd1cb3848da64b699 #v2.49.0
SHA512 dfd7012eb96f7d4a8054c8cc1141cd2c743255b7783d16565e02b2c688ea9d81cd61f3824f999c2c9d4ed1f44b3866b5bd399fab376ba8f16369989bda4bda85
REF v2.50.0
SHA512 ede964a5d5d7c70ff69b9d19e72ed2572f6d28c922cccae6d805ce72115b9d09d3b57d83163192aacc45856fe145d745472df4ca0053a41c65c175434709e3f0
HEAD_REF master
PATCHES
fix_openni2.patch
fix-dependency-glfw3.patch
fix_config_osx.patch
)
@ -57,8 +56,7 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
if(BUILD_TOOLS)
set(TOOL_NAMES)
list(APPEND TOOL_NAMES rs-convert rs-enumerate-devices rs-fw-logger rs-fw-update rs-record rs-terminal)
set(TOOL_NAMES rs-convert rs-embed rs-enumerate-devices rs-fw-logger rs-fw-update rs-record rs-terminal)
vcpkg_copy_tools(TOOL_NAMES ${TOOL_NAMES} AUTO_CLEAN)
endif()

View File

@ -1,7 +1,6 @@
{
"name": "realsense2",
"version": "2.49.0",
"port-version": 3,
"version": "2.50.0",
"description": "Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).",
"homepage": "https://github.com/IntelRealSense/librealsense",
"dependencies": [
@ -29,11 +28,7 @@
"description": "Build Intel® RealSense™ T265 device"
},
"tools": {
"description": "Build Intel® RealSense™ tools",
"dependencies": [
"glfw3",
"opengl"
]
"description": "Build Intel® RealSense™ tools"
}
}
}

View File

@ -6005,8 +6005,8 @@
"port-version": 2
},
"realsense2": {
"baseline": "2.49.0",
"port-version": 3
"baseline": "2.50.0",
"port-version": 0
},
"recast": {
"baseline": "1.5.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "310025edf50886cce00c7864f6f21d1eda53b51b",
"version": "2.50.0",
"port-version": 0
},
{
"git-tree": "23387c9d073a3e686615bd5c9da9dbf81ae6406d",
"version": "2.49.0",