unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path.
@ 2023-06-13 13:10 Guillaume Le Vaillant
  2023-06-29 16:03 ` John Kehayias via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2023-06-13 13:10 UTC (permalink / raw)
  To: 64044; +Cc: Guillaume Le Vaillant

The VDPAU_DRIVER_PATH environment variable must contain only one directory.

* gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
  VDPAU_DRIVER_PATH.
---
 gnu/packages/gl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 9885bde712..a5b5ade22a 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -517,6 +517,7 @@ (define-public mesa
      (list (search-path-specification
             ;; Ensure the Mesa VDPAU drivers can be found.
             (variable "VDPAU_DRIVER_PATH")
+            (separator #f)
             (files '("lib/vdpau")))))
     (home-page "https://mesa3d.org/")
     (synopsis "OpenGL and Vulkan implementations")

base-commit: b94cbbbce70f59b795526a0ed305facf041e6faa
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path.
  2023-06-13 13:10 [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path Guillaume Le Vaillant
@ 2023-06-29 16:03 ` John Kehayias via Guix-patches via
  2023-06-30 12:42   ` Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-06-29 16:03 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 64044

Hi Guillaume,

On Tue, Jun 13, 2023 at 01:10 PM, Guillaume Le Vaillant wrote:

> The VDPAU_DRIVER_PATH environment variable must contain only one directory.
>
> * gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
>   VDPAU_DRIVER_PATH.
> ---
>  gnu/packages/gl.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
> index 9885bde712..a5b5ade22a 100644
> --- a/gnu/packages/gl.scm
> +++ b/gnu/packages/gl.scm
> @@ -517,6 +517,7 @@ (define-public mesa
>       (list (search-path-specification
>              ;; Ensure the Mesa VDPAU drivers can be found.
>              (variable "VDPAU_DRIVER_PATH")
> +            (separator #f)
>              (files '("lib/vdpau")))))
>      (home-page "https://mesa3d.org/")
>      (synopsis "OpenGL and Vulkan implementations")
>
> base-commit: b94cbbbce70f59b795526a0ed305facf041e6faa

Thanks. I'm applying this on a mesa-updates branch which will appear
soon and you can see discussion on guix-devel. My plan is to have this
built with the mesa update (to 23.1.3) and then merge to master.

John





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path.
  2023-06-29 16:03 ` John Kehayias via Guix-patches via
@ 2023-06-30 12:42   ` Guillaume Le Vaillant
  2023-07-31 15:21     ` bug#64044: " John Kehayias via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2023-06-30 12:42 UTC (permalink / raw)
  To: John Kehayias; +Cc: 64044

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

John Kehayias <john.kehayias@protonmail.com> skribis:

> I'm applying this on a mesa-updates branch which will appear
> soon and you can see discussion on guix-devel. My plan is to have this
> built with the mesa update (to 23.1.3) and then merge to master.

Ok, thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#64044: [PATCH] gnu: mesa: Fix VDPAU drivers path.
  2023-06-30 12:42   ` Guillaume Le Vaillant
@ 2023-07-31 15:21     ` 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:21 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 64044-done

On Fri, Jun 30, 2023 at 12:42 PM, Guillaume Le Vaillant wrote:

> John Kehayias <john.kehayias@protonmail.com> skribis:
>
>> I'm applying this on a mesa-updates branch which will appear
>> soon and you can see discussion on guix-devel. My plan is to have this
>> built with the mesa update (to 23.1.3) and then merge to master.
>
> Ok, thanks.

Pushed as c7cf2efb7abcc7a5a7ce9606c9d876d00ddde9ad. Thanks!





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-31 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 13:10 [bug#64044] [PATCH] gnu: mesa: Fix VDPAU drivers path Guillaume Le Vaillant
2023-06-29 16:03 ` John Kehayias via Guix-patches via
2023-06-30 12:42   ` Guillaume Le Vaillant
2023-07-31 15:21     ` bug#64044: " John Kehayias via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).