emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64044: closed ([PATCH] gnu: mesa: Fix VDPAU drivers path.)


From: GNU bug Tracking System
Subject: bug#64044: closed ([PATCH] gnu: mesa: Fix VDPAU drivers path.)
Date: Mon, 31 Jul 2023 15:22:02 +0000

Your message dated Mon, 31 Jul 2023 15:21:35 +0000
with message-id <878rawhzt1.fsf_-_@protonmail.com>
and subject line Re: bug#64044: [PATCH] gnu: mesa: Fix VDPAU drivers path.
has caused the debbugs.gnu.org bug report #64044,
regarding [PATCH] gnu: mesa: Fix VDPAU drivers path.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64044: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64044
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mesa: Fix VDPAU drivers path. Date: Tue, 13 Jun 2023 13:10:43 +0000
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#64044: [PATCH] gnu: mesa: Fix VDPAU drivers path. Date: Mon, 31 Jul 2023 15:21:35 +0000
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!



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]