gnu: vapoursynth: Update to 32.
* gnu/packages/video.scm (vapoursynth): Update to 32.
This commit is contained in:
parent
365a4a7f40
commit
f80d5fe02e
|
@ -1167,7 +1167,7 @@ capabilities.")
|
||||||
(define-public vapoursynth
|
(define-public vapoursynth
|
||||||
(package
|
(package
|
||||||
(name "vapoursynth")
|
(name "vapoursynth")
|
||||||
(version "28")
|
(version "32")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1176,7 +1176,7 @@ capabilities.")
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pnrawcg1j65i46yim0z447lglq1af5zgx0lkqf1x5xl1bfwc0v7"))))
|
"1j08whj946v2kkpgxsfhpca8xf0ax9iqzn73wvwjx319p9j0ymp9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
@ -1189,7 +1189,8 @@ capabilities.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("ffmpeg" ,ffmpeg)
|
`(("ffmpeg" ,ffmpeg)
|
||||||
("libass" ,libass)
|
("libass" ,libass)
|
||||||
("tesseract-ocr" ,tesseract-ocr)))
|
("tesseract-ocr" ,tesseract-ocr)
|
||||||
|
("zimg" ,zimg)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue