mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: rawtherapee: Update to 5.6.
* gnu/packages/photo.scm (rawtherapee): Update to 5.6. [inputs]: Add librsvg.
This commit is contained in:
parent
a50452508e
commit
e48c3dd990
1 changed files with 9 additions and 8 deletions
|
@ -499,28 +499,28 @@ (define-public hugin
|
||||||
(define-public rawtherapee
|
(define-public rawtherapee
|
||||||
(package
|
(package
|
||||||
(name "rawtherapee")
|
(name "rawtherapee")
|
||||||
(version "5.5")
|
(version "5.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://rawtherapee.com/shared/source/"
|
(uri (string-append "http://rawtherapee.com/shared/source/"
|
||||||
"rawtherapee-" version ".tar.xz"))
|
"rawtherapee-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w28a2rnxnw8hs7s8x8zkccgi5z5y653602jg7g86lfx6zxwjsf1"))))
|
"0x0dcfp6f3j08gr11wq5ah4prp790xy4iadbgsm9kgc0jlalpspr"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
#:build-type "release"
|
#:build-type "release"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append "-DLENSFUNDBDIR="
|
(list (string-append "-DLENSFUNDBDIR="
|
||||||
(assoc-ref %build-inputs "lensfun")
|
(assoc-ref %build-inputs "lensfun")
|
||||||
"/share/lensfun")
|
"/share/lensfun")
|
||||||
; Don't optimize the build for the host machine. See the file
|
;; Don't optimize the build for the host machine. See the file
|
||||||
; 'ProcessorTargets.cmake' in the source distribution for more
|
;; 'ProcessorTargets.cmake' in the source distribution for more
|
||||||
; information.
|
;; information.
|
||||||
"-DPROC_TARGET_NUMBER=1"
|
"-DPROC_TARGET_NUMBER=1"
|
||||||
; These flags are recommended by upstream for distributed packages.
|
;; These flags are recommended by upstream for distributed packages.
|
||||||
; See the file 'RELEASE_NOTES.txt' in the source distribution.
|
;; See the file 'RELEASE_NOTES.txt' in the source distribution.
|
||||||
"-O3"
|
"-O3"
|
||||||
"-DCACHE_NAME_SUFFIX=\"\"")))
|
"-DCACHE_NAME_SUFFIX=\"\"")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -538,6 +538,7 @@ (define-public rawtherapee
|
||||||
("libiptcdata" ,libiptcdata)
|
("libiptcdata" ,libiptcdata)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
|
("librsvg" ,librsvg)
|
||||||
("libsigc++" ,libsigc++)
|
("libsigc++" ,libsigc++)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Reference in a new issue