[Lunar-commits] <moonbase> libv4l: Adding to moonbase, it will be an optional_depends for kdenetwork4.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Sep 13 12:49:41 CEST 2009
commit 3e58edc4f5306df01db8ad2e3338dc7983b1c1f6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Sep 13 06:49:41 2009 -0400
libv4l: Adding to moonbase, it will be an optional_depends for kdenetwork4.
---
libs/libv4l/BUILD | 7 +++++++
libs/libv4l/DETAILS | 22 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/libs/libv4l/BUILD b/libs/libv4l/BUILD
new file mode 100644
index 0000000..36c8b6c
--- /dev/null
+++ b/libs/libv4l/BUILD
@@ -0,0 +1,7 @@
+(
+
+ make &&
+ prepare_install &&
+ make install PREFIX=/usr
+
+) > $C_FIFO 2>&1
diff --git a/libs/libv4l/DETAILS b/libs/libv4l/DETAILS
new file mode 100644
index 0000000..03df9ce
--- /dev/null
+++ b/libs/libv4l/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=libv4l
+ VERSION=0.6.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL[0]=http://people.atrpms.net/~hdegoede/
+ SOURCE_VFY=sha1:8ce2d9dcf1413b38e6b3a01fcea6b035d1dd3f51
+ WEB_SITE=http://hansdegoede.livejournal.com/3636.html
+ ENTERED=20090913
+ UPDATED=20090913
+ SHORT="thin abstraction layer on top of video4linux2 devices"
+
+cat << EOF
+libv4l is a collection of libraries that adds a thin abstraction layer on top of
+video4linux2 (V4L2) devices. The purpose of this layer is to make it easy for
+application writers to support a wide variety of devices without having to write
+separate code for different devices in the same class. It consists of 3 different
+libraries. libv4lconvert offers functions to convert from any (known) pixel
+format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the
+(deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for
+those devices supporting v4l1 compatibility (which many v4l2 drivers do not).
+libv4l2 offers the v4l2 API on top of v4l2 devices, while adding support for the
+application transparent libv4lconvert conversion where necessary.
+EOF
More information about the Lunar-commits
mailing list