mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: darktable: update to 3.8.0
* gnu/packages/photo.scm (darktable): Update to 3.8.0. [inputs]: Remove input labels. Replace LUA with LUA-5.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
435ffae2f2
commit
09676b7c11
1 changed files with 38 additions and 38 deletions
|
@ -457,7 +457,7 @@ (define-public lensfun
|
||||||
(define-public darktable
|
(define-public darktable
|
||||||
(package
|
(package
|
||||||
(name "darktable")
|
(name "darktable")
|
||||||
(version "3.6.1")
|
(version "3.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -465,7 +465,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 "051dwhdqa9q3zyrvr78g0cfzl1zhaagfvgx9axa9895q0g0wggx2"))))
|
(base32 "01gp9dg5wr2rg1k8cqs0l3s7ism8a4q8qypgwccd4jh7ip3wfr9f"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
|
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
|
||||||
|
@ -518,42 +518,42 @@ (define-public darktable
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("ruby" ,ruby)))
|
("ruby" ,ruby)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
(list cairo
|
||||||
("colord-gtk" ,colord-gtk) ;optional, for color profile support
|
colord-gtk ;optional, for color profile support
|
||||||
("cups" ,cups) ;optional, for printing support
|
cups ;optional, for printing support
|
||||||
("curl" ,curl)
|
curl
|
||||||
("dbus-glib" ,dbus-glib)
|
dbus-glib
|
||||||
("exiv2" ,exiv2)
|
exiv2
|
||||||
("freeimage" ,freeimage)
|
freeimage
|
||||||
("gmic" ,gmic) ;optional, for HaldcLUT support
|
gmic ;optional, for HaldcLUT support
|
||||||
("graphicsmagick" ,graphicsmagick)
|
graphicsmagick
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("imath" ,imath)
|
imath
|
||||||
("iso-codes" ,iso-codes) ;optional, for language names in the preferences
|
iso-codes ;optional, for language names in the preferences
|
||||||
("json-glib" ,json-glib)
|
json-glib
|
||||||
("lcms" ,lcms)
|
lcms
|
||||||
("lensfun" ,lensfun) ;optional, for the lens distortion plugin
|
lensfun ;optional, for the lens distortion plugin
|
||||||
("libgphoto2" ,libgphoto2) ;optional, for camera tethering
|
libgphoto2 ;optional, for camera tethering
|
||||||
("libavif" ,libavif) ;optional, for AVIF support
|
libavif ;optional, for AVIF support
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libomp" ,libomp)
|
libomp
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("librsvg" ,librsvg)
|
librsvg
|
||||||
("libsecret" ,libsecret) ;optional, for storing passwords
|
libsecret ;optional, for storing passwords
|
||||||
("libsoup" ,libsoup-minimal-2)
|
libsoup-minimal-2
|
||||||
("libtiff" ,libtiff)
|
libtiff
|
||||||
("libwebp" ,libwebp) ;optional, for WebP support
|
libwebp ;optional, for WebP support
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("libxslt" ,libxslt)
|
libxslt
|
||||||
("lua" ,lua) ;optional, for plugins
|
lua-5.4 ;optional, for plugins
|
||||||
("opencl-icd-loader" ,opencl-icd-loader) ;optional, for OpenCL support
|
opencl-icd-loader ;optional, for OpenCL support
|
||||||
("openexr" ,openexr) ;optional, for EXR import/export
|
openexr ;optional, for EXR import/export
|
||||||
("openjpeg" ,openjpeg) ;optional, for JPEG2000 export
|
openjpeg ;optional, for JPEG2000 export
|
||||||
("osm-gps-map" ,osm-gps-map) ;optional, for geotagging view
|
osm-gps-map ;optional, for geotagging view
|
||||||
("pugixml" ,pugixml)
|
pugixml
|
||||||
("python-jsonschema" ,python-jsonschema)
|
python-jsonschema
|
||||||
("sqlite" ,sqlite)))
|
sqlite))
|
||||||
(home-page "https://www.darktable.org")
|
(home-page "https://www.darktable.org")
|
||||||
(synopsis "Virtual lighttable and darkroom for photographers")
|
(synopsis "Virtual lighttable and darkroom for photographers")
|
||||||
(description "Darktable is a photography workflow application and RAW
|
(description "Darktable is a photography workflow application and RAW
|
||||||
|
|
Loading…
Reference in a new issue