Search Criteria
Package Details: libsurvive-git 2207.d939c24-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libsurvive-git.git (read-only, click to copy) |
---|---|
Package Base: | libsurvive-git |
Description: | Open-Source tool for working with lighthouse-based tracking data, including support for the HTC Vive, Vive Pro and Valve Index. |
Upstream URL: | https://github.com/cntools/libsurvive |
Licenses: | MIT |
Conflicts: | libsurvive |
Provides: | libsurvive |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-08 00:06 (UTC) |
Last Updated: | 2022-04-13 00:46 (UTC) |
Dependencies (9)
- eigen (eigen-git)
- hidapi (hidapi-git)
- libpcap (libpcap-git)
- libusb (libusb-git)
- xr-hardware (xr-hardware-git)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Required by (4)
- monado (requires libsurvive)
- monado (requires libsurvive) (make)
- monado-doc (requires libsurvive) (make)
- monado-git (optional)
Latest Comments
haagch commented on 2021-04-06 09:01 (UTC)
@s-ol The xr-hardware (xr-hardware-git) dependency should take care of the udev rules. If those are missing some USB device we need to add them to xr-hardware.
I know we have missed something in the past because we had the rules shipped by the steam package installed /usr/lib/udev/rules.d/70-steam-vr.rules that has the rules for all the Vive/Index devices.
s-ol commented on 2021-04-06 08:15 (UTC)
Unlike
libsurvive
proper, this doesn't currently install the udev rules as per the "Getting Started" guide. I think that would be a good addition:dbermond commented on 2021-02-16 03:25 (UTC)
@haagch Thank you. If you build the package in a clean chroot with devtools (as Arch Linux packagers do with repository packages), you will see the namcap message indicating libusb as a missing dependency.
haagch commented on 2021-02-16 03:14 (UTC)
Interesting, namcap isn't showing libusb here. Still added it because I guess it really is a dependency.
dbermond commented on 2021-02-16 00:30 (UTC)
@haagch 'libusb' is missing on depends. Without libusb installed, the package will not even compile, showing this error: ../src/driver_vive.h:14:10: fatal error: libusb-1.0/libusb.h: No such file or directory../src/driver_vive.h:14:10: fatal error: libusb-1.0/libusb.h: No such file or directory
And namcap output shows that libusb is needed at runtime: libsurvive-git E: Dependency libusb detected and not included (libraries ['usr/lib/libusb-1.0.so.0'] needed in files ['usr/lib/libsurvive/plugins/driver_vive.so'])
Please add libusb to depends.
Note: ignore my previous comment, it was for your other package and was wrongly place here. I deleted it.