guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: kdenlive: Add ffmpeg to input list


From: guix-commits
Subject: 07/07: gnu: kdenlive: Add ffmpeg to input list
Date: Fri, 4 Sep 2020 05:30:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3f663e57ab292f571746043708670bdd168768f7
Author: Prafulla Giri <pratheblackdiamond@gmail.com>
AuthorDate: Thu Sep 3 19:35:14 2020 +0545

    gnu: kdenlive: Add ffmpeg to input list
    
    * gnu/packages/kde.scm (kdenlive): Add ffmpeg to inputs and wrap
    the final binary accordingly to have ffmpeg in it's PATH.
    [inputs]: Add ffmpeg.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/kde.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 9bc7530..a9ac23e 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -155,6 +155,7 @@ This package contains GUI widgets for baloo.")
       (inputs
        `(("shared-mime-info" ,shared-mime-info)
          ("frei0r-plugins" ,frei0r-plugins)
+         ("ffmpeg" ,ffmpeg)
          ("rttr" ,rttr)
          ("mlt" ,mlt)
          ("qtbase" ,qtbase)
@@ -190,8 +191,11 @@ This package contains GUI widgets for baloo.")
                       (qtbase (assoc-ref inputs "qtbase"))
                       (qtdeclarative (assoc-ref inputs "qtdeclarative"))
                       (frei0r (assoc-ref inputs "frei0r-plugins"))
+                      (ffmpeg (assoc-ref inputs "ffmpeg"))
                       (qml "/lib/qt5/qml"))
                  (wrap-program (string-append out "/bin/kdenlive")
+                   `("PATH" ":" prefix
+                     ,(list (string-append ffmpeg "/bin")))
                    `("QT_PLUGIN_PATH" ":" prefix
                      ,(map (lambda (label)
                              (string-append (assoc-ref inputs label)



reply via email to

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