guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: VLC: Fix build with libssh2 > 1.8.0.


From: guix-commits
Subject: 01/02: gnu: VLC: Fix build with libssh2 > 1.8.0.
Date: Fri, 22 Mar 2019 18:18:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 10384f880a9810baafc970d3bbef693d43480c4c
Author: Leo Famulari <address@hidden>
Date:   Fri Mar 22 17:00:20 2019 -0400

    gnu: VLC: Fix build with libssh2 > 1.8.0.
    
    * gnu/packages/video.scm (vlc)[arguments]: Adjust the faulty libssh2 feature
    detection macro.
---
 gnu/packages/video.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc277de..838bb03 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1139,6 +1139,12 @@ videoformats depend on the configuration flags of 
ffmpeg.")
                (substitute* "modules/gui/qt/components/simple_preferences.cpp"
                  (("#include <QFont>") "#include <QFont>
 #include <QButtonGroup>"))
+
+               ;; Fix build with libssh2 > 1.8.0:
+               ;; <https://trac.videolan.org/vlc/ticket/22060>
+               ;; 
<https://git.videolan.org/?p=vlc.git;a=commit;h=11449b5cd8b415768e010d9b7c1d6ba3cea21f82>
+               (substitute* "modules/access/sftp.c"
+                 (("010801") "010900"))
                #t)))
          (add-after 'strip 'regenerate-plugin-cache
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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