guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: guvcview: Update to 2.0.8.


From: guix-commits
Subject: 02/06: gnu: guvcview: Update to 2.0.8.
Date: Mon, 6 Jun 2022 21:32:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7f2328b7df06414630aaa2aef08da226d6082f87
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:02 2022 +0200

    gnu: guvcview: Update to 2.0.8.
    
    * gnu/packages/video.scm (guvcview): Update to 2.0.8.
    [inputs]: Add bdb and libjpeg-turbo.
---
 gnu/packages/video.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d10382a738..266379ad44 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -120,6 +120,7 @@
   #:use-module (gnu packages crates-io)
   #:use-module (gnu packages crates-graphics)
   #:use-module (gnu packages curl)
+  #:use-module (gnu packages dbm)
   #:use-module (gnu packages dejagnu)
   #:use-module (gnu packages dns)
   #:use-module (gnu packages docbook)
@@ -5336,14 +5337,14 @@ wlroots-based compositors.  More specifically, those 
that support
 (define-public guvcview
   (package
     (name "guvcview")
-    (version "2.0.6")
+    (version "2.0.8")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"mirror://sourceforge/guvcview/source/guvcview-"
-                                  "src-" version ".tar.gz"))
+                                  "src-" version ".tar.bz2"))
               (sha256
                (base32
-                "11byyfpkcik7wvf2qic77zjamfr2rhji97dpj1gy2fg1bvpiqf4m"))))
+                "108c4g0ns9i1wnxyalmpjqbhlflmrj855vxgggr6qrl6h924w7x2"))))
     (build-system gnu-build-system)
     (arguments
      ;; There are no tests and "make check" would fail on an intltool error.
@@ -5351,11 +5352,13 @@ wlroots-based compositors.  More specifically, those 
that support
     (native-inputs
      (list pkg-config intltool))
     (inputs
-     (list gtk+
+     (list bdb
+           gtk+
            eudev
+           libjpeg-turbo
            libusb
-           v4l-utils ;libv4l2
-           ffmpeg ;libavcodec, libavutil
+           v4l-utils                    ;libv4l2
+           ffmpeg                       ;libavcodec, libavutil
            sdl2
            gsl
            portaudio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]