guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: motion: Update to 4.2.


From: Tobias Geerinckx-Rice
Subject: 02/10: gnu: motion: Update to 4.2.
Date: Wed, 31 Oct 2018 23:34:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c3069cd183a5e00166c99da57668341e9767cab2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 31 19:01:05 2018 +0100

    gnu: motion: Update to 4.2.
    
    * gnu/packages/video.scm (motion): Update to 4.2.
---
 gnu/packages/video.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4fcd15e..fb8e4fe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -96,6 +96,7 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages guile)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages gnunet)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
@@ -2911,7 +2912,7 @@ It counts more than 100 plugins.")
 (define-public motion
   (package
     (name "motion")
-    (version "4.1.1")
+    (version "4.2")
     (home-page "https://motion-project.github.io/";)
     (source (origin
               (method url-fetch)
@@ -2920,7 +2921,7 @@ It counts more than 100 plugins.")
                     "release-" version ".tar.gz"))
               (sha256
                (base32
-                "1qm4i8zrqafl60sv2frhixvkd0wh0r5jfcrj5i6gha7yplsvjx10"))
+                "1ad2zlz941lvb818g1nzlpcpbxgv0h05q164hafa805yqm7m1y3f"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -2930,6 +2931,7 @@ It counts more than 100 plugins.")
     (inputs
      `(("libjpeg" ,libjpeg)
        ("ffmpeg" ,ffmpeg-3.4)
+       ("libmicrohttpd" ,libmicrohttpd)
        ("sqlite" ,sqlite)))
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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