Search Criteria
Package Details: librealsense-git v2.38.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/librealsense-git.git (read-only, click to copy) |
---|---|
Package Base: | librealsense-git |
Description: | Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) |
Upstream URL: | https://github.com/IntelRealSense/librealsense |
Licenses: | Apache |
Conflicts: | librealsense |
Provides: | librealsense |
Submitter: | otaj |
Maintainer: | zhou13 |
Last Packager: | zhou13 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-18 07:52 (UTC) |
Last Updated: | 2020-09-27 02:12 (UTC) |
Dependencies (7)
- glfw-x11 (glfw-gitAUR, glfw)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libusb (libusb-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
Required by (7)
- basalt-monado-git (requires librealsense) (optional)
- monado (requires librealsense)
- monado (requires librealsense) (make)
- monado-doc (requires librealsense) (make)
- monado-git (requires librealsense) (optional)
- python-pyrealsense2-git (requires librealsense)
- ros-noetic-realsense2-camera (requires librealsense)
Latest Comments
1 2 Next › Last »
dreieck commented on 2024-06-04 14:35 (UTC)
Please strip off the leading
v
from the package version generated bypkgver()
as required by the Arch Linux VCS packaging guidelines.Regards and thanks for maintaining!
zhou13 commented on 2020-09-27 02:12 (UTC)
It should be fixed now.
nikisalli commented on 2020-09-27 00:27 (UTC)
the current version does not build; appending the -f flag at the rm at line 50 worked for me
lubosz commented on 2020-09-25 09:31 (UTC) (edited on 2020-09-25 09:31 (UTC) by lubosz)
The build currently fails with:
The problem is how the python package is split out.
This patch solves it for me:
otaj commented on 2020-03-14 11:25 (UTC)
Package disowned
zhou13 commented on 2020-03-14 08:27 (UTC)
I am glad to maintain this package. Feel free to orphan it.
otaj commented on 2020-03-12 08:50 (UTC)
You can change the PKGBUILD for yourself. I generally don't like building examples in provided PKGBUILDs, because it can clutter the package (17M with examples vs 12M without).
However, I switched jobs since I created this package and don't have access to realsense sensor anymore, so if anyone wants to maintain this package, that would be great.
zhou13 commented on 2020-03-12 06:16 (UTC)
Could you add DBUILD_EXAMPLES=true? Those examples are useful for everyday work.
otaj commented on 2020-02-27 09:23 (UTC) (edited on 2020-03-12 08:50 (UTC) by otaj)
Do you have another Python version installed? I just built it in clean chroot without any problems. On the other hand, when I tried to rebuild it after I installed python37 before, it picked up Python3.7 first.
jerry73204 commented on 2020-02-26 17:17 (UTC)
It failed to build on my laptop due to wrong Python version. Please include this patch to fix this issue.
To include it in PKGBUILD,
1 2 Next › Last »