GNU bug report logs - #51554
[PATCH] gnu: libva: Update to 2.13.0

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Mon, 1 Nov 2021 16:05:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51554 in the body.
You can then email your comments to 51554 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51554; Package guix-patches. (Mon, 01 Nov 2021 16:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josselin Poiret <dev <at> jpoiret.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 01 Nov 2021 16:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: libva: Update to 2.13.0
Date: Mon,  1 Nov 2021 16:03:48 +0000
* gnu/packages/video.scm (libva): Update it.
---
 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 d4d9eed68d..7f86dcc10c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1425,14 +1425,14 @@ (define-public libmatroska
 (define-public libva
   (package
     (name "libva")
-    (version "2.10.0")
+    (version "2.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/intel/libva/releases/download/"
                            version "/libva-" version ".tar.bz2"))
        (sha256
-        (base32 "0dh2zjn6wi74ga75r6pbrrj8hjm213zyxvn9bv78z0fra1dy70gs"))))
+        (base32 "0q6l193x9whd80sjd5mx8cb7c0fcljb19nhfpla5h49nkzrq7lzs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.33.1





Information forwarded to guix-patches <at> gnu.org:
bug#51554; Package guix-patches. (Sun, 07 Nov 2021 21:50:01 GMT) Full text and rfc822 format available.

Message #8 received at 51554 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 51554 <at> debbugs.gnu.org
Subject: Re: bug#51554: [PATCH] gnu: libva: Update to 2.13.0
Date: Sun, 07 Nov 2021 22:49:08 +0100
Hi,

Josselin Poiret <dev <at> jpoiret.xyz> skribis:

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

For the record, this entails lots of rebuilds, contrary to what one
might think:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix refresh -l -e '(force (@@ (gnu packages gl) libva-without-mesa))' 
Building the following 1478 packages would ensure 2711 dependent packages are rebuilt: […]
--8<---------------cut here---------------end--------------->8---

I suppose this could go to ‘core-updates’.

Alternatively, we could keep ‘libva-without-mesa’ at its current version
and only upgrade ‘libva’; that could be done on master.

Thoughts?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#51554; Package guix-patches. (Tue, 09 Nov 2021 09:16:01 GMT) Full text and rfc822 format available.

Message #11 received at 51554 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: dev <at> jpoiret.xyz, 51554 <at> debbugs.gnu.org
Subject: Re: bug#51554: [PATCH] gnu: libva: Update to 2.13.0
Date: Tue, 09 Nov 2021 09:15:21 +0000
Ludovic Courtès <ludo <at> gnu.org> writes:
> For the record, this entails lots of rebuilds, contrary to what one
> might think:
>
> --8<---------------cut here---------------start------------->8---
> $ ./pre-inst-env guix refresh -l -e '(force (@@ (gnu packages gl) libva-without-mesa))' 
> Building the following 1478 packages would ensure 2711 dependent packages are rebuilt: […]
> --8<---------------cut here---------------end--------------->8---
>
> I suppose this could go to ‘core-updates’.

My bad, I completely missed this.  I initially wanted to upgrade libva
because the older version doesn't work on core-updates-frozen with
Wayland compositors, so I think it should ideally belong there if
possible to avoid having broken hardware acceleration for a while when
that branch is merged.  If it does indeed lead to too many rebuilds,
then maybe it could go onto core-updates-frozen-batched-changes, but
then that'd delay its merging again.  I'm not too sure between those,
but I think it should be one of them.

Best,
Josselin Poiret




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Thu, 25 Nov 2021 06:50:01 GMT) Full text and rfc822 format available.

Notification sent to Josselin Poiret <dev <at> jpoiret.xyz>:
bug acknowledged by developer. (Thu, 25 Nov 2021 06:50:02 GMT) Full text and rfc822 format available.

Message #16 received at 51554-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 51554-done <at> debbugs.gnu.org
Subject: Re: bug#51554: [PATCH] gnu: libva: Update to 2.13.0
Date: Thu, 25 Nov 2021 01:49:46 -0500
Hello,

Josselin Poiret <dev <at> jpoiret.xyz> writes:

> Ludovic Courtès <ludo <at> gnu.org> writes:
>> For the record, this entails lots of rebuilds, contrary to what one
>> might think:
>>
>> --8<---------------cut here---------------start------------->8---
>> $ ./pre-inst-env guix refresh -l -e '(force (@@ (gnu packages gl) libva-without-mesa))' 
>> Building the following 1478 packages would ensure 2711 dependent packages are rebuilt: […]
>> --8<---------------cut here---------------end--------------->8---
>>
>> I suppose this could go to ‘core-updates’.
>
> My bad, I completely missed this.  I initially wanted to upgrade libva
> because the older version doesn't work on core-updates-frozen with
> Wayland compositors, so I think it should ideally belong there if
> possible to avoid having broken hardware acceleration for a while when
> that branch is merged.  If it does indeed lead to too many rebuilds,
> then maybe it could go onto core-updates-frozen-batched-changes, but
> then that'd delay its merging again.  I'm not too sure between those,
> but I think it should be one of them.

I had totally missed that for the batched branch.

Too bad.  I know Ludovic had concerns about a ~3K rebuilds; that's a lot
but currently only x86_64 and i686 are in a state of building the world
it seems, so that's about 6K packages.

I've bunched this with glib-networking, another similar sized rebuild,
manually built most of the dependents on berlin for x86_64, and pushed
as 0a787e67ecd0fab42c7ddfec639b53d58c15af6e.

Closing.

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 Dec 2021 12:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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