Search Criteria
Package Details: librealsense 2.55.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/librealsense.git (read-only, click to copy) |
---|---|
Package Base: | librealsense |
Description: | Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300). |
Upstream URL: | https://github.com/IntelRealSense/librealsense |
Keywords: | intel realsense |
Licenses: | Apache |
Submitter: | yang |
Maintainer: | buresu |
Last Packager: | buresu |
Votes: | 10 |
Popularity: | 0.21 |
First Submitted: | 2016-02-29 07:35 (UTC) |
Last Updated: | 2025-04-28 14:30 (UTC) |
Dependencies (5)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libusb (libusb-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Required by (7)
- basalt-monado-git (optional)
- monado
- monado (make)
- monado-doc (make)
- monado-git (optional)
- python-pyrealsense2-git
- ros-noetic-realsense2-camera
Sources (6)
- https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.55.1.tar.gz
- https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin
- https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin
- https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.16.0.1.bin
- https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin
- realsense-viewer.desktop
Latest Comments
1 2 3 Next › Last »
aminiallight commented on 2025-05-16 23:17 (UTC)
I'm getting the same issue as PreciousPika:
src/core/frame-interface.h
referencesstd::uint8_t
but the header that type resides with (cstdint
) has not been included.I experimented with changing
pkgver
to the latest beta release (2.56.3) and, after fixing the sha256sum, that version built successfully so I don't think there's any need to take this upstream.Adding
#include <cstdint>
to five different header files fixes the build for the current version. Best thing would probably just be to add a patch file that does exactly that until the next version is out of beta. Here's the patch file I used:PreciousPika commented on 2025-05-10 03:04 (UTC) (edited on 2025-05-10 03:23 (UTC) by PreciousPika)
I'm having issues trying to install a package with this package as a dependency."librealsense" consistently fails to build, citing that CMake removed older version compatibility. It does give an option to append to override this check, but starting the install from yay does not allow you to override the compatibility check as far as I can tell. I'm not extremely experienced with Linux, but am very grateful for any advice or suggestions anyone has. Here's the exact error:
In file included from /home/pika/.cache/yay/librealsense/src/librealsense-2.55.1/src/core/frame-holder.h:5, from /home/pika/.cache/yay/librealsense/src/librealsense-2.55.1/src/core/matcher-factory.cpp:5: /home/pika/.cache/yay/librealsense/src/librealsense-2.55.1/src/core/frame-interface.h:27:19: error: ‘uint8_t’ does not name a type 27 | virtual const uint8_t * get_frame_data() const = 0; | ^
~~ /home/pika/.cache/yay/librealsense/src/librealsense-2.55.1/src/core/frame-interface.h:6:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’ 5 | #include <librealsense2/h/rs_frame.h> +++ |+#include <cstdint> 6 | #include <memory> make[2]: *** [CMakeFiles/realsense2.dir/build.make:79: CMakeFiles/realsense2.dir/src/core/matcher-factory.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1023: CMakeFiles/realsense2.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: librealsense-exit status 4 ==> Making package: monado 25.0.0-1 (Fri 09 May 2025 10:07:16 PM CDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Missing dependencies: -> librealsense ==> ERROR: Could not resolve all dependencies. -> error making: monado-exit status 8 -> Failed to install the following packages. Manual intervention is required: librealsense - exit status 4uchenic commented on 2025-05-08 13:31 (UTC) (edited on 2025-05-08 13:31 (UTC) by uchenic)
ma work if you have compilation errors
lucasl0st commented on 2025-04-04 13:11 (UTC)
Getting following error currently trying to compile with cmake 4.0:
Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 does work
aminiallight commented on 2025-01-01 23:29 (UTC)
I'm unsure if this qualifies as a build issue but I thought I should report it anyway. At the very least maybe others who experience the same thing will find this comment helpful. If you attempt to build this package with your C/C++ compiler set to Clang and without
extra/openmp
installed the build will fail with the following error message, even thoughextra/openmp
is not a formal dependency:Additionally
extra/openmp
must remain installed in order for the library to be used. This occurs because, unlike GCC, the base Clang package does not include the associated OpenMP implementation. Properly fixing this within the Arch dependency system would require adding a new "Provides: openmp" value to bothextra/openmp
andcore/gcc
which this package could then depend upon.Perdu commented on 2024-12-14 19:31 (UTC)
I had the same problem as acmiyaguchi when building monado. Their solution worked. Can this be patched?
dbermond commented on 2024-10-07 18:39 (UTC)
@buresu the 'git' package is missing from makedepends. Package does not build without it:
sambilbow commented on 2023-06-17 09:21 (UTC)
FYI 2.53.1 is the last version that supports the following cameras: R300, T265, T261, L515.
petronny commented on 2023-06-11 04:08 (UTC) (edited on 2023-06-11 04:08 (UTC) by petronny)
Hi,
git
is still needed to clone libcurl:petronny commented on 2023-04-26 06:03 (UTC)
Also, please remove the leading
v
in pkgver. Andglu
should be added as a dependency.1 2 3 Next › Last »