gnu: ffmpeg: Update to 2.7.
* gnu/packages/video.scm (ffmpeg): Update to 2.7. [native-inputs]: Add texinfo.
This commit is contained in:
parent
e778a54950
commit
824d9dc301
|
@ -296,14 +296,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
|
||||||
(define-public ffmpeg
|
(define-public ffmpeg
|
||||||
(package
|
(package
|
||||||
(name "ffmpeg")
|
(name "ffmpeg")
|
||||||
(version "2.6.2")
|
(version "2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
|
(uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fi93zy98wmls7x3jpr2yvckk2ia6a1yyygwrfaxq95pd6h3m7l8"))))
|
"0jl43b63b20db3yia5xxp0hh8zwdbirk5k9p1d7416nq1b5ckfx8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("fontconfig" ,fontconfig)
|
||||||
|
@ -331,6 +331,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
|
||||||
("bzip2" ,bzip2)
|
("bzip2" ,bzip2)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("texinfo" ,texinfo)
|
||||||
("python" ,python-2) ; scripts use interpreter python2
|
("python" ,python-2) ; scripts use interpreter python2
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
("yasm" ,yasm)))
|
("yasm" ,yasm)))
|
||||||
|
|
Loading…
Reference in New Issue