diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-18 22:46:29 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-19 00:14:56 +0300 |
commit | 1825729f8b2d803c3817ffc5fe191acc0394f004 (patch) | |
tree | c4b9bae5fb8316adb77165fe2ac779ffd9268e09 /gnu | |
parent | ba1d9680d61d3b06d9b81a81863448f494d654a7 (diff) | |
download | guix-1825729f8b2d803c3817ffc5fe191acc0394f004.tar.gz |
gnu: simplescreenrecorder: Update to 0.4.2.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.4.2. [inputs]: Add libxinerama.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e188b37f14..52c51b9851 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))) |