gnu: gst-libav: Update to 1.10.0.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.0.
This commit is contained in:
Efraim Flashner 2016-11-03 20:42:28 +02:00
parent 7aa083e581
commit 81fc4b20c7
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 3 deletions

View File

@ -379,7 +379,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
(define-public gst-libav (define-public gst-libav
(package (package
(name "gst-libav") (name "gst-libav")
(version "1.8.2") (version "1.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -387,7 +387,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0yk8pxg3xi26ndj7pliqdfphy0jmqsq4dmdzy31gbd9rgficgwxm")))) "0nyqkggcxfrbflcf4jyj0h9l1rkbi3r5h61w4fcbp2n72522165g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--with-system-libav") '(#:configure-flags '("--with-system-libav")
@ -397,7 +397,8 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
(lambda _ (lambda _
(substitute* "gst-libs/ext/libav/configure" (substitute* "gst-libs/ext/libav/configure"
(("#! /bin/sh") (("#! /bin/sh")
(string-append "#! "(which "sh"))))))))) (string-append "#! "(which "sh"))))
#t)))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("python" ,python))) ("python" ,python)))