mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: darktable: Update to 4.4.0.
* gnu/packages/photo.scm (darktable): Update to 4.4.0. [native-inputs]: Replace clang-11 and llvm-11 with clang and llvm, respectively. Darktable no longer builds with older versions.
This commit is contained in:
parent
37c2e94cec
commit
f25529b08e
1 changed files with 4 additions and 4 deletions
|
@ -459,7 +459,7 @@ (define-public lensfun
|
||||||
(define-public darktable
|
(define-public darktable
|
||||||
(package
|
(package
|
||||||
(name "darktable")
|
(name "darktable")
|
||||||
(version "4.2.1")
|
(version "4.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -467,7 +467,7 @@ (define-public darktable
|
||||||
"https://github.com/darktable-org/darktable/releases/"
|
"https://github.com/darktable-org/darktable/releases/"
|
||||||
"download/release-" version "/darktable-" version ".tar.xz"))
|
"download/release-" version "/darktable-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b3vr6njwqfvnrx3qpbg5aqcbl1z8nxnxcgyyw0sd4a20z33jfk0"))))
|
(base32 "105hyc8rhc8md683h8mbvqxxc2f5w2bk3348n2c4jz6rmcsgr1w8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -514,13 +514,13 @@ (define-public darktable
|
||||||
(,(string-append #$(this-package-input "gtk+")
|
(,(string-append #$(this-package-input "gtk+")
|
||||||
"/share/glib-2.0/schemas")))))))))
|
"/share/glib-2.0/schemas")))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list clang-11
|
(list clang
|
||||||
cmocka
|
cmocka
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
intltool
|
intltool
|
||||||
llvm-11 ;should match the Clang version
|
llvm ;should match the Clang version
|
||||||
opencl-headers
|
opencl-headers
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue