guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: simplescreenrecorder: Update to 0.3.11.


From: Tobias Geerinckx-Rice
Subject: 07/09: gnu: simplescreenrecorder: Update to 0.3.11.
Date: Wed, 23 May 2018 09:31:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8332ac031c4edf5d8ace51a5a9a5bb1eeed1df31
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 23 04:48:54 2018 +0200

    gnu: simplescreenrecorder: Update to 0.3.11.
    
    * gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.11.
    [inputs]: Use defaut FFMPEG version.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1a47fc7..7df318e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2071,7 +2071,7 @@ making @dfn{screencasts}.")
 (define-public simplescreenrecorder
   (package
     (name "simplescreenrecorder")
-    (version "0.3.10")
+    (version "0.3.11")
     (source
      (origin
        (method url-fetch)
@@ -2080,14 +2080,14 @@ making @dfn{screencasts}.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g"))))
+         "0l6irdadqpajvv0dj3ngs1231n559l0y1pykhs2h7526qm4w7xal"))))
     (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.
     ;; As a result, they are omitted. Please add them back if problems appear.
     (inputs
      `(("alsa-lib" ,alsa-lib)
-       ("ffmpeg" ,ffmpeg-3.4)
+       ("ffmpeg" ,ffmpeg)
        ("glu" ,glu)
        ("jack" ,jack-1)
        ("libxi" ,libxi)



reply via email to

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