gnu: x265: Update to 3.2.
* gnu/packages/video.scm (x265): Update to 3.2.
This commit is contained in:
parent
8c8d60752e
commit
8ca565ec1a
@ -508,7 +508,7 @@ H.264 (MPEG-4 AVC) video streams.")
|
|||||||
(define-public x265
|
(define-public x265
|
||||||
(package
|
(package
|
||||||
(name "x265")
|
(name "x265")
|
||||||
(version "3.1.2")
|
(version "3.2")
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
@ -518,8 +518,7 @@ H.264 (MPEG-4 AVC) video streams.")
|
|||||||
(string-append "https://download.videolan.org/videolan/x265/"
|
(string-append "https://download.videolan.org/videolan/x265/"
|
||||||
"x265_" version ".tar.gz")))
|
"x265_" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0fqkhfhr22gzavxn60cpnj3agwdf5afivszxf3haj5k1sny7jk9n"))
|
||||||
"1ajr59gjj47gnczfb2qhmzclj746pdiq9a1d81b0mq22k8f5yy3g"))
|
|
||||||
(patches (search-patches "x265-arm-flags.patch"))
|
(patches (search-patches "x265-arm-flags.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
|
Loading…
Reference in New Issue
Block a user