guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit c23f3a611ae0a6262d113c38e956b436c540c2b5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Apr 1 23:43:43 2026 +0900

    gnu: libbluray: Fix patching of libbdplus library path.
    
    * gnu/packages/video.scm (libbluray)
    [#:phases] {fix-dlopen-paths}: Adjust for new file name.
    
    Change-Id: I191e88e30659a7d3ed37839b43464babfdf3be43
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9b3c8af50d..d5da0c6571 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3763,7 +3763,8 @@ soon as it starts.")
                                         (string-length ".so")))))
               (substitute* "src/libbluray/disc/aacs.c"
                 (("\"libaacs\"")
-                 (string-append "\"" (lib/no.so "lib/libaacs.so") "\""))
+                 (string-append "\"" (lib/no.so "lib/libaacs.so") "\"")))
+              (substitute* "src/libbluray/disc/bdplus.c"
                 (("\"libbdplus\"")
                  (string-append "\"" (lib/no.so "lib/libbdplus.so") "\"")))))
           (add-after 'install 'move-packages-to-libs

Reply via email to