Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (36765b821adbc7ccf6e189199dc98d5d4eb34fc8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (36765b821adbc7ccf6e189199dc98d5d4eb34fc8)
  • Date: Mon, 20 Jul 2020 20:43:38 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

video/v4l-utils/DEPENDS | 6 ++++--
video/v4l-utils/DETAILS | 1 +
video/v4l-utils/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 36765b821adbc7ccf6e189199dc98d5d4eb34fc8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

v4l-utils: Fix disabling of QT tools

diff --git a/video/v4l-utils/DEPENDS b/video/v4l-utils/DEPENDS
index e4b4efc..7cee3a8 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 6dd48b5..d6c2345 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 bb9e226..0b90a06 100644
--- a/video/v4l-utils/HISTORY
+++ b/video/v4l-utils/HISTORY
@@ -1,3 +1,7 @@
+2020-07-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed disabling of QT tools
+ * DETAILS: PATCHLEVEL++
+
2020-07-09 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD,
patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch:



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (36765b821adbc7ccf6e189199dc98d5d4eb34fc8), Ismael Luceno, 07/20/2020

Archive powered by MHonArc 2.6.24.

Top of Page