From: Vinicius Monego <monego@posteo.net>
To: 67719@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#67719] [PATCH 3/3] gnu: darktable: Enable more optional features.
Date: Fri, 8 Dec 2023 22:22:07 +0000 [thread overview]
Message-ID: <80f3a9c851e2d318e15711dae64c13ba3d0395b7.1702073949.git.monego@posteo.net> (raw)
In-Reply-To: <cover.1702073949.git.monego@posteo.net>
* gnu/packages/photo.scm (darktable)[inputs]: Add libjxl, portmidi.
Change-Id: I7747dfc2e88379a13182590f87514951bdd70e0c
---
gnu/packages/photo.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index aa857a1d83..f99223ae6d 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -76,6 +76,7 @@ (define-module (gnu packages photo)
#:use-module (gnu packages m4)
#:use-module (gnu packages man)
#:use-module (gnu packages maths)
+ #:use-module (gnu packages music)
#:use-module (gnu packages ocaml)
#:use-module (gnu packages opencl)
#:use-module (gnu packages perl)
@@ -600,6 +601,7 @@ (define-public darktable
libgphoto2 ;optional, for camera tethering
libavif ;optional, for AVIF support
libjpeg-turbo
+ libjxl ;optional, for JPEG-XL support
libomp
libpng
(librsvg-for-system)
@@ -615,6 +617,7 @@ (define-public darktable
openexr ;optional, for EXR import/export
openjpeg ;optional, for JPEG2000 export
osm-gps-map ;optional, for geotagging view
+ portmidi ;optional, for hardware MIDI input devices
pugixml
python-jsonschema
sdl2
--
2.39.2
prev parent reply other threads:[~2023-12-08 22:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 22:20 [bug#67719] [PATCH 0/3] GMIC, Darktable updates Vinicius Monego
2023-12-08 22:22 ` [bug#67719] [PATCH 1/3] gnu: gmic: Update to 3.3.2 Vinicius Monego
2023-12-08 22:22 ` [bug#67719] [PATCH 2/3] gnu: darktable: Build with GCC again Vinicius Monego
2023-12-08 22:22 ` Vinicius Monego [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=80f3a9c851e2d318e15711dae64c13ba3d0395b7.1702073949.git.monego@posteo.net \
--to=monego@posteo.net \
--cc=67719@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.