GNU bug report logs - #59050
[PATCH staging] gnu: libva: Update to 2.16.0.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 5 Nov 2022 12:35:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#59050: closed (Re: bug#59050: [PATCH staging] gnu: libva:
 Update to 2.16.0.)
Date: Thu, 01 Dec 2022 15:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59050: [PATCH staging] gnu: libva: Update to 2.16.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59050 <at> debbugs.gnu.org.

-- 
59050: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59050
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 59050-done <at> debbugs.gnu.org
Subject: Re: bug#59050: [PATCH staging] gnu: libva: Update to 2.16.0.
Date: Thu, 01 Dec 2022 16:46:30 +0100
Hilton Chain <hako <at> ultrarare.space> skribis:

> * gnu/packages/video.scm (libva): Update to 2.16.0.

Applied on ‘staging’, thanks!

[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH staging] gnu: libva: Update to 2.16.0.
Date: Sat, 05 Nov 2022 20:33:51 +0800
* gnu/packages/video.scm (libva): Update to 2.16.0.
---
 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 9fb17cf5ba..8e0cd97119 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1499,14 +1499,14 @@ (define-public libplacebo
 (define-public libva
   (package
     (name "libva")
-    (version "2.15.0")
+    (version "2.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/intel/libva/releases/download/"
                            version "/libva-" version ".tar.bz2"))
        (sha256
-        (base32 "1jhy8qzfp4ydbxs9qd9km7k5wq8r4s2vq20r1q07lgld8l4x93i5"))))
+        (base32 "070aj9nw681a4m7f5xb662hhyib0w9q0i0s9v8vplh9cvfhaqpqi"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

base-commit: 6ff203663e696b74e711ab09d6f4b35c2c332f0f
-- 
2.38.0




This bug report was last modified 2 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.