guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: obs: Fix VLC plugin.


From: guix-commits
Subject: branch master updated: gnu: obs: Fix VLC plugin.
Date: Mon, 08 Jan 2024 05:56:23 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9018c6af49 gnu: obs: Fix VLC plugin.
9018c6af49 is described below

commit 9018c6af4907c4532a95017df9f45d9439c30064
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sat Jan 6 18:24:56 2024 +0300

    gnu: obs: Fix VLC plugin.
    
    * gnu/packages/video.scm (obs)[arguments]<#:phases>: Wrap LD_LIBRARY_PATH.
    
    Change-Id: If22b5294284ea500da0e6d9ee4d4bbcc765c6771
---
 gnu/packages/video.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4181013b0d..de812ac762 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3642,7 +3642,10 @@ be used for realtime video capture via Linux-specific 
APIs.")
              (lambda* _
                (let ((plugin-path (getenv "QT_PLUGIN_PATH")))
                  (wrap-program (string-append #$output "/bin/obs")
-                   `("QT_PLUGIN_PATH" ":" prefix (,plugin-path)))))))))
+                   `("QT_PLUGIN_PATH" ":" prefix (,plugin-path))
+                   `("LD_LIBRARY_PATH" ":" prefix
+                     (,(string-append #$(this-package-input "vlc")
+                                      "/lib"))))))))))
     (native-search-paths
      (list (search-path-specification
             (variable "OBS_PLUGINS_DIRECTORY")



reply via email to

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