Search Criteria
Package Details: libuvc-git 0.0.6.r6.g77b43d6-1
Git Clone URL: | https://aur.archlinux.org/libuvc-git.git (read-only, click to copy) |
---|---|
Package Base: | libuvc-git |
Description: | a cross-platform library for USB video devices |
Upstream URL: | https://int80k.com/libuvc/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | de-vries |
Maintainer: | de-vries |
Last Packager: | de-vries |
Votes: | 7 |
Popularity: | 0.115441 |
First Submitted: | 2015-11-04 11:22 |
Last Updated: | 2017-10-23 21:30 |
Dependencies (4)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libusb (libusb-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (7)
- monado-git (requires libuvc) (optional)
- osvr-core-git (requires libuvc)
- pangolin-git (requires libuvc) (optional)
- webcamoid (requires libuvc) (optional)
- webcamoid (requires libuvc) (make)
- webcamoid-git (requires libuvc) (make)
- webcamoid-git (requires libuvc) (optional)
Latest Comments
de-vries commented on 2018-04-05 21:37
Anyway, added it now: https://aur.archlinux.org/packages/libuvc/
de-vries commented on 2018-04-05 21:31
I believe there was a libuvc on the previous AUR that didn't work for me. That's why I added libuvc-git. I migrated all my old packages to the new AUR I think, but apparently whoever maintained libuvc didn't.
Then again, maybe I completely misremembered the events. Maybe I pulled this from the old AUR and put it on the new one... There was something with the old AUR anyway.
lubosz commented on 2017-12-29 11:13
Why is there no regular libuvc package? Which package does provide libuvc?
de-vries commented on 2017-10-23 21:30
Thanks, fixed.
hipersayan_x commented on 2017-10-22 19:48
Hi, replace the line
cmake "${srcdir}/libuvc" -DCMAKE_INSTALL_PREFIX=/usr
with
cmake "${srcdir}/libuvc" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib
or it gonna kill / file system, it replace /usr/lib64 symlink with a real folder.