mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rawtherapee: Update to 5.10.
* gnu/packages/photo.scm (rawtherapee): Update to 5.10. [inputs]: Add exiv2. Change-Id: Ic97f77cfde1db4784500f49f90e9ffed1d8137b5
This commit is contained in:
parent
c70527012c
commit
78d946b011
1 changed files with 3 additions and 2 deletions
|
@ -818,14 +818,14 @@ (define-public hugin
|
|||
(define-public rawtherapee
|
||||
(package
|
||||
(name "rawtherapee")
|
||||
(version "5.9")
|
||||
(version "5.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://rawtherapee.com/shared/source/"
|
||||
"rawtherapee-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08s81mxnrj183bss2rb0hac1qyn7bmcnk3x2ymg1cp0q5322ibwf"))))
|
||||
"1nnjxc6xyfn1biys5hynsd21rny5r7zl5qvr2hhlmfjdslybb6d7"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -848,6 +848,7 @@ (define-public rawtherapee
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list expat
|
||||
exiv2
|
||||
fftwf
|
||||
glib
|
||||
glibmm
|
||||
|
|
Loading…
Reference in a new issue