Search Criteria
Package Details: librealsense 2.56.5-1
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: | 11 |
| Popularity: | 0.45 |
| First Submitted: | 2016-02-29 07:35 (UTC) |
| Last Updated: | 2025-09-27 16:42 (UTC) |
Dependencies (6)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libusb (libusb-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (9)
- basalt-monado-git (optional)
- monado
- monado (make)
- monado-doc (make)
- monado-dreieck-git
- monado-git (optional)
- monado-multilib-git (optional)
- python-pyrealsense2-git
- ros-noetic-realsense2-camera
Sources (5)
- https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.56.5.tar.gz
- https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin
- https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.17.0.10.bin
- https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin
- realsense-viewer.desktop
Latest Comments
1 2 3 4 5 Next › Last »
cprn commented on 2026-06-05 15:10 (UTC)
@Givo isn't it solved by
-fno-char8_tinCFLAGS?Givo commented on 2026-05-29 02:12 (UTC)
I'm having a problem building this package and it's being built when I install monado as it is a dependency with the output:
I'm not quite sure how to go about fixing this as it seems to be a problem with the package itself and while I feel like I should report this to upstream they don't seem to have instructions for building on arch so I don't know if they'd be inclined to fix it
cprn commented on 2026-05-25 06:09 (UTC) (edited on 2026-05-25 06:13 (UTC) by cprn)
Hi. I just hit 2 issues.
cnmatrix(OpenBLAS). Same fix (below).AFAIU
-Iflags introduced bypkgconfwould run as a fallback only, and solve for anycblasalternative, not only OpenBLAS.-fno-char8_t.With this one, I'm not sure if it can be safely added to PKGBUILD for everyone... GCC 7 or earlier doesn't know what
char8_tis, though modern systems use GCC 11+ (or Clang 13+).Obviously, in perfect world it should be solved upstream, but I don't believe it will, hence, a humble request to fix in the PKGBUILD here. Can be combined in one fix at the beginning of
build():Wunderburst commented on 2026-05-06 13:13 (UTC) (edited on 2026-05-06 13:15 (UTC) by Wunderburst)
Was failing to build with GCC 16. Fix is to modify the start of the build() function:
MrJellimann commented on 2025-06-17 18:08 (UTC) (edited on 2025-06-17 18:08 (UTC) by MrJellimann)
Package fails to build because of a missing include in the 'master' branch. 'Development' branch has the missing "#include <cstdint>" necessary to resolve the following error:
queenbiscuit311 commented on 2025-06-01 10:07 (UTC)
@aminiallight Lifesaver, thanks!
PreciousPika commented on 2025-05-31 18:59 (UTC)
@aminiallight Thank you so much!
aminiallight commented on 2025-05-30 22:33 (UTC)
@PreciousPika Hi, sorry about the delay. The command I added to the
prepare()function is as follows:I placed that after the first command (
cd) and before the second command (mkdir). There's probably a better way to phrase this but it gets the job done.raith commented on 2025-05-28 20:48 (UTC)
Building this package in a clean chroot environment fails as follows:
Adding
gittomakedependsfixes this problem.PreciousPika commented on 2025-05-26 01:05 (UTC)
@aminiallight Hey, I'm a linux beginner after having switched from Windows due to the inclusion of "features" I don't like, how would I use this patch file to fix the build step? I experimented with the steps found on the ArchLinux's wiki, and managed to add the patch file to the source array, but am stumped on the step after adding the Patch file to the prepare() function, since the provided patch file text uses directories 'a' and 'b', and I am unsure what changes to make so that the prepare function properly reads the file's locations and makes the changes needed. If anyone else knows how to do this as well, I'm all ears. Thank you for your time!
1 2 3 4 5 Next › Last »