all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 52760@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3.
Date: Thu, 23 Dec 2021 19:46:44 +0000	[thread overview]
Message-ID: <20211223194644.968021-1-monego@posteo.net> (raw)
In-Reply-To: <20211223194521.967904-1-monego@posteo.net>

* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.
---
 gnu/packages/image-processing.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 4dd66f388b..dcbc8ce762 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -658,12 +658,13 @@ due to its architecture which automatically parallelises the image workflows.")
      (list curl
            fftw
            graphicsmagick
+           imath
            libjpeg-turbo
            libpng
            libtiff
            libx11
-           ;;("opencv" ,opencv) ;OpenCV is currently broken in the CI
-           openexr-2
+           ;;opencv ;OpenCV is currently broken in the CI
+           openexr
            zlib))
     (home-page "https://gmic.eu/")
     (synopsis "Full-featured framework for digital image processing")
-- 
2.30.2





  reply	other threads:[~2021-12-23 19:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-23 19:45 [bug#52760] [PATCH 1/2] gnu: gmic: Update to 3.0.0 Vinicius Monego
2021-12-23 19:46 ` Vinicius Monego [this message]
2021-12-26 20:40 ` bug#52760: " Nicolas Goaziou

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=20211223194644.968021-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=52760@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.