parent
9536367ca0
commit
0fc1feec2e
|
@ -602,7 +602,7 @@ available.")
|
||||||
(define-public x265
|
(define-public x265
|
||||||
(package
|
(package
|
||||||
(name "x265")
|
(name "x265")
|
||||||
(version "3.2.1")
|
(version "3.3")
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -612,7 +612,7 @@ available.")
|
||||||
(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 "1k5vijsy6cgcghw69f5275xfmbjjx7js0nlbgxbd6krnjb7sv6zv"))
|
(base32 "170b61cgpcs5n35qps0p40dqs1q81vkgagzbs4zv7pzls6718vpj"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue