[Lunar-commits] <moonbase-other> v4l-utils: Version bump to 0.9.3.
stumbles
stumbles at lunar-linux.org
Mon Jan 7 21:45:02 CET 2013
commit 06b05968e30f211ec0c518886ee4ce601ed68f94
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 07 Jan 2013 12:45:02 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/06b05968e30f211ec0c518886ee4ce601ed68f94
v4l-utils: Version bump to 0.9.3.
Adding a BUILD, CONFIGURE and DEPENDS.
---
video/v4l-utils/BUILD | +5/-3
video/v4l-utils/CONFIGURE | +3/-0
video/v4l-utils/DEPENDS | +1/-0
video/v4l-utils/DETAILS | +3/-3
4 files changed, 12 insertions(+), 6 deletions(-)
--- a/video/v4l-utils/BUILD
+++ b/video/v4l-utils/BUILD
@@ -1,7 +1,9 @@
(
- make PREFIX=/usr &&
- prepare_install &&
- make install PREFIX=/usr
+ if in_depends $MODULE systemd ; then
+ OPTS+=" --with-udevdir=/usr/lib/udev"
+ fi &&
+
+ default_build
) > $C_FIFO 2>&1
--- /dev/null
+++ b/video/v4l-utils/CONFIGURE
@@ -0,0 +1,3 @@
+if module_installed qt4 ; then
+ mquery QT4 "Enable Qt v4l2?" y "--enable-qv4l2" "--disable-qv4l2"
+fi
--- /dev/null
+++ b/video/v4l-utils/DEPENDS
@@ -0,0 +1 @@
+optional_depends "%JPEG" "--with-jpeg" "--without-jpeg" "For JPEG support"
--- a/video/v4l-utils/DETAILS
+++ b/video/v4l-utils/DETAILS
@@ -1,11 +1,11 @@
MODULE=v4l-utils
- VERSION=0.8.9
+ VERSION=0.9.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://linuxtv.org/downloads/$MODULE
- SOURCE_VFY=sha169142f5fc9249747a80277e38817de1e4f5174f7
+ SOURCE_VFY=sha1:25dc110f8a9da64a24af4ca760d36b3307946628
WEB_SITE=http://hansdegoede.livejournal.com/3636.html
ENTERED=20110212
- UPDATED=20121105
+ UPDATED=20130107
SHORT="thin abstraction layer on top of video4linux2 devices"
cat << EOF
More information about the Lunar-commits
mailing list