[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: libva: Update to 1.8.2.
From: |
Marius Bakke |
Subject: |
01/14: gnu: libva: Update to 1.8.2. |
Date: |
Wed, 24 May 2017 16:12:45 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit f3fc65f9d68acd9d9a015796d7a2bfe2f6cb32ad
Author: Marius Bakke <address@hidden>
Date: Wed May 24 20:08:52 2017 +0200
gnu: libva: Update to 1.8.2.
* gnu/packages/video.scm (libva): Update to 1.8.2.
---
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 b7c26a0..aaf211c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -408,7 +408,7 @@ SMPTE 314M.")
(define-public libva
(package
(name "libva")
- (version "1.8.1")
+ (version "1.8.2")
(source
(origin
(method url-fetch)
@@ -416,7 +416,7 @@ SMPTE 314M.")
"https://www.freedesktop.org/software/vaapi/releases/libva/libva-"
version".tar.bz2"))
(sha256
- (base32 "0wswfznj93jpnxhc3jwdk5j3pmyki0rs6k9vk4vnzds0dddximf1"))))
+ (base32 "1pnfl3q7dzxs26l3jk9xi97gr0qwnaz6dhvf9ifp2yplr3fy7lwy"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- 06/14: gnu: at-spi2-atk: Update to 2.24.1., (continued)
- 06/14: gnu: at-spi2-atk: Update to 2.24.1., Marius Bakke, 2017/05/24
- 09/14: gnu: pango: Update to 1.40.6., Marius Bakke, 2017/05/24
- 05/14: gnu: mate-themes: Update to 3.22.11., Marius Bakke, 2017/05/24
- 11/14: gnu: gvfs: Update to 1.32.1., Marius Bakke, 2017/05/24
- 10/14: gnu: libcroco: Update to 0.6.12., Marius Bakke, 2017/05/24
- 12/14: gnu: vala: Update to 0.36.3., Marius Bakke, 2017/05/24
- 14/14: Merge branch 'master' into staging, Marius Bakke, 2017/05/24
- 07/14: gnu: at-spi2-core: Update to 2.24.1., Marius Bakke, 2017/05/24
- 08/14: gnu: atk: Update to 2.24.0., Marius Bakke, 2017/05/24
- 13/14: gnu: libsoup: Update to 2.58.1., Marius Bakke, 2017/05/24
- 01/14: gnu: libva: Update to 1.8.2.,
Marius Bakke <=