Search Criteria
Package Details: libuvc 0.0.7-4
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://libuvc.github.io/libuvc/ |
| Licenses: | BSD-3-Clause |
| Submitter: | de-vries |
| Maintainer: | buzo |
| Last Packager: | buzo |
| Votes: | 34 |
| Popularity: | 0.73 |
| First Submitted: | 2018-04-05 21:37 (UTC) |
| Last Updated: | 2026-07-12 14:11 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libusb (libusb-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Required by (13)
- arcan-git
- basalt-monado-git
- monado
- monado (make)
- monado-doc (make)
- monado-dreieck-git
- monado-git (optional)
- monado-multilib-git (optional)
- pangolin-git (optional)
- webcamoid (make)
- webcamoid (optional)
- webcamoid-git (make)
- webcamoid-git (optional)
Latest Comments
« First ‹ Previous 1 2
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>
« First ‹ Previous 1 2