GNU bug report logs -
#51350
[PATCH 0/3] Add OpenEXR version 3.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 23 Oct 2021 12:34:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 51350-done <at> debbugs.gnu.org (full text, mbox):
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.
This bug report was last modified 3 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.