[PATCH] gnu: v4l-utils: Update to 1.20.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227171654.24558-1-vincent.legoll@gmail.com
* gnu/packages/video.scm (v4l-utils): Update to 1.20.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d2330aaeeb..c369e9ece2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3015,14 +3015,14 @@ tools, XML authoring components, and an extensible plug-in based API.")
(define-public v4l-utils
(package
(name "v4l-utils")
- (version "1.16.6")
+ (version "1.20.0")
(source (origin
(method url-fetch)
(uri (string-append "https://linuxtv.org/downloads/v4l-utils"
"/v4l-utils-" version ".tar.bz2"))
(sha256
(base32
- "1bkqlrizx0j2rd6ybam2x17bjrpwzl4v4szmnzm3cmixis3w3npr"))))
+ "1xr66y6w422hil6s7n8d61a2vhwh4im8l267amf41jvw7xqihqcm"))))
(build-system gnu-build-system)
;; Separate graphical tools in order to save almost 1 GiB on the closure
;; for the common case.
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45472-done@debbugs.gnu.org)
X+rbxEUA2vk5chsn@3900XT
Looks good! Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/q28QACgkQQarn3Mo9
g1HXVxAArhO4P5ikMNes7kjKQeEMbs1DcRWTvd2a2CXn6nDQqwEQBwnFp5HivvtP
c8NjXLfQszISzo5HQ9mVs+Q+oYyNHuhyqVY7HLwTTPl7ob+RkKcjXkv4YgsKphaq
RzoGi2SyTaTiEYY49O6PIs6YwIrmS5zzlItaUykRkwCSc+ES1SYWXUIXdU96ucMh
TLcNN8cXmVRp3nnD1mgY+TIxF5L5iGaPwx7nMNIpxEMjNdGizSqgsFugxOL+zwui
4kLyG1nCSXRttAejY+HCDeZJyCc86CmKudqtrkpEuXZh54JhitD3zAhygj8gP7qv
By/x5WtjBncCqKSuDgehF9Hjs42SsesZQugKhU/p5hDf1YtJ9je1fXbFxbxmLirL
2sSutVHjYroyPkgd7giv3v5J1zyi3hN4TRkYIegPRQpaXxwAbNx1Wb1KrIquGbYm
FWoq+vE3ror9rICtnRWMp0+W2Yg1kgp/69998dsKd22YbXFHmHEirlHTDFXY7N8k
fpe/kgCE4/3iRCUWZTjO2H0wqEJa8O7VIlf0/Wd5gl26adPHwD7zLN398KOaPeB7
WJbe1ShtlI9pmo4cIwWEe7G4XOwT6RPf/6CviZmBhA2Dv0kAn1uRx5NPCFMPrXnc
Dnj5LTpefIJWmGLeniF9CnCpmbyCF4cVlvSwh69vjPb3kUc4ZaI=
=+Jun
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45472@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45472
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help