[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51350: [PATCH 3/3] gnu: Add OpenEXR 3.
From: |
Leo Famulari |
Subject: |
bug#51350: [PATCH 3/3] gnu: Add OpenEXR 3. |
Date: |
Sat, 23 Oct 2021 16:28:18 -0400 |
On Sat, Oct 23, 2021 at 12:18:01PM +0000, Vinicius Monego wrote:
> * gnu/packages/graphics.scm (openexr): New variable.
> (openexr-2)[home-page]: Use home-page from openexr.
> [synopsis]: Use synopsis from openexr.
> [description]: Use description from openexr.
> [license]: Use license from openexr.
Thanks! Pushed as c52ba63c673f90be1d3b52be0051961ed2a9181a
> + (snippet
> + '(begin
> + (with-directory-excursion "src/test"
> + (substitute* (append (find-files "." "tmpDir\\.h")
> + '("OpenEXRCoreTest/main.cpp"))
> + (("\"/var/tmp/\"")
> + "\"/tmp/\"")))
> + #t))))
I pushed this patch separately from the rest of the series because I was
going to ask you to revise it, changing this snippet to a build phase.
But then I realized that it was already like this in the OpenEXR 2
package so I went ahead and pushed.
I'll make that change myself shortly. Snippets should be reserved for
really critical problems like fixing bugs or removing nonfree
components.