me
/
guix
Archived
1
0
Fork 0

gnu: x265: Update to 3.3.

* gnu/packages/video.scm (x265): Update to 3.3.
master
Tobias Geerinckx-Rice 2020-04-14 17:12:57 +02:00
parent 9536367ca0
commit 0fc1feec2e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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