This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1825729  gnu: simplescreenrecorder: Update to 0.4.2.
1825729 is described below

commit 1825729f8b2d803c3817ffc5fe191acc0394f004
Author: Efraim Flashner <[email protected]>
AuthorDate: Sat Jul 18 22:46:29 2020 +0300

    gnu: simplescreenrecorder: Update to 0.4.2.
    
    * gnu/packages/video.scm (simplescreenrecorder): Update to 0.4.2.
    [inputs]: Add libxinerama.
---
 gnu/packages/video.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e188b37..52c51b9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2626,7 +2626,7 @@ making @dfn{screencasts}.")
 (define-public simplescreenrecorder
   (package
     (name "simplescreenrecorder")
-    (version "0.3.11")
+    (version "0.4.2")
     (source
      (origin
        (method git-fetch)
@@ -2636,7 +2636,7 @@ making @dfn{screencasts}.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0n702dnv4qshgn3b90ixvplfafjhgz6040yir5vy8khjdpciysq4"))))
+         "1dzp5yzqlha65crzklx2qlan6ssw1diwzfpc4svd7gnr858q2292"))))
     (build-system cmake-build-system)
     ;; Although libx11, libxfixes, libxext are listed as build dependencies in
     ;; README.md, the program builds and functions properly without them.
@@ -2647,6 +2647,7 @@ making @dfn{screencasts}.")
        ("glu" ,glu)
        ("jack" ,jack-1)
        ("libxi" ,libxi)
+       ("libxinerama" ,libxinerama)
        ("pulseaudio" ,pulseaudio)
        ("qtbase" ,qtbase)
        ("qtx11extras" ,qtx11extras)))

Reply via email to