all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68290] [PATCH] gnu: obs: Fix VLC plugin.
@ 2024-01-06 15:28 Oleg Pykhalov
  2024-01-07 18:18 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2024-01-06 15:28 UTC (permalink / raw)
  To: 68290; +Cc: Oleg Pykhalov

* 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 6da4897a57..5a49f7e03b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3631,7 +3631,10 @@ (define-public obs
              (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")

base-commit: 93ac4c20bf4b46b2bb9d0d2b9bec0b728b34de87
-- 
2.41.0





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

* [bug#68290] [PATCH] gnu: obs: Fix VLC plugin.
  2024-01-06 15:28 [bug#68290] [PATCH] gnu: obs: Fix VLC plugin Oleg Pykhalov
@ 2024-01-07 18:18 ` Mathieu Othacehe
  2024-01-08 11:03   ` bug#68290: " Oleg Pykhalov
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2024-01-07 18:18 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 68290


Hey,

> * gnu/packages/video.scm (obs)[arguments]<#:phases>: Wrap LD_LIBRARY_PATH.

That looks OK!

Thanks,

Mathieu




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

* bug#68290: [PATCH] gnu: obs: Fix VLC plugin.
  2024-01-07 18:18 ` Mathieu Othacehe
@ 2024-01-08 11:03   ` Oleg Pykhalov
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2024-01-08 11:03 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 68290-done

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

Hi Mathieu,

Thank you for the review.

Mathieu Othacehe <othacehe@gnu.org> writes:

>> * gnu/packages/video.scm (obs)[arguments]<#:phases>: Wrap LD_LIBRARY_PATH.
>
> That looks OK!

Pushed to master as 9018c6af4907c4532a95017df9f45d9439c30064.

Oleg.

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

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

end of thread, other threads:[~2024-01-08 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-06 15:28 [bug#68290] [PATCH] gnu: obs: Fix VLC plugin Oleg Pykhalov
2024-01-07 18:18 ` Mathieu Othacehe
2024-01-08 11:03   ` bug#68290: " Oleg Pykhalov

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.