Skip to content
Snippets Groups Projects
Commit 824d9dc3 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: ffmpeg: Update to 2.7.

* gnu/packages/video.scm (ffmpeg): Update to 2.7.
  [native-inputs]: Add texinfo.
parent e778a549
No related branches found
No related tags found
No related merge requests found
......@@ -296,14 +296,14 @@ (define-public libva
(define-public ffmpeg
(package
(name "ffmpeg")
(version "2.6.2")
(version "2.7")
(source (origin
(method url-fetch)
(uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
version ".tar.bz2"))
(sha256
(base32
"1fi93zy98wmls7x3jpr2yvckk2ia6a1yyygwrfaxq95pd6h3m7l8"))))
"0jl43b63b20db3yia5xxp0hh8zwdbirk5k9p1d7416nq1b5ckfx8"))))
(build-system gnu-build-system)
(inputs
`(("fontconfig" ,fontconfig)
......@@ -331,6 +331,7 @@ (define-public ffmpeg
("bzip2" ,bzip2)
("perl" ,perl)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)
("python" ,python-2) ; scripts use interpreter python2
("speex" ,speex)
("yasm" ,yasm)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment