GNU bug report logs -
#30771
Add kdenlive
Previous Next
Reported by: Mark Meyer <mark <at> ofosos.org>
Date: Sun, 11 Mar 2018 21:13:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #21 received at 30771 <at> debbugs.gnu.org (full text, mbox):
Hello Gábor!
Gábor Boskovits <boskovits <at> gmail.com> skribis:
> From: Mark Meyer <mark <at> ofosos.org>
>
> * gnu/packages/kde.scm (kdenlive): New variable.
>
> Co-authored-by: Gábor Boskovits <boskovits <at> gmail.com>
> Signed-off-by: Gábor Boskovits <boskovits <at> gmail.com>
[...]
> + (add-after 'install 'wrap-executable
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (qtquickcontrols (assoc-ref inputs "qtquickcontrols"))
> + (qtbase (assoc-ref inputs "qtbase"))
> + (qtdeclarative (assoc-ref inputs "qtdeclarative"))
> + (frei0r (assoc-ref inputs "frei0r-plugins"))
> + (qml "/lib/qt5/qml"))
> + (wrap-program (string-append out "/bin/kdenlive")
> + `("QT_PLUGIN_PATH" ":" prefix
> + ,(map (lambda (label)
> + (string-append (assoc-ref inputs label)
> + "/lib/qt5/plugins/"))
> + '("qtbase", "qtsvg")))
> + `("FREI0R_PATH" ":" =
> + (,(string-append frei0r "/lib/frei0r-1/")))
> + `("QT_QPA_PLATFORM_PLUGIN_PATH" ":" =
> + (,(string-append qtbase "/lib/qt5/plugins/platforms")))
> + `("QML2_IMPORT_PATH" ":" prefix
> + (,(string-append qtquickcontrols qml)
> + ,(string-append qtdeclarative qml))))))))))
Please explicitly return #t.
Apart from this very minor issue, it LGTM. Thank you!
Ludo’.
This bug report was last modified 6 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.