Search Criteria
Package Details: libuvc 0.0.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libuvc.git (read-only, click to copy) |
---|---|
Package Base: | libuvc |
Description: | a cross-platform library for USB video devices |
Upstream URL: | https://int80k.com/libuvc/ |
Licenses: | BSD |
Submitter: | de-vries |
Maintainer: | de-vries |
Last Packager: | de-vries |
Votes: | 20 |
Popularity: | 0.016138 |
First Submitted: | 2018-04-05 21:37 (UTC) |
Last Updated: | 2018-04-05 21:37 (UTC) |
Dependencies (3)
- libjpeg (libjpeg-turbo-minimal-git, mozjpeg-git, mozjpeg, libjpeg-turbo-git, libjpeg-turbo)
- libusb (libusb-git)
- cmake (cmake-git) (make)
Required by (11)
- basalt-monado-git
- monado (make)
- monado
- monado-doc (make)
- monado-git (optional)
- osvr-core-git
- pangolin-git (optional)
- webcamoid (make)
- webcamoid (optional)
- webcamoid-git (make)
- webcamoid-git (optional)
Latest Comments
ecloud commented on 2021-09-23 06:57 (UTC)
My system has ninja installed, therefore cmake prefers to generate a ninja file instead of a makefile. But the PKGBUILD assumes you will use make! So either you need to detect that I guess, or else add this cmake argument: -G"Unix Makefiles"... that worked for me.
EndlessEden commented on 2021-08-20 19:56 (UTC) (edited on 2021-08-20 20:04 (UTC) by EndlessEden)
please add "-DCMAKE_BUILD_TARGET=Both" to PKGBUILD. as its currently only building Shared Libraries.
de-vries commented on 2020-04-20 11:35 (UTC)
The package builds fine in a clean chroot. Whatever required you to make that change is probably caused by something non-standard in your environment.
help_withfix commented on 2020-04-20 02:44 (UTC) (edited on 2020-04-20 02:45 (UTC) by help_withfix)
There is one problem with libusb headers. How to fix: change 14 line in this file libuvc/src/libuvc-0.0.6/include/libuvc/libuvc_internal.h where libusb included from #include <libusb> to #incude <libusb-1.0/libusb.h>