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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60400 in the body.
You can then email your comments to 60400 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60400
; Package
guix-patches
.
(Thu, 29 Dec 2022 10:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Alex Devaure <ajadevaure <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 29 Dec 2022 10:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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")
--
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 10 Jan 2023 10:47:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Alex Devaure <ajadevaure <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 10 Jan 2023 10:47:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 60400-done <at> debbugs.gnu.org (full text, mbox):
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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 07 Feb 2023 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.