Skip to content

Commit

Permalink
v4l-utils: Version bump to 0.9.3.
Browse files Browse the repository at this point in the history
Adding a BUILD, CONFIGURE and DEPENDS.
  • Loading branch information
stumbles committed Jan 7, 2013
1 parent 2abc966 commit 06b0596
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 5 additions & 3 deletions video/v4l-utils/BUILD
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions video/v4l-utils/CONFIGURE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if module_installed qt4 ; then
mquery QT4 "Enable Qt v4l2?" y "--enable-qv4l2" "--disable-qv4l2"
fi
1 change: 1 addition & 0 deletions video/v4l-utils/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional_depends "%JPEG" "--with-jpeg" "--without-jpeg" "For JPEG support"
6 changes: 3 additions & 3 deletions video/v4l-utils/DETAILS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 06b0596

Please sign in to comment.