* [bug#64675] [PATCH mesa-updates] gnu: libva: Update to 2.19.0.
@ 2023-07-17 6:52 Hilton Chain via Guix-patches via
2023-07-26 3:44 ` John Kehayias via Guix-patches via
[not found] ` <handler.64675.B.168957682212943.ack@debbugs.gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-17 6:52 UTC (permalink / raw)
To: 64675; +Cc: John Kehayias, Hilton Chain
* gnu/packages/video.scm (libva): Update to 2.19.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 aa46da0c5e..c19d915d8a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1504,14 +1504,14 @@ (define-public libplacebo
(define-public libva
(package
(name "libva")
- (version "2.18.0")
+ (version "2.19.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/intel/libva/releases/download/"
version "/libva-" version ".tar.bz2"))
(sha256
- (base32 "10j9rm6ajgp3fda7pwl058lchdip0wq20bvydil28ff2l3mpwmx3"))))
+ (base32 "0x113spshsjcqh4pk8rkqq4r8vxf1nm83ym6ppp7zpsrsncfffwn"))))
(build-system gnu-build-system)
(native-inputs
(list config pkg-config))
base-commit: 7013921be6f9f2de49d5806a93eaee1d95cac1c6
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#64675] [PATCH mesa-updates] gnu: libva: Update to 2.19.0.
2023-07-17 6:52 [bug#64675] [PATCH mesa-updates] gnu: libva: Update to 2.19.0 Hilton Chain via Guix-patches via
@ 2023-07-26 3:44 ` John Kehayias via Guix-patches via
2023-07-31 15:26 ` bug#64675: " John Kehayias via Guix-patches via
[not found] ` <handler.64675.B.168957682212943.ack@debbugs.gnu.org>
1 sibling, 1 reply; 4+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-07-26 3:44 UTC (permalink / raw)
To: Hilton Chain; +Cc: 64675
Hi,
(resending as the bug email was left off the first time, sorry)
On Mon, Jul 17, 2023 at 02:52 PM, Hilton Chain wrote:
> * gnu/packages/video.scm (libva): Update to 2.19.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 aa46da0c5e..c19d915d8a 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -1504,14 +1504,14 @@ (define-public libplacebo
> (define-public libva
> (package
> (name "libva")
> - (version "2.18.0")
> + (version "2.19.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "https://github.com/intel/libva/releases/download/"
> version "/libva-" version ".tar.bz2"))
> (sha256
> - (base32 "10j9rm6ajgp3fda7pwl058lchdip0wq20bvydil28ff2l3mpwmx3"))))
> + (base32 "0x113spshsjcqh4pk8rkqq4r8vxf1nm83ym6ppp7zpsrsncfffwn"))))
> (build-system gnu-build-system)
> (native-inputs
> (list config pkg-config))
>
> base-commit: 7013921be6f9f2de49d5806a93eaee1d95cac1c6
Applied on mesa-updates which I hope to merge once rebuilds are done (in
the next few days?). Thanks!
John
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#64675: [PATCH mesa-updates] gnu: libva: Update to 2.19.0.
2023-07-26 3:44 ` John Kehayias via Guix-patches via
@ 2023-07-31 15:26 ` John Kehayias via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-07-31 15:26 UTC (permalink / raw)
To: Hilton Chain; +Cc: 64675-done
On Wed, Jul 26, 2023 at 03:44 AM, John Kehayias wrote:
> Hi,
>
> (resending as the bug email was left off the first time, sorry)
>
> On Mon, Jul 17, 2023 at 02:52 PM, Hilton Chain wrote:
>
>> * gnu/packages/video.scm (libva): Update to 2.19.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 aa46da0c5e..c19d915d8a 100644
>> --- a/gnu/packages/video.scm
>> +++ b/gnu/packages/video.scm
>> @@ -1504,14 +1504,14 @@ (define-public libplacebo
>> (define-public libva
>> (package
>> (name "libva")
>> - (version "2.18.0")
>> + (version "2.19.0")
>> (source
>> (origin
>> (method url-fetch)
>> (uri (string-append "https://github.com/intel/libva/releases/download/"
>> version "/libva-" version ".tar.bz2"))
>> (sha256
>> - (base32 "10j9rm6ajgp3fda7pwl058lchdip0wq20bvydil28ff2l3mpwmx3"))))
>> + (base32 "0x113spshsjcqh4pk8rkqq4r8vxf1nm83ym6ppp7zpsrsncfffwn"))))
>> (build-system gnu-build-system)
>> (native-inputs
>> (list config pkg-config))
>>
>> base-commit: 7013921be6f9f2de49d5806a93eaee1d95cac1c6
>
> Applied on mesa-updates which I hope to merge once rebuilds are done (in
> the next few days?). Thanks!
>
> John
Pushed as ccb5e1872668deb942517ac2dc6207308d3bf117. Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <handler.64675.B.168957682212943.ack@debbugs.gnu.org>]
end of thread, other threads:[~2023-07-31 15:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 6:52 [bug#64675] [PATCH mesa-updates] gnu: libva: Update to 2.19.0 Hilton Chain via Guix-patches via
2023-07-26 3:44 ` John Kehayias via Guix-patches via
2023-07-31 15:26 ` bug#64675: " John Kehayias via Guix-patches via
[not found] ` <handler.64675.B.168957682212943.ack@debbugs.gnu.org>
2023-07-31 15:33 ` [bug#64675] Close: bug#64675: Acknowledgement ([PATCH mesa-updates] gnu: libva: Update to 2.19.0.) Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.