gnu: guvcview: Update to 2.0.8.

* gnu/packages/video.scm (guvcview): Update to 2.0.8.
[inputs]: Add bdb and libjpeg-turbo.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:02 +02:00
parent aeca46ae0f
commit 7f2328b7df
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -120,6 +120,7 @@ (define-module (gnu packages video)
#:use-module (gnu packages crates-io) #:use-module (gnu packages crates-io)
#:use-module (gnu packages crates-graphics) #:use-module (gnu packages crates-graphics)
#:use-module (gnu packages curl) #:use-module (gnu packages curl)
#:use-module (gnu packages dbm)
#:use-module (gnu packages dejagnu) #:use-module (gnu packages dejagnu)
#:use-module (gnu packages dns) #:use-module (gnu packages dns)
#:use-module (gnu packages docbook) #:use-module (gnu packages docbook)
@ -5336,14 +5337,14 @@ (define-public wf-recorder
(define-public guvcview (define-public guvcview
(package (package
(name "guvcview") (name "guvcview")
(version "2.0.6") (version "2.0.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/guvcview/source/guvcview-" (uri (string-append "mirror://sourceforge/guvcview/source/guvcview-"
"src-" version ".tar.gz")) "src-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"11byyfpkcik7wvf2qic77zjamfr2rhji97dpj1gy2fg1bvpiqf4m")))) "108c4g0ns9i1wnxyalmpjqbhlflmrj855vxgggr6qrl6h924w7x2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; There are no tests and "make check" would fail on an intltool error. ;; There are no tests and "make check" would fail on an intltool error.
@ -5351,8 +5352,10 @@ (define-public guvcview
(native-inputs (native-inputs
(list pkg-config intltool)) (list pkg-config intltool))
(inputs (inputs
(list gtk+ (list bdb
gtk+
eudev eudev
libjpeg-turbo
libusb libusb
v4l-utils ;libv4l2 v4l-utils ;libv4l2
ffmpeg ;libavcodec, libavutil ffmpeg ;libavcodec, libavutil