Search Criteria
Package Details: libuvc 0.0.7-2
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: | 30 |
Popularity: | 0.81 |
First Submitted: | 2018-04-05 21:37 (UTC) |
Last Updated: | 2023-05-15 16:45 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libusb (libusb-gitAUR)
- cmake (cmake-gitAUR) (make)
Required by (12)
- arcan-git
- basalt-monado-git
- monado
- monado (make)
- monado-doc (make)
- monado-git (optional)
- osvr-core-git
- pangolin-git (optional)
- webcamoid (make)
- webcamoid (optional)
- webcamoid-git (make)
- webcamoid-git (optional)
Latest Comments
arenm commented on 2024-09-08 16:52 (UTC)
It looks like the source code has moved to https://github.com/libuvc/libuvc and the upstream url is now https://libuvc.github.io/libuvc/
de-vries commented on 2023-05-15 16:45 (UTC)
Added the staticlibs option. Thanks!
pix3l commented on 2023-05-14 20:37 (UTC)
staticlibs are built and referenced by cmake file, by deleted during package. staticlibs option is needed, otherwise cmake projects will fail (like osvr-core-git below)
de-vries commented on 2022-09-30 14:54 (UTC)
Added aarch64 :)
petaramesh commented on 2022-09-30 14:05 (UTC)
Hi, Could you please add 'aarch64' to the supported architectures in PKGBUILD, as it compiles and works fine there ? Thanks in advance.
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>