[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: libvdpau: Update to 1.5.
From: |
guix-commits |
Subject: |
07/15: gnu: libvdpau: Update to 1.5. |
Date: |
Tue, 5 Jul 2022 18:38:46 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit cf2e29cc30053784a054c5373d94c0b38d6aec61
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 1 22:16:08 2022 +0200
gnu: libvdpau: Update to 1.5.
* gnu/packages/video.scm (libvdpau): Update to 1.5.
---
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 e88c3071a3..97b6e01f35 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3468,7 +3468,7 @@ Wayland compositors.")
(define-public libvdpau
(package
(name "libvdpau")
- (version "1.4")
+ (version "1.5")
(source
(origin
(method git-fetch)
@@ -3478,7 +3478,7 @@ Wayland compositors.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hc4mcrbr1yhfiy4zfd8wc2iiqbp90z6jswap0jia20vmyk5lqld"))))
+ "1zfbh5q9adzlydpgwq7hl5w1j2b29j7zns6dxf9fp9pvkj23fz5l"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config))
- branch core-updates updated (2a023a7bd8 -> eb32bcea32), guix-commits, 2022/07/05
- 02/15: gnu: pango: Remove input labels., guix-commits, 2022/07/05
- 06/15: gnu: Poppler: Update to 22.07.0., guix-commits, 2022/07/05
- 03/15: gnu: dbus: Update to 1.14.0., guix-commits, 2022/07/05
- 01/15: gnu: pango: Update to 1.50.7., guix-commits, 2022/07/05
- 11/15: gnu: boost, boost-static: Consolidate libboost_python phases., guix-commits, 2022/07/05
- 08/15: gnu: gd: Add release-monitoring-url., guix-commits, 2022/07/05
- 12/15: gnu: Boost: Python input is not native., guix-commits, 2022/07/05
- 04/15: gnu: harfbuzz: Update to 4.4.1., guix-commits, 2022/07/05
- 05/15: gnu: Poppler: Disable tests., guix-commits, 2022/07/05
- 07/15: gnu: libvdpau: Update to 1.5.,
guix-commits <=
- 09/15: gnu: gd: Remove input labels., guix-commits, 2022/07/05
- 10/15: gnu: boost-mpi: Remove input labels., guix-commits, 2022/07/05
- 13/15: gnu: boost-mpi: OpenMPI is not native., guix-commits, 2022/07/05
- 15/15: gnu: Boost: Use #:configure-flags., guix-commits, 2022/07/05
- 14/15: gnu: Boost: Avoid usage of 'this-package-input'., guix-commits, 2022/07/05