mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:49:01 +08:00
[realsense2] Update to 2.34.0 (#11437)
* [realsense2] Update to 2.34.0 * Modify the value of REF from version to commit id Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
parent
9fa44fc4b7
commit
cb388456a2
@ -1,5 +1,5 @@
|
||||
Source: realsense2
|
||||
Version: 2.33.1-1
|
||||
Version: 2.34.0
|
||||
Homepage: https://github.com/IntelRealSense/librealsense
|
||||
Description: Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/common/rs-config.cpp b/common/rs-config.cpp
|
||||
index ff3a757..c9efa1a 100644
|
||||
--- a/common/rs-config.cpp
|
||||
+++ b/common/rs-config.cpp
|
||||
@@ -97,7 +97,7 @@ config_file::config_file(std::string filename)
|
||||
auto j = json::parse(str);
|
||||
for (json::iterator it = j.begin(); it != j.end(); ++it)
|
||||
{
|
||||
- _values[it.key()] = it.value();
|
||||
+ _values[it.key()] = it.value().get<std::string>();
|
||||
}
|
||||
}
|
||||
catch(...)
|
@ -1,13 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO IntelRealSense/librealsense
|
||||
REF 842ee1e1e5c4bb96d63582a7fde061dbc1bebf69#v2.33.1
|
||||
SHA512 70f6f9c2f1c5925532b2ff22779579b3610a7f616d66ac92e8e85c6f30df334bf8fb125355a0706bacef0be8370acc62bb7623f3f200326e71fe53e07726fa6a
|
||||
REF 025fccf76803ee6a6e60de9f18ac6193b7ff8597 #v2.34.0
|
||||
SHA512 c502fba6b3dbb34b0ac0094deef9ffce330faf435bbc7612148fd8ba3d5b380f7990604a67236e7da815c8e6988ae58c17fa597571a2462f75c8f5000007cc0a
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix_openni2.patch
|
||||
fix-dependency-glfw3.patch
|
||||
fix-tools-compile-on-vs2019.patch
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/src/win7/drivers/IntelRealSense_D400_series_win7.inf DESTINATION ${SOURCE_PATH})
|
||||
|
Loading…
Reference in New Issue
Block a user