GNU bug report logs -
#60400
[PATCH] gnu: darktable: update to 4.2.0
Previous Next
Reported by: Alex Devaure <ajadevaure <at> gmail.com>
Date: Thu, 29 Dec 2022 10:12:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#60400: [PATCH] gnu: darktable: update to 4.2.0
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60400 <at> debbugs.gnu.org.
--
60400: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60400
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Alex Devaure <ajadevaure <at> gmail.com> skribis:
> ---
> 1 file changed, 9 insertions(+), 4 deletions(-)
> gnu/packages/photo.scm | 13 +++++++++----
Applied, thanks!
Please use ‘git send-email’ or similar. Pasting the Magit buffer
doesn’t work: it lacks proper patch headers that say which files are
modified, and so it needed manual tweaks.
Ludo’.
[Message part 3 (message/rfc822, inline)]
---
1 file changed, 9 insertions(+), 4 deletions(-)
gnu/packages/photo.scm | 13 +++++++++----
modified gnu/packages/photo.scm
@@ -43,6 +43,7 @@ (define-module (gnu packages photo)
#:use-module (gnu packages algebra)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages boost)
#:use-module (gnu packages build-tools)
#:use-module (gnu packages check)
@@ -81,6 +82,7 @@ (define-module (gnu packages photo)
#:use-module (gnu packages qt)
#:use-module (gnu packages readline)
#:use-module (gnu packages ruby)
+ #:use-module (gnu packages sdl)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages tex)
#:use-module (gnu packages time)
@@ -461,7 +463,7 @@ (define-public lensfun
(define-public darktable
(package
(name "darktable")
- (version "4.0.1")
+ (version "4.2.0")
(source
(origin
(method url-fetch)
@@ -469,7 +471,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
- (base32 "0s0xwp5n4jhzdhbmsg02dlsc503jfznpwqn3rnipg687q3h83vsz"))))
+ (base32 "1y8sn7yyqyg1n82byaw5csjr8a6m7g6839krq9k9zc79vxzr3c0q"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
@@ -526,10 +528,11 @@ (define-public darktable
("perl" ,perl)
("pkg-config" ,pkg-config)
("po4a" ,po4a)
- ("python" ,python-wrapper)
+ ("python-wrapper" ,python-wrapper)
("ruby" ,ruby)))
(inputs
- (list cairo
+ (list bash-minimal
+ cairo
colord-gtk ;optional, for color profile support
cups ;optional, for printing support
curl
@@ -557,6 +560,7 @@ (define-public darktable
libwebp ;optional, for WebP support
libxml2
libxslt
+ libheif
lua-5.4 ;optional, for plugins
opencl-icd-loader ;optional, for OpenCL support
openexr ;optional, for EXR import/export
@@ -564,6 +568,7 @@ (define-public darktable
osm-gps-map ;optional, for geotagging view
pugixml
python-jsonschema
+ sdl2
sqlite))
(home-page "https://www.darktable.org")
(synopsis "Virtual lighttable and darkroom for photographers")
--
This bug report was last modified 2 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.