[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: x265: Update to 3.1.1.
From: |
guix-commits |
Subject: |
02/09: gnu: x265: Update to 3.1.1. |
Date: |
Mon, 22 Jul 2019 10:25:18 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 3c08479ef966ae602ab50c72517c039c7cd6cc40
Author: Marius Bakke <address@hidden>
Date: Mon Jul 22 00:16:38 2019 +0200
gnu: x265: Update to 3.1.1.
* gnu/packages/video.scm (x265): Update to 3.1.1.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ef6d9cc..51af34c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -473,7 +473,7 @@ and creating Matroska files from other media files
(@code{mkvmerge}).")
(define-public x265
(package
(name "x265")
- (version "3.0")
+ (version "3.1.1")
(outputs '("out" "static"))
(source
(origin
@@ -482,7 +482,7 @@ and creating Matroska files from other media files
(@code{mkvmerge}).")
"x265_" version ".tar.gz"))
(sha256
(base32
- "0qh65wdpasrspkm1y0dlfa123myax568yi0sas0lmg5b1hkgrff5"))
+ "1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2"))
(patches (search-patches "x265-arm-flags.patch"))
(modules '((guix build utils)))
(snippet '(begin
- branch master updated (6fd4c6b -> 2698654), guix-commits, 2019/07/22
- 01/09: gnu: ungoogled-chromium: Enable parallel build., guix-commits, 2019/07/22
- 02/09: gnu: x265: Update to 3.1.1.,
guix-commits <=
- 03/09: gnu: ffmpeg: Update to 4.1.4., guix-commits, 2019/07/22
- 05/09: gnu: whois: Update to 5.5.0., guix-commits, 2019/07/22
- 04/09: gnu: jsoncpp: Update to 1.9.1., guix-commits, 2019/07/22
- 07/09: gnu: zstd: Update to 1.4.1., guix-commits, 2019/07/22
- 08/09: gnu: libvpx: Update to 1.8.1., guix-commits, 2019/07/22
- 09/09: gnu: vlc: Build against libvpx@1.8., guix-commits, 2019/07/22
- 06/09: gnu: zstd: Move libraries to separate outputs., guix-commits, 2019/07/22