gnu: vapoursynth: Update to 32.

* gnu/packages/video.scm (vapoursynth): Update to 32.
This commit is contained in:
Efraim Flashner 2016-05-29 14:52:15 +03:00
parent 365a4a7f40
commit f80d5fe02e
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 3 deletions

View File

@ -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