gnu: simplescreenrecorder: Update to 0.3.11.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.11. [inputs]: Use defaut FFMPEG version.
This commit is contained in:
parent
a5a568d246
commit
8332ac031c
|
@ -2071,7 +2071,7 @@ making @dfn{screencasts}.")
|
||||||
(define-public simplescreenrecorder
|
(define-public simplescreenrecorder
|
||||||
(package
|
(package
|
||||||
(name "simplescreenrecorder")
|
(name "simplescreenrecorder")
|
||||||
(version "0.3.10")
|
(version "0.3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2080,14 +2080,14 @@ making @dfn{screencasts}.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g"))))
|
"0l6irdadqpajvv0dj3ngs1231n559l0y1pykhs2h7526qm4w7xal"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; Although libx11, libxfixes, libxext are listed as build dependencies in
|
;; Although libx11, libxfixes, libxext are listed as build dependencies in
|
||||||
;; README.md, the program builds and functions properly without them.
|
;; README.md, the program builds and functions properly without them.
|
||||||
;; As a result, they are omitted. Please add them back if problems appear.
|
;; As a result, they are omitted. Please add them back if problems appear.
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("ffmpeg" ,ffmpeg-3.4)
|
("ffmpeg" ,ffmpeg)
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
|
|
Loading…
Reference in New Issue