[Lunar-commits] <moonbase> libv4l: Moving to zdeprecated.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Apr 19 20:16:37 CEST 2011


commit 690a49664b6774fe7873f60c09d0b1ec3d37b1f3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Apr 19 14:16:37 2011 -0400

    libv4l: Moving to zdeprecated.
---
 libs/libv4l/BUILD            |    7 -------
 libs/libv4l/CONFLICTS        |    1 -
 libs/libv4l/DETAILS          |   22 ----------------------
 zdeprecated/libv4l/BUILD     |    7 +++++++
 zdeprecated/libv4l/CONFLICTS |    1 +
 zdeprecated/libv4l/DETAILS   |   22 ++++++++++++++++++++++
 6 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/libs/libv4l/BUILD b/libs/libv4l/BUILD
deleted file mode 100644
index 7bca3fa..0000000
--- a/libs/libv4l/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-  make PREFIX=/usr  &&
-  prepare_install   &&
-  make install PREFIX=/usr
-
-) > $C_FIFO 2>&1
diff --git a/libs/libv4l/CONFLICTS b/libs/libv4l/CONFLICTS
deleted file mode 100644
index 205a979..0000000
--- a/libs/libv4l/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts v4l-utils
diff --git a/libs/libv4l/DETAILS b/libs/libv4l/DETAILS
deleted file mode 100644
index efb687c..0000000
--- a/libs/libv4l/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
-       MODULE=libv4l
-      VERSION=0.6.4
-       SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=$MIRROR_URL
-   SOURCE_VFY=sha1:6fc2c490fb14a109e25745cf2df226bbddda8b0c
-     WEB_SITE=http://hansdegoede.livejournal.com/3636.html
-      ENTERED=20090913
-      UPDATED=20100218
-        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
diff --git a/zdeprecated/libv4l/BUILD b/zdeprecated/libv4l/BUILD
new file mode 100644
index 0000000..7bca3fa
--- /dev/null
+++ b/zdeprecated/libv4l/BUILD
@@ -0,0 +1,7 @@
+(
+
+  make PREFIX=/usr  &&
+  prepare_install   &&
+  make install PREFIX=/usr
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/libv4l/CONFLICTS b/zdeprecated/libv4l/CONFLICTS
new file mode 100644
index 0000000..205a979
--- /dev/null
+++ b/zdeprecated/libv4l/CONFLICTS
@@ -0,0 +1 @@
+conflicts v4l-utils
diff --git a/zdeprecated/libv4l/DETAILS b/zdeprecated/libv4l/DETAILS
new file mode 100644
index 0000000..efb687c
--- /dev/null
+++ b/zdeprecated/libv4l/DETAILS
@@ -0,0 +1,22 @@
+       MODULE=libv4l
+      VERSION=0.6.4
+       SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL=$MIRROR_URL
+   SOURCE_VFY=sha1:6fc2c490fb14a109e25745cf2df226bbddda8b0c
+     WEB_SITE=http://hansdegoede.livejournal.com/3636.html
+      ENTERED=20090913
+      UPDATED=20100218
+        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