[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: gnu: libvpx: Update to 1.5.0.
From: |
??? |
Subject: |
09/11: gnu: libvpx: Update to 1.5.0. |
Date: |
Wed, 03 Feb 2016 10:58:10 +0000 |
iyzsong pushed a commit to branch wip-gstreamer
in repository guix.
commit 6a3b1d1ceaad9b40311d9662d6e9c48108ba6880
Author: Efraim Flashner <address@hidden>
Date: Tue Jan 19 07:20:31 2016 +0200
gnu: libvpx: Update to 1.5.0.
* gnu/packages/video.scm (libvpx): Update to 1.5.0.
---
gnu/packages/video.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f2d3f65..70b52ed 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -772,7 +772,7 @@ projects while introducing many more.")
(define-public libvpx
(package
(name "libvpx")
- (version "1.4.0")
+ (version "1.5.0")
(source (origin
(method url-fetch)
(uri (string-append "http://storage.googleapis.com/"
@@ -780,7 +780,7 @@ projects while introducing many more.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1r0ql5kgy0c8mh5w7iiqvsd7w5njl9f9cclc7m52ln8assrdk0pm"))))
+ "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-replace
- branch wip-gstreamer created (now 1726aa3), ???, 2016/02/03
- 01/11: gnu: gstreamer: Update to 1.6.3., ???, 2016/02/03
- 02/11: gnu: gst-plugins-base: Update to 1.6.3., ???, 2016/02/03
- 03/11: gnu: gst-plugins-good: Update to 1.6.3., ???, 2016/02/03
- 04/11: gnu: gst-plugins-ugly: Update to 1.6.3., ???, 2016/02/03
- 08/11: gnu: ao: Update to 1.2.0., ???, 2016/02/03
- 10/11: gnu: libvpx: Use 'modify-phases'., ???, 2016/02/03
- 09/11: gnu: libvpx: Update to 1.5.0.,
??? <=
- 06/11: gnu: Add gst-plugins-bad., ???, 2016/02/03
- 07/11: gnu: pulseaudio: Update to 8.0., ???, 2016/02/03
- 05/11: gnu: gst-libav: Update to 1.6.3., ???, 2016/02/03
- 11/11: gnu: gst-plugins-base: Use 'modify-phases'., ???, 2016/02/03