* [bug#71906] [PATCH] gnu: package: darktable update to 4.8.0
@ 2024-07-02 19:04 Alex Devaure
2024-07-03 14:55 ` bug#71906: " jgart via Guix-patches via
0 siblings, 1 reply; 4+ messages in thread
From: Alex Devaure @ 2024-07-02 19:04 UTC (permalink / raw)
To: 71906
Hi,
Here is a patch for the new version of darktable.
Best regards,
Alex
Change-Id: I36df2b5a96f24488ebc1c491571a954af14d9e3f
---
gnu/packages/photo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index e69721ef10..4996741170 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -530,7 +530,7 @@ (define-public lensfun
(define-public darktable
(package
(name "darktable")
- (version "4.6.1")
+ (version "4.8.0")
(source
(origin
(method url-fetch)
@@ -538,7 +538,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
- (base32 "1zbsrx5cfyifzbi657izw8rfkgd9pm4hx8afv8y2sgi9f2hc1v8n"))))
+ (base32 "0mcjgz8kmsmj5icik3zsrk61qg9dafswch93bw3y8w2j07llk621"))))
(build-system cmake-build-system)
(arguments
(list
@@ -612,7 +612,7 @@ (define-public darktable
libxml2
libxslt
libheif
- lua-5.4 ;optional, for plugins
+ lua-5.4 ;optional, for plugins
opencl-icd-loader ;optional, for OpenCL support
openexr ;optional, for EXR import/export
openjpeg ;optional, for JPEG2000 export
base-commit: 4b3a553ca5ba5ac190739309eb5f7aa8170cf2a8
--
2.45.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#71906: [PATCH] gnu: package: darktable update to 4.8.0
2024-07-02 19:04 [bug#71906] [PATCH] gnu: package: darktable update to 4.8.0 Alex Devaure
@ 2024-07-03 14:55 ` jgart via Guix-patches via
2024-07-03 17:52 ` [bug#71906] " Alex Devaure
0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2024-07-03 14:55 UTC (permalink / raw)
To: 71906-done; +Cc: Alex Devaure
Hi Alex,
Thanks for the patch.
I applied with some modifications to the commit message.
See what I did for the commit message format for next time. It follows
the format that we use for the Guix project.
Thanks!
--
all the best,
jgart
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#71906] [PATCH] gnu: package: darktable update to 4.8.0
2024-07-03 14:55 ` bug#71906: " jgart via Guix-patches via
@ 2024-07-03 17:52 ` Alex Devaure
2024-07-03 20:03 ` jgart via Guix-patches via
0 siblings, 1 reply; 4+ messages in thread
From: Alex Devaure @ 2024-07-03 17:52 UTC (permalink / raw)
To: 71906-done; +Cc: jgart
jgart <jgart@dismail.de> writes:
Hi jgart,
> Hi Alex,
>
> Thanks for the patch.
>
> I applied with some modifications to the commit message.
>
> See what I did for the commit message format for next time. It follows
> the format that we use for the Guix project.
I saw the commit message you used. I will use the same from now on.
>
> Thanks!
Best regards,
Alex
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#71906] [PATCH] gnu: package: darktable update to 4.8.0
2024-07-03 17:52 ` [bug#71906] " Alex Devaure
@ 2024-07-03 20:03 ` jgart via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2024-07-03 20:03 UTC (permalink / raw)
To: Alex Devaure, 71906-done
Thanks! Much appreciated.
all best,
jgart
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-03 20:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 19:04 [bug#71906] [PATCH] gnu: package: darktable update to 4.8.0 Alex Devaure
2024-07-03 14:55 ` bug#71906: " jgart via Guix-patches via
2024-07-03 17:52 ` [bug#71906] " Alex Devaure
2024-07-03 20:03 ` jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.