gnu: gmic: Update to 3.3.3.
gmic was integrated into Krita 5+. * gnu/packages/image-processing.scm (gmic, gmic-qt): Update to 3.3.3. (gmic-qt-krita): Delete variable. Change-Id: I44e33b570bcf3e1df3eba5eb9ede1f333f8a177a
This commit is contained in:
parent
53096bb5a0
commit
5073187524
1 changed files with 3 additions and 15 deletions
|
@ -9,7 +9,7 @@
|
||||||
;;; Copyright © 2018 Lprndn <guix@lprndn.info>
|
;;; Copyright © 2018 Lprndn <guix@lprndn.info>
|
||||||
;;; Copyright © 2019, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2019, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2020, 2021, 2024 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
|
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||||
;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
|
;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
|
||||||
;;; Copyright © 2021 Oleh Malyi <astroclubzp@gmail.com>
|
;;; Copyright © 2021 Oleh Malyi <astroclubzp@gmail.com>
|
||||||
|
@ -832,14 +832,14 @@ (define-public vips
|
||||||
(define-public gmic
|
(define-public gmic
|
||||||
(package
|
(package
|
||||||
(name "gmic")
|
(name "gmic")
|
||||||
(version "3.0.0")
|
(version "3.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gmic.eu/files/source/gmic_"
|
(uri (string-append "https://gmic.eu/files/source/gmic_"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "080inz0wisv3rhvbnzrgcs3j25wq86gybp68yi56gw6vwswnn19z"))))
|
(base32 "0pb474cdlxcp3m7gkxrfpnblag6r3wny7vih44gdyy2q8zb3ffch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
@ -900,18 +900,6 @@ (define-public gmic-qt
|
||||||
(synopsis "Qt frontend for the G'MIC image processing framework")
|
(synopsis "Qt frontend for the G'MIC image processing framework")
|
||||||
(license license:gpl3+)))
|
(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 gmic-qt-gimp
|
(define-public gmic-qt-gimp
|
||||||
(package
|
(package
|
||||||
(inherit gmic-qt)
|
(inherit gmic-qt)
|
||||||
|
|
Loading…
Reference in a new issue