summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorIsmael Luceno2020-07-20 22:46:03 +0200
committerIsmael Luceno2020-07-20 22:46:03 +0200
commit36765b821adbc7ccf6e189199dc98d5d4eb34fc8 (patch)
treecdcadefc8acab4f35d05bd8b7779743fab36ada1 /video
parentc48d9e1bedfe06612235b17bc0ef9df0af94c280 (diff)
v4l-utils: Fix disabling of QT tools
Diffstat (limited to 'video')
-rwxr-xr-xvideo/v4l-utils/DEPENDS6
-rwxr-xr-xvideo/v4l-utils/DETAILS1
-rw-r--r--video/v4l-utils/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/video/v4l-utils/DEPENDS b/video/v4l-utils/DEPENDS
index e4b4efc96e..7cee3a823a 100755
--- a/video/v4l-utils/DEPENDS
+++ b/video/v4l-utils/DEPENDS
@@ -12,7 +12,9 @@ esac &&
optional_depends GETTEXT '' '--disable-nls' 'NLS support' &&
optional_depends alsa-lib '' '' 'ALSA support' &&
optional_depends JPEG '' '--without-jpeg' 'JPEG support' &&
-optional_depends qtbase '--enable-qv4l2' '' 'qt5 support' &&
-optional_depends qt4 '--enable-qv4l2' '' 'qt4 support' &&
+optional_depends qtbase \
+ '--enable-qv4l2 --enable-qvidcap' \
+ '--disable-qv4l2 --disable-qvidcap' \
+ 'qt5 support' &&
optional_depends DEVICE-MANAGER '' '' 'UDEV support' &&
optional_depends sdl2 '' '' 'SDL2 support'
diff --git a/video/v4l-utils/DETAILS b/video/v4l-utils/DETAILS
index 6dd48b54a9..d6c23450dc 100755
--- a/video/v4l-utils/DETAILS
+++ b/video/v4l-utils/DETAILS
@@ -1,5 +1,6 @@
SPELL=v4l-utils
VERSION=1.20.0
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://linuxtv.org/downloads/$SPELL/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/video/v4l-utils/HISTORY b/video/v4l-utils/HISTORY
index bb9e22637e..0b90a06f7f 100644
--- a/video/v4l-utils/HISTORY
+++ b/video/v4l-utils/HISTORY
@@ -1,3 +1,7 @@
+2020-07-20 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Fixed disabling of QT tools
+ * DETAILS: PATCHLEVEL++
+
2020-07-09 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD,
patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch: