mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rawtherapee: Update to 5.11.
* gnu/packages/photo.scm (rawtherapee): Update to 5.11. [inputs]: Add libjxl and libraw. Change-Id: I044ee63ab4e4a09b43d4ce003f5394de70f6e83d
This commit is contained in:
parent
e243b7546d
commit
215e47acd2
1 changed files with 7 additions and 3 deletions
|
@ -823,14 +823,14 @@ (define-public hugin
|
|||
(define-public rawtherapee
|
||||
(package
|
||||
(name "rawtherapee")
|
||||
(version "5.10")
|
||||
(version "5.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://rawtherapee.com/shared/source/"
|
||||
"rawtherapee-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nnjxc6xyfn1biys5hynsd21rny5r7zl5qvr2hhlmfjdslybb6d7"))))
|
||||
"0977dnik78szwznl4knabigah0m394a4gdmjajcy4b8ixj6w3175"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -848,7 +848,9 @@ (define-public rawtherapee
|
|||
;; See the file 'RELEASE_NOTES.txt' in the source distribution.
|
||||
"-DCMAKE_CXX_FLAGS=-O3 -fPIC"
|
||||
"-DCMAKE_C_FLAGS=-O3 -fPIC"
|
||||
"-DCACHE_NAME_SUFFIX=\"\"")))
|
||||
"-DCACHE_NAME_SUFFIX=\"\""
|
||||
"-DWITH_JXL=ON"
|
||||
"-DWITH_SYSTEM_LIBRAW=ON")))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
|
@ -864,8 +866,10 @@ (define-public rawtherapee
|
|||
libcanberra
|
||||
libiptcdata
|
||||
libjpeg-turbo
|
||||
libjxl
|
||||
libpng
|
||||
(librsvg-for-system)
|
||||
libraw
|
||||
libsigc++
|
||||
libtiff
|
||||
zlib))
|
||||
|
|
Loading…
Reference in a new issue