[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: v4l-utils: Update to 1.12.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: gnu: v4l-utils: Update to 1.12.3. |
Date: |
Mon, 17 Apr 2017 13:16:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4ca077d5729ba172c641fe19a27db8a1977c7be0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 17 14:31:39 2017 +0200
gnu: v4l-utils: Update to 1.12.3.
* gnu/packages/video.scm (v4l-utils): Update to 1.12.3.
[native-inputs]: Add perl.
---
gnu/packages/video.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 84400f4..87c9de3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1492,14 +1492,14 @@ tools, XML authoring components, and an extensible
plug-in based API.")
(define-public v4l-utils
(package
(name "v4l-utils")
- (version "1.10.1")
+ (version "1.12.3")
(source (origin
(method url-fetch)
(uri (string-append "https://linuxtv.org/downloads/v4l-utils"
"/v4l-utils-" version ".tar.bz2"))
(sha256
(base32
- "1h1nhg5cmmzlbipak526nk4bm6d0yb217mll75f3rpg7kz1cqiv1"))))
+ "0vpl3jl0x441y7b5cn7zhdsyi954hp9h2p30jhnr1zkx1rpxsiss"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
@@ -1508,7 +1508,8 @@ tools, XML authoring components, and an extensible
plug-in based API.")
"/lib/udev")
"CXXFLAGS=-std=gnu++11")))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("perl" ,perl)
+ ("pkg-config" ,pkg-config)))
(inputs
`(("alsa-lib" ,alsa-lib)
("glu" ,glu)