gnu: x265: Update to 2.4.
* gnu/packages/video.scm (x265): Update to 2.4.
This commit is contained in:
parent
3bc45ad460
commit
cfa7473c2b
|
@ -273,7 +273,7 @@ H.264 (MPEG-4 AVC) video streams.")
|
||||||
(define-public x265
|
(define-public x265
|
||||||
(package
|
(package
|
||||||
(name "x265")
|
(name "x265")
|
||||||
(version "2.3")
|
(version "2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -281,7 +281,7 @@ H.264 (MPEG-4 AVC) video streams.")
|
||||||
"x265_" version ".tar.gz"))
|
"x265_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07z4ydxg0lk6j43h0wlh2xddb91cy4y4mny2ln71d4278b1hllj7"))
|
"0afp0xlk0fb4q6j4sh3hyvjnjccdp61sn21zg3fyqvwgswcafalw"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file-recursively "source/compat/getopt"))))
|
'(delete-file-recursively "source/compat/getopt"))))
|
||||||
|
|
Loading…
Reference in New Issue