gnu: ffmpeg@2.8: Update to 2.8.15.

* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
This commit is contained in:
Marius Bakke 2018-07-17 15:11:04 +02:00
parent ac83cf22c2
commit 7c9e27e8b6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -800,14 +800,14 @@ audio/video codec library.")
(define-public ffmpeg-2.8 (define-public ffmpeg-2.8
(package (package
(inherit ffmpeg) (inherit ffmpeg)
(version "2.8.14") (version "2.8.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-" (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"05m1272r5qa2r0ym5vq4figdfnpvcys1fgb1026n5s6xdjd1s1pg")))) "065xbvnfmxfbfrc14cavpqyd2slil99vcjksw4ndb7w8zdh0wp3v"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments ffmpeg) (substitute-keyword-arguments (package-arguments ffmpeg)
((#:configure-flags flags) ((#:configure-flags flags)