[Lunar-commits] <moonbase-other> libuvc: introduction to -other
v4hn
me at v4hn.de
Sat Oct 12 12:17:32 CEST 2013
commit b11df8a20ebfa6aa66730ee7c6379ef55b4b6d6a
Author: v4hn <me at v4hn.de>
Date: Fri, 04 Oct 2013 13:55:36 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b11df8a20ebfa6aa66730ee7c6379ef55b4b6d6a
libuvc: introduction to -other
---
libs/libuvc/BUILD | +1/-0
libs/libuvc/DEPENDS | +1/-0
libs/libuvc/DETAILS | +15/-0
3 files changed, 17 insertions(+)
--- /dev/null
+++ b/libs/libuvc/BUILD
@@ -0,0 +1 @@
+default_cmake_build
--- /dev/null
+++ b/libs/libuvc/DEPENDS
@@ -0,0 +1 @@
+depends libusb
--- /dev/null
+++ b/libs/libuvc/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libuvc
+ VERSION=v0.0.2
+ SOURCE=$VERSION.tar.gz
+ SOURCE_URL=http://github.com/ktossell/libuvc/archive
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION#v}
+ SOURCE_VFY=sha1:e0d57007715eaf36c5ebeb8d348488984c681041
+ WEB_SITE=http://github.com/ktossell/libuvc
+ ENTERED=20130913
+ UPDATED=20131004
+ SHORT="Library for UVC camera support"
+
+cat << EOF
+This library provides basic access to cameras supporting
+the USB Video Class protocol.
+EOF
More information about the Lunar-commits
mailing list