unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60400] [PATCH] gnu: darktable: update to 4.2.0
@ 2022-12-28 11:58 Alex Devaure
  2023-01-10 10:46 ` bug#60400: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Devaure @ 2022-12-28 11:58 UTC (permalink / raw)
  To: 60400


---
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")
--




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#60400: [PATCH] gnu: darktable: update to 4.2.0
  2022-12-28 11:58 [bug#60400] [PATCH] gnu: darktable: update to 4.2.0 Alex Devaure
@ 2023-01-10 10:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-10 10:46 UTC (permalink / raw)
  To: Alex Devaure; +Cc: 60400-done

Hi,

Alex Devaure <ajadevaure@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-10 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-28 11:58 [bug#60400] [PATCH] gnu: darktable: update to 4.2.0 Alex Devaure
2023-01-10 10:46 ` bug#60400: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).