mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH] v4l-utils: version bump 1.10.0 -> 1.12.2
Date: Tue, 31 Jan 2017 16:16:51 +0100	[thread overview]
Message-ID: <20170131151651.16014-1-p.zabel@pengutronix.de> (raw)

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/v4l-utils.in   | 16 +++++++++++++---
 rules/v4l-utils.make | 19 +++++++++++++++----
 2 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in
index 04347905c..b29a3c2b9 100644
--- a/rules/v4l-utils.in
+++ b/rules/v4l-utils.in
@@ -3,8 +3,8 @@
 menuconfig V4L_UTILS
 	tristate
 	prompt "v4l-utils                     "
-	select UDEV		if V4L_UTILS_MEDIACTL
-	select UDEV_LIBUDEV	if V4L_UTILS_MEDIACTL
+	select UDEV
+	select UDEV_LIBUDEV
 	select LIBC_DL		if V4L_UTILS_LIBV4L2 || V4L_UTILS_MEDIACTL
 	select LIBC_RT		if V4L_UTILS_LIBV4LCONVERT || V4L_UTILS_MEDIACTL
 	select LIBC_M		if V4L_UTILS_LIBV4LCONVERT
@@ -49,6 +49,16 @@ config V4L_UTILS_V4L2CTL
 	select V4L_UTILS_LIBV4L2
 	prompt "install v4l-ctl"
 
-endif
+config V4L_UTILS_CECCTL
+	bool
+	prompt "install cec-ctl"
+
+config V4L_UTILS_CECCOMPLIANCE
+	bool
+	prompt "install cec-compliance"
 
+config V4L_UTILS_CECFOLLOWER"
+	bool
+	prompt "install cec-follower"
 
+endif
diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index 4580a6ee9..5c94fdd01 100644
--- a/rules/v4l-utils.make
+++ b/rules/v4l-utils.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_V4L_UTILS) += v4l-utils
 #
 # Paths and names
 #
-V4L_UTILS_VERSION	:= 1.10.0
-V4L_UTILS_MD5		:= 945a38979138997e805828a4a53e53ec
+V4L_UTILS_VERSION	:= 1.12.2
+V4L_UTILS_MD5		:= 13a3fde0f30bca32bc4e55fb371174ba
 V4L_UTILS		:= v4l-utils-$(V4L_UTILS_VERSION)
 V4L_UTILS_SUFFIX	:= tar.bz2
 V4L_UTILS_URL		:= http://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
@@ -38,8 +38,7 @@ V4L_UTILS_CONF_OPT	:= \
 	--enable-libv4l \
 	--enable-v4l-utils \
 	--disable-qv4l2 \
-	--$(call ptx/wwo, PTXCONF_V4L_UTILS_LIBV4LCONVERT)-jpeg \
-	--$(call ptx/wwo, PTXCONF_V4L_UTILS_MEDIACTL)-libudev
+	--$(call ptx/wwo, PTXCONF_V4L_UTILS_LIBV4LCONVERT)-jpeg
 
 # ----------------------------------------------------------------------------
 # Target-Install
@@ -82,6 +81,18 @@ ifdef PTXCONF_V4L_UTILS_V4L2CTL
 	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-ctl)
 endif
 
+ifdef PTXCONF_V4L_UTILS_CECCTL
+	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/cec-ctl)
+endif
+
+ifdef PTXCONF_V4L_UTILS_CECCOMPLIANCE
+	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/cec-compliance)
+endif
+
+ifdef PTXCONF_V4L_UTILS_CECFOLLOWER
+	@$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/cec-follower)
+endif
+
 	@$(call install_finish, v4l-utils)
 
 	@$(call touch)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2017-01-31 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 15:16 Philipp Zabel [this message]
2017-02-08 15:56 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170131151651.16014-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox