mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add gmic-qt-krita.
* gnu/packages/image-processing.scm (gmic-qt-krita): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f23ba5d9af
commit
78e99ae6ce
1 changed files with 12 additions and 0 deletions
|
@ -672,6 +672,18 @@ (define-public gmic-qt
|
|||
(synopsis "Qt frontend for the G'MIC image processing framework")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public gmic-qt-krita
|
||||
(package
|
||||
(inherit gmic-qt)
|
||||
(name "gmic-qt-krita")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments gmic-qt)
|
||||
((#:configure-flags flags)
|
||||
'(list "-DGMIC_QT_HOST=krita" "-DENABLE_DYNAMIC_LINKING=ON"
|
||||
(string-append "-DGMIC_LIB_PATH="
|
||||
(assoc-ref %build-inputs "gmic") "/lib")))))
|
||||
(synopsis "Krita plugin for the G'MIC image processing framework")))
|
||||
|
||||
(define-public nip2
|
||||
(package
|
||||
(name "nip2")
|
||||
|
|
Loading…
Reference in a new issue