[Lunar-commits] <moonbase> v4l-utils: v4l-utils is a collection of various video4linux (V4L) and DVB utilities. libv4l is an accompanying collection of libraries that adds a thin abstraction layer on top of video4linux2 (V4L2) devices.
Florin Braescu
florin at lunar-linux.org
Sat Feb 12 18:04:05 CET 2011
commit 31018c247779da4c84ad86819cffc4ef5ca9c847
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Feb 12 19:04:05 2011 +0200
v4l-utils: v4l-utils is a collection of various video4linux (V4L) and
DVB utilities. libv4l is an accompanying collection of libraries that
adds a thin abstraction layer on top of video4linux2 (V4L2) devices.
---
libs/libv4l/CONFLICTS | 1 +
libs/libv4l/DETAILS | 2 +-
video/v4l-utils/BUILD | 7 +++++++
video/v4l-utils/CONFLICTS | 1 +
video/v4l-utils/DETAILS | 15 +++++++++++++++
5 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/libs/libv4l/CONFLICTS b/libs/libv4l/CONFLICTS
new file mode 100644
index 0000000..205a979
--- /dev/null
+++ b/libs/libv4l/CONFLICTS
@@ -0,0 +1 @@
+conflicts v4l-utils
diff --git a/libs/libv4l/DETAILS b/libs/libv4l/DETAILS
index d5c643a..b785287 100644
--- a/libs/libv4l/DETAILS
+++ b/libs/libv4l/DETAILS
@@ -1,7 +1,7 @@
MODULE=libv4l
VERSION=0.6.4
SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_URL[0]=$MIRROR_URL
+ SOURCE_URL=$MIRROR_URL
SOURCE_VFY=sha1:6fc2c490fb14a109e25745cf2df226bbddda8b0c
WEB_SITE=http://hansdegoede.livejournal.com/3636.html
ENTERED=20090913
diff --git a/video/v4l-utils/BUILD b/video/v4l-utils/BUILD
new file mode 100644
index 0000000..7bca3fa
--- /dev/null
+++ b/video/v4l-utils/BUILD
@@ -0,0 +1,7 @@
+(
+
+ make PREFIX=/usr &&
+ prepare_install &&
+ make install PREFIX=/usr
+
+) > $C_FIFO 2>&1
diff --git a/video/v4l-utils/CONFLICTS b/video/v4l-utils/CONFLICTS
new file mode 100644
index 0000000..9250c85
--- /dev/null
+++ b/video/v4l-utils/CONFLICTS
@@ -0,0 +1 @@
+conflicts libv4l
diff --git a/video/v4l-utils/DETAILS b/video/v4l-utils/DETAILS
new file mode 100644
index 0000000..d81a733
--- /dev/null
+++ b/video/v4l-utils/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=v4l-utils
+ VERSION=0.8.3
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://linuxtv.org/downloads/$MODULE
+ SOURCE_VFY=sha1:3038abd92670b66ec89a6deacdd338d1529525b4
+ WEB_SITE=http://hansdegoede.livejournal.com/3636.html
+ ENTERED=20110212
+ UPDATED=20110212
+ SHORT="thin abstraction layer on top of video4linux2 devices"
+
+cat << EOF
+v4l-utils is a collection of various video4linux (V4L) and DVB utilities.
+libv4l is an accompanying collection of libraries that adds a thin abstraction
+layer on top of video4linux2 (V4L2) devices.
+EOF
More information about the Lunar-commits
mailing list